Author: blogic Date: 2014-10-14 21:01:10 +0200 (Tue, 14 Oct 2014) New Revision: 42920
Modified: trunk/target/linux/lantiq/xway/target.mk Log: 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 <[email protected]> Modified: trunk/target/linux/lantiq/xway/target.mk =================================================================== --- trunk/target/linux/lantiq/xway/target.mk 2014-10-14 19:01:05 UTC (rev 42919) +++ trunk/target/linux/lantiq/xway/target.mk 2014-10-14 19:01:10 UTC (rev 42920) @@ -1,7 +1,7 @@ ARCH:=mips SUBTARGET:=xway BOARDNAME:=XWAY -FEATURES:=squashfs atm mips16 nand ubifs +FEATURES:=squashfs atm mips16 nand ubifs ramdisk CPU_TYPE:=34kc CPU_SUBTYPE:=dsp _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
