From 2ff4080ea49a77e97fac916b51de1c3f5188b408 Mon Sep 17 00:00:00 2001 From: peteruithoven Date: Fri, 12 Jun 2015 16:01:39 +0200 Subject: [PATCH] Removing custom wifi country #28 --- post-install.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/post-install.sh b/post-install.sh index 983fba2..0dd48c4 100644 --- a/post-install.sh +++ b/post-install.sh @@ -79,7 +79,6 @@ $IPKG_INSTROOT/etc/init.d/dhcpcheck enable if [ -z "$IPKG_INSTROOT" ]; then echo "Enabling and configuring wifi device..." uci set wireless.@wifi-device[0].disabled=0 - uci set wireless.radio0.country='NL' uci commit wireless; wifi echo "Disabling default route and DNS server for lan network interface..." @@ -104,7 +103,6 @@ else uci set uhttpd.main.lua_prefix='/d3dapi' uci set wireless.@wifi-device[0].disabled=0 - uci set wireless.radio0.country='NL' # TODO: add firewall net uci set network.wlan=interface