mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2912 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
#!/bin/sh
|
||||
setup_eth()
|
||||
{
|
||||
for part in $(nvram get unused_ifnames); do
|
||||
[ "$part" = "$INTERFACE" ] && return 0
|
||||
done
|
||||
[ -f /proc/net/wl0 ] && {
|
||||
lsmod | grep wlcompat >&- || insmod wlcompat
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user