mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-04 06:07:30 +03:00
[kirkwood] Align jffs2 to pagesize and fix mkfs2.jffs2 opts
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22836 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
b2948ef4c1
commit
fd9a76005d
@ -7,7 +7,7 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
include $(INCLUDE_DIR)/image.mk
|
include $(INCLUDE_DIR)/image.mk
|
||||||
|
|
||||||
JFFS2OPTS_NAND += --little-endian --pagesize=0x800 --no-cleanmarkers --pad
|
JFFS2OPTS += --little-endian --pagesize=0x800 --no-cleanmarkers --pad
|
||||||
|
|
||||||
define Image/Prepare
|
define Image/Prepare
|
||||||
cp $(LINUX_DIR)/arch/arm/boot/uImage $(KDIR)/uImage
|
cp $(LINUX_DIR)/arch/arm/boot/uImage $(KDIR)/uImage
|
||||||
@ -25,6 +25,11 @@ define Image/Build
|
|||||||
)
|
)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Image/Build/jffs2-128k
|
||||||
|
dd if=$(KDIR)/root.$(1) of=$(BIN_DIR)/$(IMG_PREFIX)-$(1).img \
|
||||||
|
bs=2048 conv=sync
|
||||||
|
endef
|
||||||
|
|
||||||
define Image/Build/squashfs
|
define Image/Build/squashfs
|
||||||
$(call prepare_generic_squashfs,$(KDIR)/root.squashfs)
|
$(call prepare_generic_squashfs,$(KDIR)/root.squashfs)
|
||||||
( \
|
( \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user