diff --git a/luci-app-adguardhome/Makefile b/luci-app-adguardhome/Makefile index db03e8acb..db52e7627 100644 --- a/luci-app-adguardhome/Makefile +++ b/luci-app-adguardhome/Makefile @@ -25,6 +25,7 @@ define Package/luci-app-adguardhome/conffiles /usr/share/AdGuardHome/links.txt /etc/config/AdGuardHome /etc/AdGuardHome.yaml +/etc/AdGuardHome.yaml endef define Package/luci-app-adguardhome/postinst diff --git a/luci-app-argonne-config/Makefile b/luci-app-argonne-config/Makefile index 97bc70830..51ec874a3 100644 --- a/luci-app-argonne-config/Makefile +++ b/luci-app-argonne-config/Makefile @@ -8,7 +8,7 @@ PKG_MAINTAINER:=jerrykuku LUCI_TITLE:=LuCI page for Argonne Config LUCI_PKGARCH:=all -LUCI_DEPENDS:=+luci-compat +LUCI_DEPENDS:=+luci-compat +luci-theme-argonne define Package/$(PKG_NAME)/conffiles /etc/config/argonne diff --git a/luci-app-wifidog/luasrc/model/cbi/wifidog/wifidog_cfg.lua b/luci-app-wifidog/luasrc/model/cbi/wifidog/wifidog_cfg.lua index 68a486a03..c72390e36 100644 --- a/luci-app-wifidog/luasrc/model/cbi/wifidog/wifidog_cfg.lua +++ b/luci-app-wifidog/luasrc/model/cbi/wifidog/wifidog_cfg.lua @@ -82,7 +82,7 @@ m = Map("wifidog", "wifidog执行参数配置","") mac.datatype = "list(macaddr)" --sys.net.arptable(function(entry) - ip.neighbors(function(entry) + luci.ip.neighbors(function(entry) mac:value( entry["HW address"], entry["HW address"] .. " (" .. entry["IP address"] .. ")" diff --git a/miniupnpd/patches/106-spam-syslog-ignoring.patch b/miniupnpd/patches/106-spam-syslog-ignoring.patch deleted file mode 100644 index 1e755ea92..000000000 --- a/miniupnpd/patches/106-spam-syslog-ignoring.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- a/minissdp.c 2017-04-21 19:24:23.000000000 +0800 -+++ b/minissdp.c 2021-06-22 07:01:24.000000000 +0800 -@@ -865,8 +865,8 @@ - lan_addr = get_lan_for_peer(sender); - if(lan_addr == NULL) - { -- syslog(LOG_WARNING, "SSDP packet sender %s not from a LAN, ignoring", -- sender_str); -+ /* syslog(LOG_WARNING, "SSDP packet sender %s not from a LAN, ignoring", -+ sender_str); */ - return; - } -