summaryrefslogtreecommitdiff
path: root/openwrt/package/base-files/default/sbin
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-08-27 15:40:56 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-08-27 15:40:56 +0000
commit4bb21d84479c8ec5236c946f83a8fdf11dd9ffb8 (patch)
treee2319778e8220eceba515b172b6e57864b980db2 /openwrt/package/base-files/default/sbin
parent138fee69d1146783d97eed8a4fbd26c1a7e6930d (diff)
downloadmtk-20170518-4bb21d84479c8ec5236c946f83a8fdf11dd9ffb8.zip
mtk-20170518-4bb21d84479c8ec5236c946f83a8fdf11dd9ffb8.tar.gz
mtk-20170518-4bb21d84479c8ec5236c946f83a8fdf11dd9ffb8.tar.bz2
move hotplug script into an extra package so that it doesn't conflict with nas
SVN-Revision: 1772
Diffstat (limited to 'openwrt/package/base-files/default/sbin')
-rwxr-xr-xopenwrt/package/base-files/default/sbin/hotplug6
1 files changed, 0 insertions, 6 deletions
diff --git a/openwrt/package/base-files/default/sbin/hotplug b/openwrt/package/base-files/default/sbin/hotplug
deleted file mode 100755
index 74134e8..0000000
--- a/openwrt/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
-}