From 9ec3b11d370b7ed209124165971f242c2d634ecc Mon Sep 17 00:00:00 2001 From: Nick Hainke Date: Tue, 28 May 2024 08:06:10 +0200 Subject: [PATCH] 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 --- target/linux/lantiq/image/vr9.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/lantiq/image/vr9.mk b/target/linux/lantiq/image/vr9.mk index a9df6598d7..dc307e1ee4 100644 --- a/target/linux/lantiq/image/vr9.mk +++ b/target/linux/lantiq/image/vr9.mk @@ -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 KERNEL_SIZE := 3072k SUPPORTED_DEVICES += P2812HNUF1 + DEFAULT := n endef TARGET_DEVICES += zyxel_p-2812hnu-f1 -- 2.30.2