aboutsummaryrefslogtreecommitdiffstats
path: root/package/system/ubox/files
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2013-07-08 09:01:42 +0000
committerJohn Crispin <john@openwrt.org>2013-07-08 09:01:42 +0000
commitf60cb8c3d907fc6e11a1e266e1e5d4ae3d0b7826 (patch)
treef591dbab9fad9df09322802a8708dcae182693dd /package/system/ubox/files
parentfc40051569e1adc3e1c3591f85cd24c61f839389 (diff)
downloadupstream-f60cb8c3d907fc6e11a1e266e1e5d4ae3d0b7826.tar.gz
upstream-f60cb8c3d907fc6e11a1e266e1e5d4ae3d0b7826.tar.bz2
upstream-f60cb8c3d907fc6e11a1e266e1e5d4ae3d0b7826.zip
ubox: add a uci-default script for fstab generation
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37199
Diffstat (limited to 'package/system/ubox/files')
-rw-r--r--package/system/ubox/files/fstab.default1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/system/ubox/files/fstab.default b/package/system/ubox/files/fstab.default
new file mode 100644
index 0000000000..dd4ba1c485
--- /dev/null
+++ b/package/system/ubox/files/fstab.default
@@ -0,0 +1 @@
+[ ! -f /etc/config/fstab ] && ( block detect > /etc/config/fstab )