diff options
author | Mathias Kresin <dev@kresin.me> | 2016-11-27 14:59:20 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2016-11-27 15:34:23 +0100 |
commit | 5cdbc8632962a4e4451db771597cf84e1c5046d5 (patch) | |
tree | 94cc1473c721b8ed53ee99d899ee6e92f4f9f3ca /target/linux/lantiq/xway_legacy | |
parent | 57d36e5bdd23ab405ab12a69c7ea3617b675f66c (diff) | |
download | upstream-5cdbc8632962a4e4451db771597cf84e1c5046d5.tar.gz upstream-5cdbc8632962a4e4451db771597cf84e1c5046d5.tar.bz2 upstream-5cdbc8632962a4e4451db771597cf84e1c5046d5.zip |
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 <dev@kresin.me>
Diffstat (limited to 'target/linux/lantiq/xway_legacy')
-rw-r--r-- | target/linux/lantiq/xway_legacy/target.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/xway_legacy/target.mk b/target/linux/lantiq/xway_legacy/target.mk index 87d6971aa6..5976f03663 100644 --- a/target/linux/lantiq/xway_legacy/target.mk +++ b/target/linux/lantiq/xway_legacy/target.mk @@ -4,7 +4,7 @@ BOARDNAME:=XWAY Legacy FEATURES:=squashfs atm mips16 ramdisk small_flash 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 Legacy for old boards with small flash |