pad squashfs image
SVN-Revision: 33314
This commit is contained in:
parent
1964753c22
commit
19cbe80501
1 changed files with 4 additions and 0 deletions
|
@ -45,6 +45,10 @@ define Image/BuildKernel
|
|||
$(call Image/Build/Initramfs)
|
||||
endef
|
||||
|
||||
define Image/Build/squashfs
|
||||
$(STAGING_DIR_HOST)/bin/padjffs2 $(KDIR)/root.squashfs 128
|
||||
endef
|
||||
|
||||
define Image/Build
|
||||
$(call Image/Build/$(1))
|
||||
dd if=$(KDIR)/root.$(1) of=$(BIN_DIR)/$(IMG_PREFIX)-root.$(1) bs=128k conv=sync
|
||||
|
|
Loading…
Reference in a new issue