From d219e055bee41b02f1b092a131e060a92d763813 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Tue, 24 Jun 2014 18:12:52 +0000 Subject: lantiq: remove deprecated jffs2_nand configuration As far as I am aware, amongst the lantiq boards, jffs2_nand was only used on the BTHOMEHUBV2B. Ubi-related modifications to the device tree for that board mean that the resulting jffs2 images no longer work, and are no longer required anyway. So I suggest removing the related configuration, which this patch does. If anyone else is using jffs2_nand on a lantiq target please speak up! Incidentally, for a jffs2 rootfs partition concatenated to the kernel image to be recognised and mounted correctly on nand this patch or something equivalent is required: http://patchwork.openwrt.org/patch/5110/ It is marked as accepted in patchwork but doesn't seem to have been committed. As far as I am concerned it too is deprecated. Signed-off-by: Ben Mulvihill SVN-Revision: 41312 --- target/linux/lantiq/xway/target.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/lantiq/xway') diff --git a/target/linux/lantiq/xway/target.mk b/target/linux/lantiq/xway/target.mk index e8a287412b..0cc3f8ae27 100644 --- a/target/linux/lantiq/xway/target.mk +++ b/target/linux/lantiq/xway/target.mk @@ -1,7 +1,7 @@ ARCH:=mips SUBTARGET:=xway BOARDNAME:=XWAY -FEATURES:=squashfs atm mips16 jffs2_nand nand ubifs +FEATURES:=squashfs atm mips16 nand ubifs CPU_TYPE:=34kc CPU_SUBTYPE:=dsp -- cgit v1.2.3