diff options
author | Jo-Philipp Wich <jo@mein.io> | 2019-11-16 21:23:36 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2019-11-29 23:28:44 +0100 |
commit | 2607c02ed599b6118ba26e2f35e7c828c21d7275 (patch) | |
tree | 60c0becf61981fbcf441e36d0cd7d838b630d387 /target/linux/ramips | |
parent | 02fc43b4b45843c81d003cd5bdd048903f147598 (diff) | |
download | upstream-2607c02ed599b6118ba26e2f35e7c828c21d7275.tar.gz upstream-2607c02ed599b6118ba26e2f35e7c828c21d7275.tar.bz2 upstream-2607c02ed599b6118ba26e2f35e7c828c21d7275.zip |
ramips: disable D-Link DIR-645 by default
Disable the D-Link DIR-645 image by default as the device has
insufficient flash space for release build images.
Ref: https://forum.openwrt.org/t/devices-too-big-to-save-overlay/18161/23
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'target/linux/ramips')
-rw-r--r-- | target/linux/ramips/image/rt3883.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/image/rt3883.mk b/target/linux/ramips/image/rt3883.mk index b783994357..1f4b261c9b 100644 --- a/target/linux/ramips/image/rt3883.mk +++ b/target/linux/ramips/image/rt3883.mk @@ -38,6 +38,7 @@ define Device/dir-645 SEAMA_SIGNATURE := wrgn39_dlob.hans_dir645 DEVICE_TITLE := D-Link DIR-645 DEVICE_PACKAGES := kmod-usb-core kmod-usb-ohci kmod-usb2 swconfig + DEFAULT := n endef TARGET_DEVICES += dir-645 |