diff options
author | Paul Spooren <mail@aparcar.org> | 2022-06-07 14:28:47 +0200 |
---|---|---|
committer | Paul Spooren <mail@aparcar.org> | 2022-10-18 12:06:46 +0200 |
commit | 5bbea4955977de0ca9d97bc1afeb2a0359bb88d7 (patch) | |
tree | bc1600bf031c77dd77d64d28dcd8b01e5f673541 | |
parent | fc313a59dbc837f32d0c1d291bba054631c91039 (diff) |
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 <mail@aparcar.org>
-rw-r--r-- | collections/luci/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |