diff --git a/luci-app-adguardhome/Makefile b/luci-app-adguardhome/Makefile index d072ff1d6..d8fa9566f 100644 --- a/luci-app-adguardhome/Makefile +++ b/luci-app-adguardhome/Makefile @@ -27,6 +27,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-argon-config/Makefile b/luci-app-argon-config/Makefile index 618a11115..d2842153b 100644 --- a/luci-app-argon-config/Makefile +++ b/luci-app-argon-config/Makefile @@ -8,7 +8,7 @@ PKG_MAINTAINER:=jerrykuku LUCI_TITLE:=LuCI page for Argon Config LUCI_PKGARCH:=all -LUCI_DEPENDS:=+luci-compat +LUCI_DEPENDS:=+luci-compat +luci-theme-argon define Package/$(PKG_NAME)/conffiles /etc/config/argon diff --git a/luci-app-dnscrypt-proxy2/Makefile b/luci-app-dnscrypt-proxy2/Makefile index 849e40a13..22c71a814 100644 --- a/luci-app-dnscrypt-proxy2/Makefile +++ b/luci-app-dnscrypt-proxy2/Makefile @@ -37,7 +37,6 @@ define Package/$(PKG_NAME) TITLE:=DNSCrypt Proxy LuCI interface URL:=https://github.com/peter-tank/luci-app-dnscrypt-proxy2 PKGARCH:=all - DEPENDS:=+PACKAGE_$(PKG_NAME)_INCLUDE_minisign:minisign endef define Package/$(PKG_NAME)/description diff --git a/luci-app-dockerman/Makefile b/luci-app-dockerman/Makefile index 51dfa5c09..44e64d51d 100644 --- a/luci-app-dockerman/Makefile +++ b/luci-app-dockerman/Makefile @@ -6,7 +6,7 @@ LUCI_DEPENDS:=@(aarch64||arm||x86_64) \ +luci-lib-docker \ +luci-lib-ip \ +docker \ - +dockerd \ + +dockerd +cgroupfs-mount \ +ttyd LUCI_PKGARCH:=all diff --git a/luci-app-dockerman/root/etc/uci-defaults/luci-app-dockerman b/luci-app-dockerman/root/etc/uci-defaults/luci-app-dockerman index 4358728a1..44bcca86d 100755 --- a/luci-app-dockerman/root/etc/uci-defaults/luci-app-dockerman +++ b/luci-app-dockerman/root/etc/uci-defaults/luci-app-dockerman @@ -33,4 +33,5 @@ config_foreach remove_firewall firewall # Convert ac_allowed_container to ac_allowed_ports (sleep 30s && /etc/init.d/dockerman convert;/etc/init.d/dockerman restart) & +/etc/init.d/dockerd restart & exit 0 diff --git a/luci-app-openclash/Makefile b/luci-app-openclash/Makefile index 6e4f84595..da2e26252 100644 --- a/luci-app-openclash/Makefile +++ b/luci-app-openclash/Makefile @@ -14,7 +14,7 @@ define Package/$(PKG_NAME) SUBMENU:=3. Applications TITLE:=LuCI support for clash PKGARCH:=all - DEPENDS:=+iptables +dnsmasq-full +coreutils +coreutils-nohup +bash +curl +ca-bundle +ipset +ip-full +iptables-mod-tproxy +iptables-mod-extra +libcap +libcap-bin +ruby +ruby-yaml +kmod-tun + DEPENDS:=+iptables +dnsmasq-full +coreutils +coreutils-nohup +bash +curl +ca-bundle +ipset +ip-full +iptables-mod-tproxy +iptables-mod-extra +libcap +libcap-bin +libcap-bin +ruby +ruby-yaml +kmod-tun MAINTAINER:=vernesong endef