diff options
author | Pawel Dembicki <paweldembicki@gmail.com> | 2020-04-30 12:37:11 +0200 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-06-14 21:16:20 +0200 |
commit | 1461eabda39bab630c74e42926d54e3b31d9bb53 (patch) | |
tree | 029fb1d11434c96c3f0db5820fe7ec55ad15448b /target | |
parent | 28f4ae2e4b2338444c93a33bcb397318ace7bc35 (diff) | |
download | upstream-1461eabda39bab630c74e42926d54e3b31d9bb53.tar.gz upstream-1461eabda39bab630c74e42926d54e3b31d9bb53.tar.bz2 upstream-1461eabda39bab630c74e42926d54e3b31d9bb53.zip |
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 <jack338c@gmail.com> (Github user @jack338c)
Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/kirkwood/image/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
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 |