projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
114b9a8
)
fix a race condition with broadcom wl devices in a bridge if a device is added before...
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 4 Jul 2007 05:05:46 +0000
(
05:05
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 4 Jul 2007 05:05:46 +0000
(
05:05
+0000)
SVN-Revision: 7872
package/base-files/files/lib/network/config.sh
patch
|
blob
|
history
diff --git
a/package/base-files/files/lib/network/config.sh
b/package/base-files/files/lib/network/config.sh
index 2c15b5e2313c91601c19291ec153e4e2aa7e94db..c08fd69bc8f615dc2040919a6fb6816eb86ee21f 100755
(executable)
--- a/
package/base-files/files/lib/network/config.sh
+++ b/
package/base-files/files/lib/network/config.sh
@@
-98,6
+98,7
@@
prepare_interface() {
} || {
$DEBUG brctl addbr "br-$config"
$DEBUG brctl setfd "br-$config" 0
+ $DEBUG ifconfig "br-$config" up
$DEBUG brctl addif "br-$config" "$iface"
# Creating the bridge here will have triggered a hotplug event, which will
# result in another setup_interface() call, so we simply stop processing