diff --git a/applications/luci-app-attendedsysupgrade/Makefile b/applications/luci-app-attendedsysupgrade/Makefile index 0d526824fd..6998864cf3 100644 --- a/applications/luci-app-attendedsysupgrade/Makefile +++ b/applications/luci-app-attendedsysupgrade/Makefile @@ -9,6 +9,8 @@ LUCI_DEPENDS:=+luci-base +attendedsysupgrade-common +cgi-io PKG_MAINTAINER:=Eric Fahlgren , Paul Spooren PKG_LICENSE:=GPL-2.0 +LUCI_DEFAULT:=y if BUILDBOT + include ../../luci.mk # call BuildPackage - OpenWrt buildroot signature diff --git a/collections/luci-nginx/Makefile b/collections/luci-nginx/Makefile index c22a172422..7f268d002b 100644 --- a/collections/luci-nginx/Makefile +++ b/collections/luci-nginx/Makefile @@ -15,7 +15,6 @@ LUCI_DEPENDS:= \ +IPV6:luci-proto-ipv6 \ +luci-app-firewall \ +luci-app-package-manager \ - +luci-app-attendedsysupgrade \ +luci-mod-admin-full \ +luci-proto-ppp \ +luci-theme-bootstrap \ diff --git a/collections/luci-ssl-openssl/Makefile b/collections/luci-ssl-openssl/Makefile index 0baae5aad8..df019b2ebb 100644 --- a/collections/luci-ssl-openssl/Makefile +++ b/collections/luci-ssl-openssl/Makefile @@ -17,8 +17,7 @@ LUCI_DESCRIPTION:=LuCI with OpenSSL as the SSL backend (libustream-openssl). \ LUCI_DEPENDS:=+luci-light \ +libustream-openssl \ +openssl-util \ - +luci-app-package-manager \ - +luci-app-attendedsysupgrade + +luci-app-package-manager PKG_LICENSE:=Apache-2.0 diff --git a/collections/luci-ssl/Makefile b/collections/luci-ssl/Makefile index 2f6d75b0c0..6c89b6abad 100644 --- a/collections/luci-ssl/Makefile +++ b/collections/luci-ssl/Makefile @@ -13,8 +13,7 @@ LUCI_TITLE:=LuCI with HTTPS support (mbedtls as SSL backend) LUCI_DEPENDS:=+luci-light \ +libustream-mbedtls \ +px5g-mbedtls \ - +luci-app-package-manager \ - +luci-app-attendedsysupgrade + +luci-app-package-manager PKG_LICENSE:=Apache-2.0 diff --git a/collections/luci/Makefile b/collections/luci/Makefile index 399f0a1440..40414347c8 100644 --- a/collections/luci/Makefile +++ b/collections/luci/Makefile @@ -13,8 +13,7 @@ LUCI_TITLE:=LuCI interface with Uhttpd as Webserver (default) LUCI_DESCRIPTION:=Standard OpenWrt set including package management and attended sysupgrades support LUCI_DEPENDS:= \ +luci-light \ - +luci-app-package-manager \ - +luci-app-attendedsysupgrade + +luci-app-package-manager PKG_LICENSE:=Apache-2.0