diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-12-18 17:53:53 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-12-18 17:53:53 +0000 |
commit | db831511d2091907eef52519ebcc47f54cfd6d33 (patch) | |
tree | 9f9c7fba156b00e4bc76030988ecf32839f622ce /target/linux/goldfish/image/ubinize.cfg | |
parent | 979bc5536dd4960748cc7a96426abdc8ace15131 (diff) | |
download | upstream-db831511d2091907eef52519ebcc47f54cfd6d33.tar.gz upstream-db831511d2091907eef52519ebcc47f54cfd6d33.tar.bz2 upstream-db831511d2091907eef52519ebcc47f54cfd6d33.zip |
goldfish: R.I.P.
It is broken and it is not maintained by anyone since long time.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34766
Diffstat (limited to 'target/linux/goldfish/image/ubinize.cfg')
-rw-r--r-- | target/linux/goldfish/image/ubinize.cfg | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/target/linux/goldfish/image/ubinize.cfg b/target/linux/goldfish/image/ubinize.cfg deleted file mode 100644 index d8d1fde012..0000000000 --- a/target/linux/goldfish/image/ubinize.cfg +++ /dev/null @@ -1,14 +0,0 @@ -[rootfs] -# Volume mode (other option is static) -mode=ubi -# Source image -image=root.jffs2-124k -# 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 - |