X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=root%2Fsbin%2Fhotplug;fp=root%2Fsbin%2Fhotplug;h=0000000000000000000000000000000000000000;hb=aead894214be0517c618097034ce0d778fa2e77a;hp=74134e848ac75b68ed86e801b5d24b5645146bd2;hpb=e96071bb843587c46e24ddab7074ccb735ce783e;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/root/sbin/hotplug b/root/sbin/hotplug deleted file mode 100755 index 74134e848a..0000000000 --- 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 -}