diff options
Diffstat (limited to 'openwrt/package/base-files/default/etc/hotplug.d/net/01-wds')
-rw-r--r-- | openwrt/package/base-files/default/etc/hotplug.d/net/01-wds | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/openwrt/package/base-files/default/etc/hotplug.d/net/01-wds b/openwrt/package/base-files/default/etc/hotplug.d/net/01-wds deleted file mode 100644 index 38bd69667..000000000 --- a/openwrt/package/base-files/default/etc/hotplug.d/net/01-wds +++ /dev/null @@ -1,5 +0,0 @@ -[ "${INTERFACE%%[0-9]*}" = "wds" ] && { - ifconfig $INTERFACE 0.0.0.0 up - /usr/sbin/brctl addif br0 $INTERFACE -} - |