ddb9bf4bac
The installation process on nand-based boards using ubi like the BTHOMEHUBV2B makes use of a ramdisk image, so it makes sense to generate this by default. Signed-off-by: Ben Mulvihill <ben.mulvihill@gmail.com> SVN-Revision: 42920
13 lines
237 B
Makefile
13 lines
237 B
Makefile
ARCH:=mips
|
|
SUBTARGET:=xway
|
|
BOARDNAME:=XWAY
|
|
FEATURES:=squashfs atm mips16 nand ubifs ramdisk
|
|
CPU_TYPE:=34kc
|
|
CPU_SUBTYPE:=dsp
|
|
|
|
DEFAULT_PACKAGES+=kmod-leds-gpio kmod-gpio-button-hotplug atm-esi
|
|
|
|
define Target/Description
|
|
Lantiq XWAY
|
|
endef
|