diff options
| author | Jo-Philipp Wich | 2019-11-16 20:23:35 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2019-11-29 22:28:44 +0000 |
| commit | 02fc43b4b45843c81d003cd5bdd048903f147598 (patch) | |
| tree | 9f919c671ab5ee9de560b900fc5b03b4c3a19547 | |
| parent | 068641833841e5c497a3d6aff38df505d002ef36 (diff) | |
| download | openwrt-02fc43b4b45843c81d003cd5bdd048903f147598.tar.gz | |
ramips: disable D-Link DIR-300 B5/B6/B7 by default
Disable the D-Link DIR-300 B5/B6/B7 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/18
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
| -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 f2be88b73f..3e2977cb96 100644 --- a/target/linux/ramips/image/rt305x.mk +++ b/target/linux/ramips/image/rt305x.mk @@ -237,6 +237,7 @@ define Device/dir-300-b7 BLOCKSIZE := 4k IMAGE_SIZE := $(ralink_default_fw_size_4M) DEVICE_TITLE := D-Link DIR-300 B7 + DEFAULT := n endef TARGET_DEVICES += dir-300-b7 |