From 0c67453253b33ca69e8cfd01af5ee0ad3b8bf1a9 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 17 Nov 2008 13:30:14 +0000 Subject: [PATCH] remove mac address handling, now handled by /lib/network/config.sh SVN-Revision: 13259 --- package/broadcom-wl/files/lib/wifi/broadcom.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/broadcom-wl/files/lib/wifi/broadcom.sh b/package/broadcom-wl/files/lib/wifi/broadcom.sh index b30a3d9fef..e0d741b952 100644 --- a/package/broadcom-wl/files/lib/wifi/broadcom.sh +++ b/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" ] || { -- 2.30.2