[openwrt/openwrt] lantiq: disable building of ZyXEL P-2812HNU F1

LEDE Commits lede-commits at lists.infradead.org
Mon May 27 23:36:48 PDT 2024


nick pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/9ec3b11d370b7ed209124165971f242c2d634ecc

commit 9ec3b11d370b7ed209124165971f242c2d634ecc
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Tue May 28 08:06:10 2024 +0200

    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 at systemli.org>
---
 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
 




More information about the lede-commits mailing list