projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add missing copyright
[openwrt.git]
/
package
/
base-files
/
default
/
etc
/
init.d
/
S10boot
diff --git
a/package/base-files/default/etc/init.d/S10boot
b/package/base-files/default/etc/init.d/S10boot
index
02fddee
..
cb5c6ac
100755
(executable)
--- a/
package/base-files/default/etc/init.d/S10boot
+++ b/
package/base-files/default/etc/init.d/S10boot
@@
-1,14
+1,13
@@
#!/bin/sh
#!/bin/sh
-. /etc/nvram.sh
+# Copyright (C) 2006 OpenWrt.org
-[ "$(uname -r|grep -c 2.4)" = "1" ] && {
- echo "S" > /proc/jffs2_bbc
-}
+. /etc/functions.sh
+[ -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 VLAN_PLUS_VID_NO_PAD
-HOSTNAME=$(nvram get wan_hostname)
-HOSTNAME=${HOSTNAME%%.*}
+HOSTNAME=${wan_hostname%%.*}
echo ${HOSTNAME:=OpenWrt}>/proc/sys/kernel/hostname
mkdir -p /var/run
echo ${HOSTNAME:=OpenWrt}>/proc/sys/kernel/hostname
mkdir -p /var/run
@@
-21,7
+20,7
@@
for iface in $(/sbin/ifconfig -a | awk '{print $1}' | grep eth); do
/usr/bin/env -i ACTION=add INTERFACE="$iface" /sbin/hotplug net
done
/usr/bin/env -i ACTION=add INTERFACE="$iface" /sbin/hotplug net
done
-sed 's/^[^#]/insmod &/' /etc/modules /etc/modules.d/* 2>&-|ash
+load_modules /etc/modules /etc/modules.d/*
ifconfig lo 127.0.0.1 up
ifconfig eth0 promisc
ifconfig lo 127.0.0.1 up
ifconfig eth0 promisc
This page took
0.034541 seconds
and
4
git commands to generate.