diff --git a/feeds.conf.default b/feeds.conf.default
index dbb83fae9..bf53c57b5 100644
--- a/feeds.conf.default
+++ b/feeds.conf.default
@@ -1,4 +1,4 @@
src-git packages https://github.com/openwrt/packages.git;openwrt-18.06
-src-git luci https://github.com/openwrt/luci.git;openwrt-18.06
+src-git luci https://github.com/openwrt/luci.git^80cb4fef8c7db0dadc373fef122d7abb092a7191
src-git routing https://git.openwrt.org/feed/routing.git;openwrt-18.06
#src-git telephony https://git.openwrt.org/feed/telephony.git;openwrt-18.06
\ No newline at end of file
diff --git a/package/lean/autocore/Makefile b/package/lean/autocore/Makefile
index 341fb904d..091db206e 100644
--- a/package/lean/autocore/Makefile
+++ b/package/lean/autocore/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=autocore
PKG_VERSION:=1
-PKG_RELEASE:=12
+PKG_RELEASE:=11
include $(INCLUDE_DIR)/package.mk
diff --git a/package/lean/autocore/files/index.htm b/package/lean/autocore/files/index.htm
index 67601633f..7112337a9 100644
--- a/package/lean/autocore/files/index.htm
+++ b/package/lean/autocore/files/index.htm
@@ -6,7 +6,6 @@
<%
local fs = require "nixio.fs"
- local ipc = require "luci.ip"
local util = require "luci.util"
local stat = require "luci.tools.status"
local ver = require "luci.version"
@@ -59,8 +58,6 @@
}
if wan then
- local dev = wan:get_interface()
- local link = dev and ipc.link(dev:name())
rv.wan = {
ipaddr = wan:ipaddr(),
gwaddr = wan:gwaddr(),
@@ -69,19 +66,12 @@
expires = wan:expires(),
uptime = wan:uptime(),
proto = wan:proto(),
- i18n = wan:get_i18n(),
ifname = wan:ifname(),
- link = wan:adminlink(),
- mac = dev and dev:mac(),
- type = dev and dev:type(),
- name = dev and dev:get_i18n(),
- ether = link and link.type == 1
+ link = wan:adminlink()
}
end
if wan6 then
- local dev = wan6:get_interface()
- local link = dev and ipc.link(dev:name())
rv.wan6 = {
ip6addr = wan6:ip6addr(),
gw6addr = wan6:gw6addr(),
@@ -89,13 +79,8 @@
ip6prefix = wan6:ip6prefix(),
uptime = wan6:uptime(),
proto = wan6:proto(),
- i18n = wan6:get_i18n(),
ifname = wan6:ifname(),
- link = wan6:adminlink(),
- mac = dev and dev:mac(),
- type = dev and dev:type(),
- name = dev and dev:get_i18n(),
- ether = link and link.type == 1
+ link = wan6:adminlink()
}
end
@@ -121,7 +106,7 @@
<%+header%>
-
+