From: florian Date: Thu, 18 Oct 2007 13:08:59 +0000 (+0000) Subject: Revert [9176] now that we have network config handling stp [9343] X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/98fb87989b5709d2a3f35e1b9b8aca68d05fb469?ds=sidebyside Revert [9176] now that we have network config handling stp [9343] git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9344 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/broadcom-wl/files/etc/hotplug.d/net/20-broadcom_wds b/package/broadcom-wl/files/etc/hotplug.d/net/20-broadcom_wds index e4b537cc0..d60a31629 100644 --- a/package/broadcom-wl/files/etc/hotplug.d/net/20-broadcom_wds +++ b/package/broadcom-wl/files/etc/hotplug.d/net/20-broadcom_wds @@ -33,9 +33,6 @@ setup_broadcom_wds() { sleep 1 nas4not lan "$iface" up auto aes "$encryption" "$key" "$ssid" } - - brctl stp br-lan on - } }