diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-04-08 22:08:46 +0200 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-04-12 13:46:34 +0200 |
commit | 01b624e28ec7e45573e6c501125510c19f64c257 (patch) | |
tree | 2f78ebfeec963e87192f4f44c3909befa27d2a2a /target | |
parent | 14c8ea0245318878f4033dddb86d051a7b6e4bd0 (diff) | |
download | upstream-01b624e28ec7e45573e6c501125510c19f64c257.tar.gz upstream-01b624e28ec7e45573e6c501125510c19f64c257.tar.bz2 upstream-01b624e28ec7e45573e6c501125510c19f64c257.zip |
Revert "ramips: disable ZyXel Keenetic by default"
This reverts commit c38074de929e6f7c089e2cb7f81746ba90ddf16b.
Since ZyXEL Keenetic has actually 8 MiB flash as fixed in the
previous patch, we can re-enable it.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ramips/image/rt305x.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/ramips/image/rt305x.mk b/target/linux/ramips/image/rt305x.mk index 739656cc40..710d1f3c23 100644 --- a/target/linux/ramips/image/rt305x.mk +++ b/target/linux/ramips/image/rt305x.mk @@ -908,7 +908,6 @@ define Device/kn IMAGE_SIZE := 7872k DEVICE_TITLE := ZyXEL Keenetic DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-usb-ehci kmod-usb-ledtrig-usbport - DEFAULT := n endef TARGET_DEVICES += kn |