mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 20:29:41 +02:00
[backfire] backport network hotplug change from r21379
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21380 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
26fc64b75e
commit
ea97a4e23d
@ -12,6 +12,8 @@ addif() {
|
||||
# PPP devices are configured by pppd, no need to run setup_interface here
|
||||
case "$INTERFACE" in
|
||||
ppp*) return 0;;
|
||||
ath*) return 0;;
|
||||
wlan*) return 0;;
|
||||
esac
|
||||
|
||||
scan_interfaces
|
||||
|
Loading…
Reference in New Issue
Block a user