Finally, enable ubifs for kirkwood target. Signed-off-by: Daniel Golle <dgo...@allnet.de>
Index: target/linux/kirkwood/image/ubinize.cfg =================================================================== --- /dev/null (revision 0) +++ target/linux/kirkwood/image/ubinize.cfg (revision 0) @@ -0,0 +1,14 @@ +[rootfs] +# Volume mode (other option is static) +mode=ubi +# Source image +image=root.ubifs +# Volume ID in UBI image +vol_id=0 +# Allow for dynamic resize +vol_type=dynamic +# Volume name +vol_name=rootfs +# Autoresize volume at first mount +vol_flags=autoresize + Index: target/linux/kirkwood/image/Makefile =================================================================== --- target/linux/kirkwood/image/Makefile (revision 27777) +++ target/linux/kirkwood/image/Makefile (working copy) @@ -8,6 +8,8 @@ include $(INCLUDE_DIR)/image.mk JFFS2OPTS += --little-endian --pagesize=0x800 --no-cleanmarkers --pad +UBIFS_OPTS += -m 2048 -e 126KiB -c 4096 -Q +UBINIZE_OPTS += -m 2048 -p 128KiB define Image/Prepare cp $(LINUX_DIR)/arch/arm/boot/uImage $(KDIR)/uImage Index: target/linux/kirkwood/Makefile =================================================================== --- target/linux/kirkwood/Makefile (revision 27777) +++ target/linux/kirkwood/Makefile (working copy) @@ -9,10 +9,10 @@ ARCH:=arm BOARD:=kirkwood BOARDNAME:=Marvell Kirkwood -FEATURES:=targz usb jffs2 +FEATURES:=targz usb jffs2 ubifs MAINTAINER:=Imre Kaloz <ka...@openwrt.org> -LINUX_VERSION:=2.6.37.6 +LINUX_VERSION:=3.0 include $(INCLUDE_DIR)/target.mk _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel