diff options
| author | Imre Kaloz <kaloz@openwrt.org> | 2005-10-17 12:24:08 +0000 |
|---|---|---|
| committer | Imre Kaloz <kaloz@openwrt.org> | 2005-10-17 12:24:08 +0000 |
| commit | 9adf9b1702c660cdb28ffbc2907cc6de038015ea (patch) | |
| tree | 5be4b26ccd509dcc7c91534d9095a6b0141908ce /root/sbin/hotplug | |
| parent | 59793b74d7354c5e8656b665448a3c56363ebc9b (diff) | |
| download | upstream-9adf9b1702c660cdb28ffbc2907cc6de038015ea.tar.gz upstream-9adf9b1702c660cdb28ffbc2907cc6de038015ea.tar.bz2 upstream-9adf9b1702c660cdb28ffbc2907cc6de038015ea.zip | |
removed the old directories, too.. cleanup is ready, yay
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2130 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'root/sbin/hotplug')
| -rwxr-xr-x | root/sbin/hotplug | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/root/sbin/hotplug b/root/sbin/hotplug deleted file mode 100755 index 74134e848ac..00000000000 --- a/root/sbin/hotplug +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/ash -# $Id$ -[ "${INTERFACE%%[0-9]*}" = "wds" ] && { - ifconfig $INTERFACE 0.0.0.0 up - /usr/sbin/brctl addif br0 $INTERFACE -} |
