mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 10:30:38 +02:00
fix rb532 squashfs support (patch by Jens Muecke)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7577 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
4164879d0e
commit
d023e30cca
@ -49,6 +49,10 @@ define Image/cmdline/ext2
|
|||||||
root=/dev/cfa2 rootfstype=ext2 init=/etc/preinit
|
root=/dev/cfa2 rootfstype=ext2 init=/etc/preinit
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Image/cmdline/squashfs
|
||||||
|
root=/dev/cfa2 rootfstype=squashfs init=/etc/preinit
|
||||||
|
endef
|
||||||
|
|
||||||
define Image/Build
|
define Image/Build
|
||||||
$(STAGING_DIR)/bin/patch-cmdline $(KDIR)/vmlinux.elf '$(strip $(call Image/cmdline/$(1))) '
|
$(STAGING_DIR)/bin/patch-cmdline $(KDIR)/vmlinux.elf '$(strip $(call Image/cmdline/$(1))) '
|
||||||
./gen_image.sh $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).bin 4 $(KDIR)/vmlinux.elf $(CONFIG_TARGET_ROOTFS_FSPART) $(KDIR)/root.$(1)
|
./gen_image.sh $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).bin 4 $(KDIR)/vmlinux.elf $(CONFIG_TARGET_ROOTFS_FSPART) $(KDIR)/root.$(1)
|
||||||
|
Loading…
Reference in New Issue
Block a user