summaryrefslogtreecommitdiff
path: root/openwrt/package/base-files/default/etc/init.d/S10boot
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-07-30 03:09:09 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-07-30 03:09:09 +0000
commit31e0ccf22f86a4aa11c032b66bfa0dd4f4b4baaa (patch)
tree41ef7a4753ad7fcc113c4cc8c6b002279788a75b /openwrt/package/base-files/default/etc/init.d/S10boot
parent9fb76c1dc29fa25f69228341a06697d40c058adc (diff)
downloadmtk-20170518-31e0ccf22f86a4aa11c032b66bfa0dd4f4b4baaa.zip
mtk-20170518-31e0ccf22f86a4aa11c032b66bfa0dd4f4b4baaa.tar.gz
mtk-20170518-31e0ccf22f86a4aa11c032b66bfa0dd4f4b4baaa.tar.bz2
rewrite of the network scripts and configuration
SVN-Revision: 4323
Diffstat (limited to 'openwrt/package/base-files/default/etc/init.d/S10boot')
-rwxr-xr-xopenwrt/package/base-files/default/etc/init.d/S10boot3
1 files changed, 2 insertions, 1 deletions
diff --git a/openwrt/package/base-files/default/etc/init.d/S10boot b/openwrt/package/base-files/default/etc/init.d/S10boot
index cb5c6ac..19420ed 100755
--- a/openwrt/package/base-files/default/etc/init.d/S10boot
+++ b/openwrt/package/base-files/default/etc/init.d/S10boot
@@ -5,13 +5,14 @@
[ -f /proc/mounts ] || /sbin/mount_root
[ -f /proc/jffs2_bbc ] && echo "S" > /proc/jffs2_bbc
-vconfig set_name_type VLAN_PLUS_VID_NO_PAD
+vconfig set_name_type DEV_PLUS_VID_NO_PAD
HOSTNAME=${wan_hostname%%.*}
echo ${HOSTNAME:=OpenWrt}>/proc/sys/kernel/hostname
mkdir -p /var/run
mkdir -p /var/log
+mkdir -p /var/lock
touch /var/log/wtmp
touch /var/log/lastlog
[ "$FAILSAFE" = "true" ] && touch /tmp/.failsafe