support /etc/modules
SVN-Revision: 352
This commit is contained in:
parent
54a701ed5d
commit
21eefa4319
2 changed files with 3 additions and 2 deletions
|
@ -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}')
|
awk '{OFS=FS=":";for(x=7,y=2;--x;){$x=sprintf("%02x",(y+="0x"$x)%256);y/=256}print}')
|
||||||
}
|
}
|
||||||
|
|
||||||
insmod et
|
sed 's/^[^#]/insmod &/' /etc/modules 2>&-|ash
|
||||||
insmod wl
|
|
||||||
|
|
||||||
ifconfig lo 127.0.0.1 up
|
ifconfig lo 127.0.0.1 up
|
||||||
ifconfig eth0 promisc
|
ifconfig eth0 promisc
|
||||||
|
|
2
openwrt/target/default/target_skeleton/etc/modules
Normal file
2
openwrt/target/default/target_skeleton/etc/modules
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
et
|
||||||
|
wl
|
Loading…
Reference in a new issue