diff options
author | Petr Štetiar <ynezz@true.cz> | 2020-03-02 08:30:31 +0100 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2020-03-02 08:44:02 +0100 |
commit | ef3c71464a5e089775685a46193e0ee51e489efa (patch) | |
tree | 371b8f195188f106f1ef77c2efc74b190aa21058 /target/linux/ramips | |
parent | 4349d4c6823bfe09caabbdd3c9a65198addc76d6 (diff) | |
download | upstream-ef3c71464a5e089775685a46193e0ee51e489efa.tar.gz upstream-ef3c71464a5e089775685a46193e0ee51e489efa.tar.bz2 upstream-ef3c71464a5e089775685a46193e0ee51e489efa.zip |
ramips: mt7620: disable images for Netgear 2700
Because openwrt-ramips-mt7620-netgear_ex2700-squashfs-factory.bin is too big.
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'target/linux/ramips')
-rw-r--r-- | target/linux/ramips/image/mt7620.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/image/mt7620.mk b/target/linux/ramips/image/mt7620.mk index 3512a1c55a..d0485c6883 100644 --- a/target/linux/ramips/image/mt7620.mk +++ b/target/linux/ramips/image/mt7620.mk @@ -611,6 +611,7 @@ define Device/netgear_ex2700 DEVICE_VENDOR := NETGEAR DEVICE_MODEL := EX2700 SUPPORTED_DEVICES += ex2700 + DEFAULT := n endef TARGET_DEVICES += netgear_ex2700 |