From 5bbea4955977de0ca9d97bc1afeb2a0359bb88d7 Mon Sep 17 00:00:00 2001 From: Paul Spooren Date: Tue, 7 Jun 2022 14:28:47 +0200 Subject: [PATCH] luci: add luci-app-attendedsysupgrade by default The attendedsysupgrade makes it trivial to upgrade to newer releases by requesting custom firmware images from an API. Signed-off-by: Paul Spooren --- collections/luci/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/collections/luci/Makefile b/collections/luci/Makefile index f99010a1bd..dbf5edbde7 100644 --- a/collections/luci/Makefile +++ b/collections/luci/Makefile @@ -14,6 +14,7 @@ LUCI_DESCRIPTION:=Standard OpenWrt set including full admin with ppp support and LUCI_DEPENDS:= \ +IPV6:luci-proto-ipv6 \ +libiwinfo-lua \ + +luci-app-attendedsysupgrade \ +luci-app-firewall \ +luci-app-opkg \ +luci-mod-admin-full \ -- 2.30.2