diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2017-03-01 09:50:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-01 09:50:58 +0200 |
commit | 2685855d778f8ca55a5c88a24779dfa1dca78c48 (patch) | |
tree | 76a4141ba9ccf902e071d78efc94bb2f2463a45f /applications | |
parent | 844b4cbe054f275d592fb4cf3ab8cd71f3d7bf31 (diff) | |
parent | 04cf8763cc6c19ea419cfd34a913770f27798f90 (diff) |
Merge pull request #997 from hnyman/madwifi-cleanup
treewide: cleanup references to madwifi
Diffstat (limited to 'applications')
-rw-r--r-- | applications/luci-app-meshwizard/luasrc/model/cbi/freifunk/meshwizard.lua | 5 | ||||
-rwxr-xr-x | applications/luci-app-statistics/root/usr/bin/stat-genconfig | 6 |
2 files changed, 1 insertions, 10 deletions
diff --git a/applications/luci-app-meshwizard/luasrc/model/cbi/freifunk/meshwizard.lua b/applications/luci-app-meshwizard/luasrc/model/cbi/freifunk/meshwizard.lua index 68f7a5a257..62ce25effb 100644 --- a/applications/luci-app-meshwizard/luasrc/model/cbi/freifunk/meshwizard.lua +++ b/applications/luci-app-meshwizard/luasrc/model/cbi/freifunk/meshwizard.lua @@ -103,10 +103,7 @@ uci:foreach("wireless", "wifi-device", function(section) -- Channel selection - if hwtype == "atheros" then - local cc = util.trim(sys.exec("grep -i '" .. syscc .. "' /lib/wifi/cc_translate.txt |cut -d ' ' -f 2")) or 0 - sys.exec('"echo " .. cc .. " > /proc/sys/dev/" .. device .. "/countrycode"') - elseif hwtype == "mac80211" then + if hwtype == "mac80211" then sys.exec("iw reg set " .. syscc) elseif hwtype == "broadcom" then sys.exec ("wlc country " .. syscc) diff --git a/applications/luci-app-statistics/root/usr/bin/stat-genconfig b/applications/luci-app-statistics/root/usr/bin/stat-genconfig index df9af15261..c4542bbc2f 100755 --- a/applications/luci-app-statistics/root/usr/bin/stat-genconfig +++ b/applications/luci-app-statistics/root/usr/bin/stat-genconfig @@ -349,12 +349,6 @@ plugins = { { } }, - madwifi = { - { "WatchSet" }, - { }, - { "Interfaces", "WatchAdds" } - }, - memory = { { }, { }, |