ar71xx: remove squashfs-64k rootfs image from bin directory, the generic one is enough
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
eff858e8df
commit
1cd7ff3e96
1 changed files with 0 additions and 1 deletions
|
@ -1036,7 +1036,6 @@ define Image/Build/squashfs
|
||||||
cp $(KDIR)/root.squashfs $(KDIR)/root.squashfs-raw
|
cp $(KDIR)/root.squashfs $(KDIR)/root.squashfs-raw
|
||||||
cp $(KDIR)/root.squashfs $(KDIR)/root.squashfs-64k
|
cp $(KDIR)/root.squashfs $(KDIR)/root.squashfs-64k
|
||||||
$(STAGING_DIR_HOST)/bin/padjffs2 $(KDIR)/root.squashfs-64k 64
|
$(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)
|
$(call prepare_generic_squashfs,$(KDIR)/root.squashfs)
|
||||||
dd if=$(KDIR)/root.$(1) of=$(BIN_DIR)/$(IMG_PREFIX)-root.$(1) bs=128k conv=sync
|
dd if=$(KDIR)/root.$(1) of=$(BIN_DIR)/$(IMG_PREFIX)-root.$(1) bs=128k conv=sync
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Reference in a new issue