diff options
-rw-r--r-- | target/linux/ramips/image/mt7621.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk index 2baec6aa2f..767e63ccab 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -337,6 +337,8 @@ define Device/hiwifi_hc5962 DEVICE_MODEL := HC5962 DEVICE_PACKAGES := kmod-mt7603 kmod-mt76x2 kmod-usb3 wpad-basic SUPPORTED_DEVICES += hc5962 + # Kernel partition too small + DEFAULT := n endef TARGET_DEVICES += hiwifi_hc5962 |