applications/luci-statistics: add iwinfo support to stat-genconfig
[project/luci.git] / applications / luci-statistics / root / usr / bin / stat-genconfig
index 97c3628abac905504da0465e46eb3c355e309112..01a974e2ad8a16c70ab3fb435b8b729bc22ac8c0 100755 (executable)
@@ -192,7 +192,6 @@ function _list_expand( c, l, nopad )
                                k = n:gsub("(%w+)s", "%1")
                        end
 
-                       
                        str = str .. _expand( c[n], k, nopad )
                end
        end
@@ -316,6 +315,12 @@ plugins = {
                { "Irqs" }
        },
 
+       iwinfo = {
+               { },
+               { "IgnoreSelected" },
+               { "Interfaces" }
+       },
+
        load    = {
                { },
                { },
@@ -334,7 +339,11 @@ plugins = {
                { "Interfaces", "WatchAdds" }
        },
 
-       memory = { },
+       memory = { 
+               { },
+               { },
+               { }
+       },
 
        netlink = {
                { },