diff options
author | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-02-06 00:58:10 +0000 |
---|---|---|
committer | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-02-06 00:58:10 +0000 |
commit | 6516b8e39a52b3df85edc753aeb3bfe45ab8b66e (patch) | |
tree | 4d80eccb1b3ac8b9efa5b0d1b503f01bb74d50f1 /openwrt/target/default/target_skeleton/sbin/hotplug | |
parent | 6fa165042b07cbb6ff52d2439e79d8ffe17be4ab (diff) |
openwrt root
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@212 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/default/target_skeleton/sbin/hotplug')
-rwxr-xr-x | openwrt/target/default/target_skeleton/sbin/hotplug | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/openwrt/target/default/target_skeleton/sbin/hotplug b/openwrt/target/default/target_skeleton/sbin/hotplug new file mode 100755 index 000000000..335ee8f88 --- /dev/null +++ b/openwrt/target/default/target_skeleton/sbin/hotplug @@ -0,0 +1,7 @@ +#!/bin/ash +# $Id$ +[ "${INTERFACE%%[0-9]*}" = "wds" ] && { + [ -x "/usr/sbin/nas" ] && /usr/sbin/nas lan $INTERFACE up + ifconfig $INTERFACE 0.0.0.0 up + /usr/sbin/brctl addif br0 $INTERFACE +} |