projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
nbd, why you use copyright notice from broadcom, for your own makefiles?! something...
[openwrt.git]
/
root
/
etc
/
init.d
/
S10boot
diff --git
a/root/etc/init.d/S10boot
b/root/etc/init.d/S10boot
index
45b9dd2
..
11bc31b
100755
(executable)
--- a/
root/etc/init.d/S10boot
+++ b/
root/etc/init.d/S10boot
@@
-2,11
+2,13
@@
sysctl -p
echo "S" > /proc/jffs2_bbc
sysctl -p
echo "S" > /proc/jffs2_bbc
+mkdir -p /var/run
+
# networking stub
[ "$(nvram get il0macaddr)" = "00:90:4c:5f:00:2a" ] && {
# networking stub
[ "$(nvram get il0macaddr)" = "00:90:4c:5f:00:2a" ] && {
- # force unique mac
+ # force unique
wireless
mac
nvram set il0macaddr=$(nvram get et0macaddr|
nvram set il0macaddr=$(nvram get et0macaddr|
- awk
-F ":" '{for(x=6,y=2;x;x--){y+=int("0x"$x);$x=sprintf("%02x",y%256);y/=256}gsub(" ",":");print$0
}')
+ awk
'{OFS=FS=":";for(x=6,y=2;x;x--){$x=sprintf("%02x",(y+="0x"$x)%256);y/=256}print
}')
}
insmod et
}
insmod et
This page took
0.023156 seconds
and
4
git commands to generate.