mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 06:08:08 +00:00
ramips: disable image build for HiWiFi HC5962
Image builds for the ramips-mt7621 target currently fail with: > WARNING: Image file ./hiwifi_hc5962-kernel.bin is too big Disable this board for now. It can still be built using the SDK. Signed-off-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
parent
ab16adf80b
commit
8f0effc462
@ -337,6 +337,8 @@ define Device/hiwifi_hc5962
|
|||||||
DEVICE_MODEL := HC5962
|
DEVICE_MODEL := HC5962
|
||||||
DEVICE_PACKAGES := kmod-mt7603 kmod-mt76x2 kmod-usb3 wpad-basic
|
DEVICE_PACKAGES := kmod-mt7603 kmod-mt76x2 kmod-usb3 wpad-basic
|
||||||
SUPPORTED_DEVICES += hc5962
|
SUPPORTED_DEVICES += hc5962
|
||||||
|
# Kernel partition too small
|
||||||
|
DEFAULT := n
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += hiwifi_hc5962
|
TARGET_DEVICES += hiwifi_hc5962
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user