projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
large init script cleanup and merge of whiterussian changes, new dnsmasq config handling
[openwrt.git]
/
openwrt
/
package
/
base-files
/
default
/
etc
/
init.d
/
S10boot
diff --git
a/openwrt/package/base-files/default/etc/init.d/S10boot
b/openwrt/package/base-files/default/etc/init.d/S10boot
index
02fddee
..
0cc519d
100755
(executable)
--- a/
openwrt/package/base-files/default/etc/init.d/S10boot
+++ b/
openwrt/package/base-files/default/etc/init.d/S10boot
@@
-1,14
+1,9
@@
#!/bin/sh
#!/bin/sh
-. /etc/nvram.sh
-
-[ "$(uname -r|grep -c 2.4)" = "1" ] && {
- echo "S" > /proc/jffs2_bbc
-}
+[ -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
This page took
0.022364 seconds
and
4
git commands to generate.