projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
support /etc/modules
[openwrt.git]
/
target
/
default
/
target_skeleton
/
etc
/
init.d
/
S10boot
diff --git
a/target/default/target_skeleton/etc/init.d/S10boot
b/target/default/target_skeleton/etc/init.d/S10boot
index
bd94bbd
..
bb22db0
100755
(executable)
--- a/
target/default/target_skeleton/etc/init.d/S10boot
+++ b/
target/default/target_skeleton/etc/init.d/S10boot
@@
-17,8
+17,7
@@
touch /var/log/lastlog
awk '{OFS=FS=":";for(x=7,y=2;--x;){$x=sprintf("%02x",(y+="0x"$x)%256);y/=256}print}')
}
-insmod et
-insmod wl
+sed 's/^[^#]/insmod &/' /etc/modules 2>&-|ash
ifconfig lo 127.0.0.1 up
ifconfig eth0 promisc
This page took
0.03029 seconds
and
4
git commands to generate.