aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/image
diff options
context:
space:
mode:
authorMathias Kresin <dev@kresin.me>2021-11-27 17:28:19 +0100
committerMathias Kresin <dev@kresin.me>2021-11-27 23:00:31 +0100
commit4172a8e0ad26d95ad21d7dd92f85a1d3f5abd74a (patch)
tree00f7c30bc9107d2df87cea0d8b0f0440a9630657 /target/linux/lantiq/image
parent0e0192098a52568d46bdde48a5749f13d3093fc5 (diff)
downloadupstream-4172a8e0ad26d95ad21d7dd92f85a1d3f5abd74a.tar.gz
upstream-4172a8e0ad26d95ad21d7dd92f85a1d3f5abd74a.tar.bz2
upstream-4172a8e0ad26d95ad21d7dd92f85a1d3f5abd74a.zip
lantiq: set maximum kernel size for P2812HNUF3
The board has a fixed size kernel partition but do not limit the kernel size during image building. Disable image building for both boards as well, since the kernel of the last release as well as master are to big to fit into the 2 MByte kernel partition. Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/lantiq/image')
-rw-r--r--target/linux/lantiq/image/vr9.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/lantiq/image/vr9.mk b/target/linux/lantiq/image/vr9.mk
index 1f045ee594..1ef95cf01c 100644
--- a/target/linux/lantiq/image/vr9.mk
+++ b/target/linux/lantiq/image/vr9.mk
@@ -243,6 +243,8 @@ define Device/zyxel_p-2812hnu-f3
DEVICE_VARIANT := F3
BOARD_NAME := P2812HNUF3
DEVICE_PACKAGES := kmod-rt2800-pci wpad-basic-wolfssl kmod-usb-dwc2
+ KERNEL_SIZE := 2048k
SUPPORTED_DEVICES += P2812HNUF3
+ DEFAULT := n
endef
TARGET_DEVICES += zyxel_p-2812hnu-f3