diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-07-19 17:26:31 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-07-20 10:13:50 +0200 |
commit | cd243b1090952b1bb12d94e07825e450ca3d5118 (patch) | |
tree | 0a98d3bc90008dfb018427cafd3cd8e9b1b04766 /target/linux/cns3xxx | |
parent | eceb6b924aea73223ea0b64c6ccf8c5d87a8138d (diff) | |
download | upstream-cd243b1090952b1bb12d94e07825e450ca3d5118.tar.gz upstream-cd243b1090952b1bb12d94e07825e450ca3d5118.tar.bz2 upstream-cd243b1090952b1bb12d94e07825e450ca3d5118.zip |
cns3xxx: remove obsolete jffs2 image build code
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/cns3xxx')
-rw-r--r-- | target/linux/cns3xxx/image/Makefile | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/target/linux/cns3xxx/image/Makefile b/target/linux/cns3xxx/image/Makefile index 13e5efd964..8f29c6c6e7 100644 --- a/target/linux/cns3xxx/image/Makefile +++ b/target/linux/cns3xxx/image/Makefile @@ -31,22 +31,6 @@ define Image/Build cp $(KDIR)/uImage $(BIN_DIR)/$(IMG_PREFIX)-uImage endef -define Image/Build/jffs2-64k - dd if=$(KDIR)/root.$(1) of=$(BIN_DIR)/$(IMG_PREFIX)-$(1).img bs=64k conv=sync - ( \ - dd if=$(KDIR)/uImage bs=2048k conv=sync; \ - dd if=$(KDIR)/root.$(1) bs=64k conv=sync; \ - ) > $(BIN_DIR)/$(IMG_PREFIX)-$(1).bin -endef - -define Image/Build/jffs2-128k - dd if=$(KDIR)/root.$(1) of=$(BIN_DIR)/$(IMG_PREFIX)-$(1).img bs=128k conv=sync - ( \ - dd if=$(KDIR)/uImage bs=2048k conv=sync; \ - dd if=$(KDIR)/root.$(1) bs=128k conv=sync; \ - ) > $(BIN_DIR)/$(IMG_PREFIX)-$(1).bin -endef - define Image/Build/squashfs $(call prepare_generic_squashfs,$(KDIR)/root.$(1)) dd if=$(KDIR)/root.$(1) of=$(BIN_DIR)/$(IMG_PREFIX)-$(1).img bs=128k conv=sync |