From 8f6fc9dc990a5f639410a4fab321a14f941ff49e Mon Sep 17 00:00:00 2001 From: peteruithoven Date: Mon, 24 Feb 2014 16:37:30 +0100 Subject: [PATCH] Remove all wireless configs with ssid instead of only the first --- src/network/wlanconfig.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/src/network/wlanconfig.lua b/src/network/wlanconfig.lua index ab42bcd..2f2e2c1 100644 --- a/src/network/wlanconfig.lua +++ b/src/network/wlanconfig.lua @@ -174,7 +174,6 @@ function M.removeConfig(ssid) if s.ssid == ssid then uci:delete('wireless', s['.name']) rv = true - return false end end) uci:commit('wireless')