summaryrefslogtreecommitdiff
path: root/openwrt/package/base-files/default/bin
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-11-14 23:07:18 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-11-14 23:07:18 +0000
commit0002c1ada3ac258941271bd99efa3632748e1801 (patch)
treea317eeb74be40145be19bf2b17d8043a00135783 /openwrt/package/base-files/default/bin
parent033b0b5e4db1f12ddd7c303d508087054e8f64be (diff)
downloadmtk-20170518-0002c1ada3ac258941271bd99efa3632748e1801.zip
mtk-20170518-0002c1ada3ac258941271bd99efa3632748e1801.tar.gz
mtk-20170518-0002c1ada3ac258941271bd99efa3632748e1801.tar.bz2
create /var/run in firstboot
SVN-Revision: 2485
Diffstat (limited to 'openwrt/package/base-files/default/bin')
-rwxr-xr-xopenwrt/package/base-files/default/bin/firstboot3
1 files changed, 3 insertions, 0 deletions
diff --git a/openwrt/package/base-files/default/bin/firstboot b/openwrt/package/base-files/default/bin/firstboot
index eff7063..6047218 100755
--- a/openwrt/package/base-files/default/bin/firstboot
+++ b/openwrt/package/base-files/default/bin/firstboot
@@ -60,3 +60,6 @@ mount none /tmp -t ramfs
umount /rom/proc
umount /rom/tmp
umount /rom/dev
+
+# normally created by boot script
+mkdir -p /var/run