aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/config/dsaconfig/files/dsaconfig.include
diff options
context:
space:
mode:
Diffstat (limited to 'package/network/config/dsaconfig/files/dsaconfig.include')
-rwxr-xr-xpackage/network/config/dsaconfig/files/dsaconfig.include11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/network/config/dsaconfig/files/dsaconfig.include b/package/network/config/dsaconfig/files/dsaconfig.include
deleted file mode 100755
index 4ac11d8061..0000000000
--- a/package/network/config/dsaconfig/files/dsaconfig.include
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-setup_switch() {
- # Skip switch setup on network restart. The netifd process
- # will be started afterwards and remove all interfaces again...
- if [ "$initscript" = /etc/init.d/network ] && [ "$action" = restart ]; then
- return 0
- fi
-
- /sbin/dsaconfig apply 2>&1 | logger -t dsaconfig
-}