[openwrt/openwrt] ipq40xx: reenable Zyxel NBG6617 by default

LEDE Commits lede-commits at lists.infradead.org
Sun Nov 14 05:30:12 PST 2021


chunkeey pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/cb18b622067f9b7f25bd1f31e53ccbb8904b1638

commit cb18b622067f9b7f25bd1f31e53ccbb8904b1638
Author: Christian Lamparter <chunkeey at gmail.com>
AuthorDate: Sat Nov 6 00:42:43 2021 +0100

    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 at gmail.com>
---
 target/linux/ipq40xx/image/generic.mk | 1 -
 1 file changed, 1 deletion(-)

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
 



More information about the lede-commits mailing list