From: Felix Fietkau Date: Tue, 19 Jul 2016 10:20:15 +0000 (+0200) Subject: lantiq: disable jffs2 support on xrx200 X-Git-Tag: v17.01.0-rc1~2013 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=ceee47ba646edd54c8b40365b43b4a048ef45cf5;ds=sidebyside lantiq: disable jffs2 support on xrx200 Signed-off-by: Felix Fietkau --- diff --git a/target/linux/lantiq/image/Makefile b/target/linux/lantiq/image/Makefile index 95895c223b..5713faa11f 100644 --- a/target/linux/lantiq/image/Makefile +++ b/target/linux/lantiq/image/Makefile @@ -105,25 +105,6 @@ define Image/BuildLoader/squashfs $(call prepare_generic_squashfs,$(BIN_DIR)/$(IMG_PREFIX)-$(2)-$(1).image) endef -define Image/BuildEVA/jffs2-128k - cat $(KDIR)/$(2).eva.align.128k $(KDIR)/root.$(1) > $(BIN_DIR)/$(IMG_PREFIX)-$(2)-$(1).image.eva -endef - -define Image/Build/jffs2-64k - dd if=$(KDIR)/uImage-$(2) of=$(KDIR)/uImage-$(2)-$(1) bs=64k conv=sync - cat $(KDIR)/uImage-$(2)-$(1) $(KDIR)/root.$(1) > $(BIN_DIR)/$(IMG_PREFIX)-$(2)-$(1).image -endef - -define Image/Build/jffs2-128k - dd if=$(KDIR)/uImage-$(2) of=$(KDIR)/uImage-$(2)-$(1) bs=128k conv=sync - cat $(KDIR)/uImage-$(2)-$(1) $(KDIR)/root.$(1) > $(BIN_DIR)/$(IMG_PREFIX)-$(2)-$(1).image -endef - -define Image/Build/jffs2-256k - dd if=$(KDIR)/uImage-$(2) of=$(KDIR)/uImage-$(2)-$(1) bs=256k conv=sync - cat $(KDIR)/uImage-$(2)-$(1) $(KDIR)/root.$(1) > $(BIN_DIR)/$(IMG_PREFIX)-$(2)-$(1).image -endef - ifneq ($(CONFIG_TARGET_ROOTFS_INITRAMFS),) define Image/BuildKernel/InitramfsTemplate $(call PatchKernelLzma,$(1),-initramfs) diff --git a/target/linux/lantiq/xrx200/target.mk b/target/linux/lantiq/xrx200/target.mk index e112ea0996..6b8738c8a8 100644 --- a/target/linux/lantiq/xrx200/target.mk +++ b/target/linux/lantiq/xrx200/target.mk @@ -1,7 +1,7 @@ ARCH:=mips SUBTARGET:=xrx200 BOARDNAME:=XRX200 -FEATURES:=squashfs atm mips16 jffs2 nand ubifs +FEATURES:=squashfs atm mips16 nand ubifs CPU_TYPE:=34kc CPU_SUBTYPE:=dsp