5cdbc86329
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>
11 lines
275 B
Makefile
11 lines
275 B
Makefile
ARCH:=mips
|
|
SUBTARGET:=xway_legacy
|
|
BOARDNAME:=XWAY Legacy
|
|
FEATURES:=squashfs atm mips16 ramdisk small_flash
|
|
CPU_TYPE:=24kc
|
|
|
|
DEFAULT_PACKAGES+=kmod-leds-gpio kmod-gpio-button-hotplug swconfig
|
|
|
|
define Target/Description
|
|
Lantiq XWAY Legacy for old boards with small flash
|
|
endef
|