removed the old directories, too.. cleanup is ready, yay
[openwrt/svn-archive/archive.git] / root / sbin / hotplug
diff --git a/root/sbin/hotplug b/root/sbin/hotplug
deleted file mode 100755 (executable)
index 74134e8..0000000
+++ /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
-}