mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
[package]
- fix mac assignment for broadcom vifs in bridging mode - thanks abramoff1 for spotting this - fix possible regression with different interface protocols - bump PKG_RELEASE git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15042 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -66,11 +66,12 @@ wifi_detect() {
|
||||
start_net() {(
|
||||
local iface="$1"
|
||||
local config="$2"
|
||||
local vifmac="$3"
|
||||
|
||||
[ -f "/var/run/$iface.pid" ] && kill "$(cat /var/run/${iface}.pid)" 2>/dev/null
|
||||
include /lib/network
|
||||
scan_interfaces
|
||||
setup_interface "$1" "$2" "$3"
|
||||
setup_interface "$iface" "$config" "" "$vifmac"
|
||||
)}
|
||||
|
||||
set_wifi_up() {
|
||||
|
||||
Reference in New Issue
Block a user