build: allow passing parameters to padjffs2 via the pad-rootfs command
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44015 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
e8f83be254
commit
8fb3537f76
1 changed files with 1 additions and 1 deletions
|
@ -304,7 +304,7 @@ define Build/append-rootfs
|
|||
endef
|
||||
|
||||
define Build/pad-rootfs
|
||||
$(call prepare_generic_squashfs,$@)
|
||||
$(call prepare_generic_squashfs,$@ $(1))
|
||||
endef
|
||||
|
||||
define Build/pad-offset
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue