mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
mvebu: Replace the padjffs2 call by the generic definition
The mvebu image Makefile directly calls the padjffs2 utility, while there's an generic make function to do just that. Switch to it Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43968 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -44,7 +44,7 @@ define Image/BuildKernel
|
||||
endef
|
||||
|
||||
define Image/Build/squashfs
|
||||
$(STAGING_DIR_HOST)/bin/padjffs2 $(KDIR)/root.squashfs 128
|
||||
$(call prepare_generic_squashfs,$(KDIR)/root.squashfs)
|
||||
$(foreach nandboard,$(NANDBOARDS),$(call Image/Build/UbinizeImage,$(nandboard),,squashfs,$(UBI_OPTS));)
|
||||
( \
|
||||
dd if=$(KDIR)/uImage-armada-xp-mamba bs=3072k conv=sync; \
|
||||
|
||||
Reference in New Issue
Block a user