diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-08-27 15:40:56 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-08-27 15:40:56 +0000 |
commit | b4466422c894a43e093bedb341b16e8e7839004b (patch) | |
tree | 681f7a870d4ba428f3286ba741badacf63197767 /package/base-files/default/sbin/hotplug | |
parent | 95689ed7ac21e3a705bae12a0884a984db238d95 (diff) | |
download | upstream-b4466422c894a43e093bedb341b16e8e7839004b.tar.gz upstream-b4466422c894a43e093bedb341b16e8e7839004b.tar.bz2 upstream-b4466422c894a43e093bedb341b16e8e7839004b.zip |
move hotplug script into an extra package so that it doesn't conflict with nas
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1772 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/default/sbin/hotplug')
-rwxr-xr-x | package/base-files/default/sbin/hotplug | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/package/base-files/default/sbin/hotplug b/package/base-files/default/sbin/hotplug deleted file mode 100755 index 74134e848a..0000000000 --- a/package/base-files/default/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 -} |