diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-11-23 10:21:07 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-11-29 09:44:39 +0100 |
commit | 88f6f0120d3d5c57bb6022d4706abd5cee99d7dc (patch) | |
tree | 626caf4cc061673630a5f99c4917690f2a641317 /target/linux/ar71xx/image/Makefile | |
parent | e8fe83e1be80c7877a898495e6fc5bbbf0dcce74 (diff) | |
download | upstream-88f6f0120d3d5c57bb6022d4706abd5cee99d7dc.tar.gz upstream-88f6f0120d3d5c57bb6022d4706abd5cee99d7dc.tar.bz2 upstream-88f6f0120d3d5c57bb6022d4706abd5cee99d7dc.zip |
ar71xx: remove obsolete jffs2 image building code
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/ar71xx/image/Makefile')
-rw-r--r-- | target/linux/ar71xx/image/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index 64221a3d6c..b9c3fc350f 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -5,8 +5,6 @@ # See /LICENSE for more information. # -JFFS2_BLOCKSIZE = 64k 128k 256k - include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/image.mk @@ -101,7 +99,6 @@ define Device/Default PROFILES = Default Minimal $$(DEVICE_PROFILE) MTDPARTS := BLOCKSIZE := 64k - FILESYSTEMS = $(filter-out jffs2-%,$(TARGET_FILESYSTEMS)) jffs2-$$(BLOCKSIZE) CONSOLE = ttyS0,115200 CMDLINE = $$(if $$(BOARDNAME),board=$$(BOARDNAME)) $$(if $$(MTDPARTS),mtdparts=$$(MTDPARTS)) $$(if $$(CONSOLE),console=$$(CONSOLE)) KERNEL := kernel-bin | patch-cmdline | lzma | uImage lzma |