mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-04 20:31:05 +02:00
Hotpluggable interfaces are already brought up before /etc/init.d/network boot and this change can break them, if the ifup -a command runs at the wrong time, also starts many interfaces twice, which can lead to issues with PPPoE. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17516 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
412b70da5e
commit
7252622410
@ -11,7 +11,6 @@ boot() {
|
|||||||
setup_switch
|
setup_switch
|
||||||
[ -s /etc/config/wireless ] || \
|
[ -s /etc/config/wireless ] || \
|
||||||
/sbin/wifi detect > /etc/config/wireless
|
/sbin/wifi detect > /etc/config/wireless
|
||||||
ifup -a
|
|
||||||
/sbin/wifi up
|
/sbin/wifi up
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user