diff options
author | Jo-Philipp Wich <jo@mein.io> | 2019-11-16 19:54:42 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2019-11-16 19:54:42 +0100 |
commit | 1bd280b1ef6502045eeef86aaa64481238e983c3 (patch) | |
tree | c7467f9a9de6e1960b10b516d48bffead72e1638 /target/linux | |
parent | a1ff175dbf807925a0bae537935455bd1aa44a98 (diff) | |
download | upstream-1bd280b1ef6502045eeef86aaa64481238e983c3.tar.gz upstream-1bd280b1ef6502045eeef86aaa64481238e983c3.tar.bz2 upstream-1bd280b1ef6502045eeef86aaa64481238e983c3.zip |
ramips: disable D-Link DIR-300 B1 by default
Disable the DIR-300 B1 image by default as the device has insufficient
flash space for release build images.
Fixes: FS#2606
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ramips/image/rt305x.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/image/rt305x.mk b/target/linux/ramips/image/rt305x.mk index adda8ec67e..d74e196a8b 100644 --- a/target/linux/ramips/image/rt305x.mk +++ b/target/linux/ramips/image/rt305x.mk @@ -228,6 +228,7 @@ define Device/dir-300-b1 IMAGE/factory.bin := \ $$(sysupgrade_bin) | check-size $$$$(IMAGE_SIZE) | wrg-header wrgn23_dlwbr_dir300b DEVICE_TITLE := D-Link DIR-300 B1 + DEFAULT := n endef TARGET_DEVICES += dir-300-b1 |