From 5cdbc8632962a4e4451db771597cf84e1c5046d5 Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Sun, 27 Nov 2016 14:59:20 +0100 Subject: lantiq: add swconfig to the default packages The DEVICE_PACKAGES are not included in the initramfs image in case TARGET_PER_DEVICE_ROOTFS is set. This might produces initramfs images with a not working network configuration because of a missing swconfig. Workaround the issues by adding the essential swconfig package to the default packages selection and deselect swconfig for boards not having swconfig included before via device packages. Signed-off-by: Mathias Kresin --- target/linux/lantiq/xway/target.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/lantiq/xway') diff --git a/target/linux/lantiq/xway/target.mk b/target/linux/lantiq/xway/target.mk index 3c90b24857..c60b2db7d0 100644 --- a/target/linux/lantiq/xway/target.mk +++ b/target/linux/lantiq/xway/target.mk @@ -4,7 +4,7 @@ BOARDNAME:=XWAY FEATURES:=squashfs atm mips16 nand ubifs ramdisk CPU_TYPE:=24kc -DEFAULT_PACKAGES+=kmod-leds-gpio kmod-gpio-button-hotplug +DEFAULT_PACKAGES+=kmod-leds-gpio kmod-gpio-button-hotplug swconfig define Target/Description Lantiq XWAY -- cgit v1.2.3