[source] ar71xx: remove squashfs-64k rootfs image from bin directory, the generic one is enough

LEDE Commits lede-commits at lists.infradead.org
Tue Nov 29 01:21:52 PST 2016


nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/1cd7ff3e96c2254229239b7e2fdff793982a7371

commit 1cd7ff3e96c2254229239b7e2fdff793982a7371
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Tue Nov 29 09:58:33 2016 +0100

    ar71xx: remove squashfs-64k rootfs image from bin directory, the generic one is enough
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 target/linux/ar71xx/image/legacy.mk | 1 -
 1 file changed, 1 deletion(-)

diff --git a/target/linux/ar71xx/image/legacy.mk b/target/linux/ar71xx/image/legacy.mk
index 9d2b31f..e0e7be1 100644
--- a/target/linux/ar71xx/image/legacy.mk
+++ b/target/linux/ar71xx/image/legacy.mk
@@ -1036,7 +1036,6 @@ define Image/Build/squashfs
 	cp $(KDIR)/root.squashfs $(KDIR)/root.squashfs-raw
 	cp $(KDIR)/root.squashfs $(KDIR)/root.squashfs-64k
 	$(STAGING_DIR_HOST)/bin/padjffs2 $(KDIR)/root.squashfs-64k 64
-	cp $(KDIR)/root.squashfs-64k $(BIN_DIR)/$(IMG_PREFIX)-root.squashfs-64k
 	$(call prepare_generic_squashfs,$(KDIR)/root.squashfs)
 	dd if=$(KDIR)/root.$(1) of=$(BIN_DIR)/$(IMG_PREFIX)-root.$(1) bs=128k conv=sync
 endef



More information about the lede-commits mailing list