lantiq: disable building of ZyXEL P-2812HNU F1
Disable image building for the board, since the kernel of the main branch is to big to fit into the kernel partition. Signed-off-by: Nick Hainke <vincent@systemli.org>
This commit is contained in:
parent
7514d9bb6f
commit
9ec3b11d37
|
@ -377,6 +377,7 @@ define Device/zyxel_p-2812hnu-f1
|
||||||
DEVICE_PACKAGES := kmod-rt2800-pci wpad-basic-mbedtls kmod-usb-dwc2 kmod-usb-ledtrig-usbport
|
DEVICE_PACKAGES := kmod-rt2800-pci wpad-basic-mbedtls kmod-usb-dwc2 kmod-usb-ledtrig-usbport
|
||||||
KERNEL_SIZE := 3072k
|
KERNEL_SIZE := 3072k
|
||||||
SUPPORTED_DEVICES += P2812HNUF1
|
SUPPORTED_DEVICES += P2812HNUF1
|
||||||
|
DEFAULT := n
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += zyxel_p-2812hnu-f1
|
TARGET_DEVICES += zyxel_p-2812hnu-f1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue