diff options
-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 |