From d2a7df0792020c430477abed244f5b76bb990b7f Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 8 Sep 2016 14:46:49 +0200 Subject: octeon: use new ext4/f2fs overlay support Signed-off-by: Felix Fietkau --- include/image-commands.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') diff --git a/include/image-commands.mk b/include/image-commands.mk index 9db150c905..7ff4c217a3 100644 --- a/include/image-commands.mk +++ b/include/image-commands.mk @@ -130,6 +130,10 @@ define Build/pad-to mv $@.new $@ endef +define Build/pad-extra + dd if=/dev/zero bs=$(1) count=1 >> $@ +endef + define Build/pad-rootfs $(STAGING_DIR_HOST)/bin/padjffs2 $@ $(1) \ $(if $(BLOCKSIZE),$(BLOCKSIZE:%k=%),4 8 16 64 128 256) -- cgit v1.2.3