treewide: move freifunk-related packages to separate repo
[project/luci.git] / contrib / package / meshwizard / files / usr / bin / meshwizard / helpers / setup_uhttpd.sh
diff --git a/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_uhttpd.sh b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_uhttpd.sh
deleted file mode 100755 (executable)
index b25a175..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-. $dir/functions.sh
-if [ "$ipv6_enabled" = "1" ]; then
-       uci batch <<- EOF
-               set uhttpd.main.listen_http="80"
-               set uhttpd.main.listen_https="443"
-       EOF
-fi
-
-uci_commitverbose "Setup uhttpd" uhttpd
-