diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2021-11-06 00:42:43 +0100 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2021-11-14 14:29:47 +0100 |
commit | cb18b622067f9b7f25bd1f31e53ccbb8904b1638 (patch) | |
tree | bb7944aa4e6626fe03380a4487df59e61395a751 | |
parent | 12d33d388c52565803a746586426bed3d3fcc941 (diff) | |
download | upstream-cb18b622067f9b7f25bd1f31e53ccbb8904b1638.tar.gz upstream-cb18b622067f9b7f25bd1f31e53ccbb8904b1638.tar.bz2 upstream-cb18b622067f9b7f25bd1f31e53ccbb8904b1638.zip |
ipq40xx: reenable Zyxel NBG6617 by default
The Zyxel NBG6617 already uses lzma to compress the kernel.
A local build with every module enabled (either as =Y or =M)
ended produced a 3058 KiB kernel (the kernel partition is 4MiB).
It booted just fine, let's reenable the device.
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
-rw-r--r-- | target/linux/ipq40xx/image/generic.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/ipq40xx/image/generic.mk b/target/linux/ipq40xx/image/generic.mk index 6956679e37..c24eb28523 100644 --- a/target/linux/ipq40xx/image/generic.mk +++ b/target/linux/ipq40xx/image/generic.mk @@ -906,7 +906,6 @@ define Device/zyxel_nbg6617 IMAGE/factory.bin := append-rootfs | pad-rootfs | pad-to 64k | check-size $$$$(ROOTFS_SIZE) | zyxel-ras-image separate-kernel IMAGE/sysupgrade.bin/squashfs := append-rootfs | pad-rootfs | check-size $$$$(ROOTFS_SIZE) | sysupgrade-tar rootfs=$$$$@ | append-metadata DEVICE_PACKAGES := kmod-usb-ledtrig-usbport - DEFAULT := n endef TARGET_DEVICES += zyxel_nbg6617 |