From 1461eabda39bab630c74e42926d54e3b31d9bb53 Mon Sep 17 00:00:00 2001 From: Pawel Dembicki Date: Thu, 30 Apr 2020 12:37:11 +0200 Subject: [PATCH] Revert "kirkwood: disable image for Linksys EA3500 (Audi)" This reverts commit d9ff49967145600ff4bbc0f4eecef11fd96f6b16. At this moment kernel can be fitted in EA3500 image. Tested by onefreeman (OpenWrt forum user) Tested-by: Jacks (Github user @jack338c) Signed-off-by: Pawel Dembicki --- target/linux/kirkwood/image/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/target/linux/kirkwood/image/Makefile b/target/linux/kirkwood/image/Makefile index 210afbe59f..b8cc92760d 100644 --- a/target/linux/kirkwood/image/Makefile +++ b/target/linux/kirkwood/image/Makefile @@ -92,7 +92,6 @@ define Device/linksys_audi UBINIZE_OPTS := -E 5 IMAGE/factory.bin := append-kernel | pad-to $$$$(KERNEL_SIZE) | append-ubi BOARD_NAME := linksys-audi - DEFAULT := n endef TARGET_DEVICES += linksys_audi