mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-28 11:32:29 +02:00
support /etc/modules
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@352 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
43756bf459
commit
0b2ad17783
@ -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
|
||||
|
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 New Issue
Block a user