mirror of
https://git.openwrt.org/project/luci.git
synced 2025-12-20 08:49:59 +08:00
Add the luci-app-attendedsysupgrade package as default package when luci-app-package-manager is already added. This should spread the usage of ASU more in the next release. This adds the following 3 packages to the default LuCi image: 5131 bin/packages/aarch64_cortex-a53/base/rpcd-mod-rpcsys-2025.11.07~91700007-r1.apk 8781 bin/packages/aarch64_cortex-a53/luci/luci-app-attendedsysupgrade-25.302.55139~cf868f4.apk 1322 bin/packages/aarch64_cortex-a53/packages/attendedsysupgrade-common-9.apk Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
28 lines
711 B
Makefile
28 lines
711 B
Makefile
#
|
|
# Copyright (C) 2016 The LuCI Team
|
|
#
|
|
# This is free software, licensed under the Apache License, Version 2.0 .
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TYPE:=col
|
|
LUCI_BASENAME:=ssl-openssl
|
|
|
|
LUCI_TITLE:=LuCI with HTTPS support (OpenSSL as SSL backend)
|
|
LUCI_DESCRIPTION:=LuCI with OpenSSL as the SSL backend (libustream-openssl). \
|
|
OpenSSL cmd tools (openssl-util) are used by uhttpd for SSL key generation \
|
|
instead of the default px5g. (If px5g is installed, uhttpd will prefer that.)
|
|
|
|
LUCI_DEPENDS:=+luci-light \
|
|
+libustream-openssl \
|
|
+openssl-util \
|
|
+luci-app-package-manager \
|
|
+luci-app-attendedsysupgrade
|
|
|
|
PKG_LICENSE:=Apache-2.0
|
|
|
|
include ../../luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|