mirror of https://github.com/hak5/openwrt-owl.git
lantiq xway: generate ramdisk image by default
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: 42920owl
parent
5efe2e5e3c
commit
ddb9bf4bac
|
@ -1,7 +1,7 @@
|
||||||
ARCH:=mips
|
ARCH:=mips
|
||||||
SUBTARGET:=xway
|
SUBTARGET:=xway
|
||||||
BOARDNAME:=XWAY
|
BOARDNAME:=XWAY
|
||||||
FEATURES:=squashfs atm mips16 nand ubifs
|
FEATURES:=squashfs atm mips16 nand ubifs ramdisk
|
||||||
CPU_TYPE:=34kc
|
CPU_TYPE:=34kc
|
||||||
CPU_SUBTYPE:=dsp
|
CPU_SUBTYPE:=dsp
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue