diff options
-rw-r--r-- | applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua | 1 | ||||
-rw-r--r-- | contrib/package/community-profiles/files/etc/config/profile_potsdam | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua b/applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua index 329341ddc4..c532b4a6d3 100644 --- a/applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua +++ b/applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua @@ -150,7 +150,6 @@ function statistics_render() if png then luci.http.prepare_content("image/png") l12.pump.all(l12.source.file(png), luci.http.write) - png:close() end return end diff --git a/contrib/package/community-profiles/files/etc/config/profile_potsdam b/contrib/package/community-profiles/files/etc/config/profile_potsdam index bde824f357..c15624a9fd 100644 --- a/contrib/package/community-profiles/files/etc/config/profile_potsdam +++ b/contrib/package/community-profiles/files/etc/config/profile_potsdam @@ -13,3 +13,7 @@ config 'defaults' 'wifi_device' config 'defaults' 'bssidscheme' option '5' '02:CA:FF:EE:BA:BE' + +config 'defaults' 'interface' + option 'dns' '85.214.20.141 213.73.91.35 194.150.168.168' + |