diff options
| author | Nick Hainke | 2024-05-28 06:06:10 +0000 |
|---|---|---|
| committer | Nick Hainke | 2024-05-28 06:06:10 +0000 |
| commit | 9ec3b11d370b7ed209124165971f242c2d634ecc (patch) | |
| tree | 57e3da0326cdee89626ceeb61813e53f36d36a86 | |
| parent | 7514d9bb6f7239fc5c962590b31bd3b6cd0ea7c5 (diff) | |
| download | openwrt-9ec3b11d370b7ed209124165971f242c2d634ecc.tar.gz | |
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>
| -rw-r--r-- | target/linux/lantiq/image/vr9.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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 |