From 2e8e51060ffcc46bb1308d7eae4d2bc3456deacf Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 7 Nov 2005 01:12:51 +0000 Subject: add hotplug stuff to trunk/ SVN-Revision: 2364 --- openwrt/package/base-files/files/hotplug | 6 ------ 1 file changed, 6 deletions(-) delete mode 100755 openwrt/package/base-files/files/hotplug (limited to 'openwrt/package/base-files/files') diff --git a/openwrt/package/base-files/files/hotplug b/openwrt/package/base-files/files/hotplug deleted file mode 100755 index 74134e8..0000000 --- a/openwrt/package/base-files/files/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 -} -- cgit v1.1