English Language flag
// Log In
// CVSweb
Project: FreeWRT
// Summary // Activity // Search // Tracker // Lists // News // SCM // Wiki

SCM Repository

ViewVC logotype

Contents of /branches/freewrt_1_0/package/broadcom-wl-util/files/wds.hotplug

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3666 - (show annotations) (download)
Tue Jan 1 19:54:22 2008 UTC (6 years, 1 month ago) by spaetzle
File size: 259 byte(s)
- fixed confusion of wds hotplug script
brctl was confused if awk had figured out a commented wireless-wds-bridge statement

1 [ "${INTERFACE%%[0-9]*}" = "wds" ] && {
2 bridgeif=$(awk '/^[[:space:]]*wireless-wds-bridge/ {print $2}' /etc/network/interfaces)
3 logger -t wds "adding wds device $INTERFACE to bridge $bridgeif"
4 ip link set $INTERFACE up
5 brctl addif $bridgeif $INTERFACE
6 }

root@freewrt.org:443
ViewVC Help
Powered by ViewVC 1.1.20