aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/default/etc/hotplug.d/net
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-11-07 01:12:51 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-11-07 01:12:51 +0000
commitbe5c7d2d2546417767bc5c3471b246fa4f94313e (patch)
tree302a83f06c200757c896bbabe23db4af10445042 /package/base-files/default/etc/hotplug.d/net
parent816e158a73c253f73d53ec19c73cf6c7ea2e3736 (diff)
downloadupstream-be5c7d2d2546417767bc5c3471b246fa4f94313e.tar.gz
upstream-be5c7d2d2546417767bc5c3471b246fa4f94313e.tar.bz2
upstream-be5c7d2d2546417767bc5c3471b246fa4f94313e.zip
add hotplug stuff to trunk/
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2364 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/default/etc/hotplug.d/net')
-rw-r--r--package/base-files/default/etc/hotplug.d/net/01-wds5
1 files changed, 5 insertions, 0 deletions
diff --git a/package/base-files/default/etc/hotplug.d/net/01-wds b/package/base-files/default/etc/hotplug.d/net/01-wds
new file mode 100644
index 0000000000..38bd69667f
--- /dev/null
+++ b/package/base-files/default/etc/hotplug.d/net/01-wds
@@ -0,0 +1,5 @@
+[ "${INTERFACE%%[0-9]*}" = "wds" ] && {
+ ifconfig $INTERFACE 0.0.0.0 up
+ /usr/sbin/brctl addif br0 $INTERFACE
+}
+