From 0d7197116ef8a46d6435db5229a04b7abe8508b6 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Sun, 13 Apr 2014 08:29:09 +0000 Subject: ar71xx: add profile and build image for the ZyXEL NBG6716 board MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: André Valentin Patchwork: http://patchwork.openwrt.org/patch/5101/ [juhosg: remove the non-existing zyxelnand subtarget specific stuff] Signed-off-by: Gabor Juhos SVN-Revision: 40502 --- target/linux/ar71xx/image/ubinize-nbg6716.ini | 29 +++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 target/linux/ar71xx/image/ubinize-nbg6716.ini (limited to 'target/linux/ar71xx/image/ubinize-nbg6716.ini') diff --git a/target/linux/ar71xx/image/ubinize-nbg6716.ini b/target/linux/ar71xx/image/ubinize-nbg6716.ini new file mode 100644 index 0000000000..ec8d7c7fc6 --- /dev/null +++ b/target/linux/ar71xx/image/ubinize-nbg6716.ini @@ -0,0 +1,29 @@ +[rootfs] +# Volume mode (other option is static) +mode=ubi +# Source image +image=ubi_root.img +# 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 +vol_size=40MiB + +[rootfs_data] +# Volume mode (other option is static) +mode=ubi +# Source image +image=jffs2.eof +# Volume ID in UBI image +vol_id=1 +# Allow for dynamic resize +vol_type=dynamic +# Volume name +vol_name=rootfs_data +# Autoresize volume at first mount +vol_size=100MiB +#vol_flags=autoresize -- cgit v1.2.3