projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add a few aliases that were nagging me
[openwrt.git]
/
root
/
etc
/
init.d
/
S10boot
diff --git
a/root/etc/init.d/S10boot
b/root/etc/init.d/S10boot
index
437bd7e
..
11bc31b
100755
(executable)
--- a/
root/etc/init.d/S10boot
+++ b/
root/etc/init.d/S10boot
@@
-2,7
+2,15
@@
sysctl -p
echo "S" > /proc/jffs2_bbc
sysctl -p
echo "S" > /proc/jffs2_bbc
+mkdir -p /var/run
+
# networking stub
# networking stub
+[ "$(nvram get il0macaddr)" = "00:90:4c:5f:00:2a" ] && {
+ # force unique wireless mac
+ nvram set il0macaddr=$(nvram get et0macaddr|
+ awk '{OFS=FS=":";for(x=6,y=2;x;x--){$x=sprintf("%02x",(y+="0x"$x)%256);y/=256}print}')
+}
+
insmod et
insmod wl
insmod et
insmod wl
This page took
0.018709 seconds
and
4
git commands to generate.