mirror of
https://github.com/openwrt/luci.git
synced 2025-12-21 14:54:36 +04: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>
32 lines
740 B
Makefile
32 lines
740 B
Makefile
#
|
|
# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
|
|
#
|
|
# This is free software, licensed under the Apache License, Version 2.0 .
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TYPE:=col
|
|
LUCI_BASENAME:=nginx
|
|
|
|
LUCI_TITLE:=LuCI interface with Nginx as Webserver
|
|
LUCI_DESCRIPTION:=Standard OpenWrt set including full admin with ppp support and the default Bootstrap theme
|
|
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 \
|
|
+nginx \
|
|
+nginx-mod-luci \
|
|
+rpcd-mod-rrdns
|
|
|
|
PKG_LICENSE:=Apache-2.0
|
|
PKG_PROVIDES:=luci-ssl-nginx
|
|
|
|
include ../../luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|