aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/config/vfconfig/files/vfconfig.hotplug
diff options
context:
space:
mode:
Diffstat (limited to 'package/network/config/vfconfig/files/vfconfig.hotplug')
-rw-r--r--package/network/config/vfconfig/files/vfconfig.hotplug7
1 files changed, 0 insertions, 7 deletions
diff --git a/package/network/config/vfconfig/files/vfconfig.hotplug b/package/network/config/vfconfig/files/vfconfig.hotplug
deleted file mode 100644
index fc2a489dea..0000000000
--- a/package/network/config/vfconfig/files/vfconfig.hotplug
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-if [ "$ACTION" = ifup ] && [ "$INTERFACE" = loopback ]; then
- . /lib/network/dsaconfig.sh
- setup_switch
-fi
-