diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-11-19 03:17:20 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-11-19 03:17:20 +0000 |
commit | 041c66c348ee68f42d2bd2d15285867ba57558f2 (patch) | |
tree | 2baf8be2ba174420052f42d69c4fb042038093b8 /package/base-files/default/bin | |
parent | 6c56c9da834ec02df626b49c3d11c5d7dfa4b015 (diff) | |
download | upstream-041c66c348ee68f42d2bd2d15285867ba57558f2.tar.gz upstream-041c66c348ee68f42d2bd2d15285867ba57558f2.tar.bz2 upstream-041c66c348ee68f42d2bd2d15285867ba57558f2.zip |
hotplug-based network script rewrite
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2531 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/default/bin')
-rwxr-xr-x | package/base-files/default/bin/firstboot | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/package/base-files/default/bin/firstboot b/package/base-files/default/bin/firstboot index 604721873a..eff7063b1c 100755 --- a/package/base-files/default/bin/firstboot +++ b/package/base-files/default/bin/firstboot @@ -60,6 +60,3 @@ mount none /tmp -t ramfs umount /rom/proc umount /rom/tmp umount /rom/dev - -# normally created by boot script -mkdir -p /var/run |