Explorar o código

remove mac address handling, now handled by /lib/network/config.sh

SVN-Revision: 13259
Jo-Philipp Wich %!s(int64=17) %!d(string=hai) anos
pai
achega
0c67453253
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      package/broadcom-wl/files/lib/wifi/broadcom.sh

+ 1 - 1
package/broadcom-wl/files/lib/wifi/broadcom.sh

@@ -237,7 +237,7 @@ enable_broadcom() {
 		
 		config_get ifname "$vif" ifname
 		#append if_up "ifconfig $ifname up" ";$N"
-		[ -z "$macaddr" ] || append if_up "ifconfig $ifname hw ether $macaddr" ";$N"
+
 		local net_cfg bridge
 		net_cfg="$(find_net_config "$vif")"
 		[ -z "$net_cfg" ] || {