aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/at91/image/ubinize.cfg
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2014-04-29 21:02:05 +0000
committerHauke Mehrtens <hauke@openwrt.org>2014-04-29 21:02:05 +0000
commita177d6bfafa5ace9e7ee0defe2a1b9c1ae52f23b (patch)
tree79fcaa98bbac66a7d9caa7028366ca4ca88c05a2 /target/linux/at91/image/ubinize.cfg
parent653081299df9ac6b300b0b034db717c4d1e6ab2a (diff)
downloadmaster-187ad058-a177d6bfafa5ace9e7ee0defe2a1b9c1ae52f23b.tar.gz
master-187ad058-a177d6bfafa5ace9e7ee0defe2a1b9c1ae52f23b.tar.bz2
master-187ad058-a177d6bfafa5ace9e7ee0defe2a1b9c1ae52f23b.zip
at91: AT91SAM9G20-EK fixes
From 272f548fe8d0b811e0589e535f650f0507f6bccd Mon Sep 17 00:00:00 2001 From: Owen Kirby <osk@exegin.com> Date: Fri, 11 Apr 2014 17:59:55 -0700 Subject: [PATCH 2/3] [at91] AT91SAM9G20-EK fixes. While testing the 3.10 kernel update, I found that the out-of-the-box device tree for the the AT91SAM9G20EK uses a UBIFS rootfs and stores the DTB separately from the zImage. Signed-off-by: Owen Kirby <osk@exegin.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40597 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/at91/image/ubinize.cfg')
-rw-r--r--target/linux/at91/image/ubinize.cfg13
1 files changed, 13 insertions, 0 deletions
diff --git a/target/linux/at91/image/ubinize.cfg b/target/linux/at91/image/ubinize.cfg
new file mode 100644
index 0000000000..e4149ec7d7
--- /dev/null
+++ b/target/linux/at91/image/ubinize.cfg
@@ -0,0 +1,13 @@
+[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