Revert "add vfconfig"
[openwrt/staging/rmilecki.git] / package / network / config / vfconfig / files / vfconfig.hotplug
diff --git a/package/network/config/vfconfig/files/vfconfig.hotplug b/package/network/config/vfconfig/files/vfconfig.hotplug
deleted file mode 100644 (file)
index fc2a489..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-if [ "$ACTION" = ifup ] && [ "$INTERFACE" = loopback ]; then
-       . /lib/network/dsaconfig.sh
-       setup_switch
-fi
-