Skip to content
Snippets Groups Projects
Commit 8fb3537f authored by nbd's avatar nbd
Browse files

build: allow passing parameters to padjffs2 via the pad-rootfs command


Signed-off-by: default avatarFelix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44015 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent e8f83be2
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment