luci: remove installation of attendedsysupgrade
authorPaul Spooren <[email protected]>
Sun, 29 Jan 2023 13:46:04 +0000 (14:46 +0100)
committerPaul Spooren <[email protected]>
Mon, 20 Feb 2023 18:26:50 +0000 (19:26 +0100)
The package is only useful when running an official build. The
ImageBuilders used for this service can not contain any special compiler
flags etc. used by custom builds.

Instead of installing the package whenever `luci` is installed, it
should be installed via the buildbots itself, like it's currently done
for `luci`.

Signed-off-by: Paul Spooren <[email protected]>
collections/luci/Makefile

index 2e09b78f0292f1a8b52af3b234cf45d4bf05a9a3..8efe908ef6adba350ba9f62c7663b9275977e9bb 100644 (file)
@@ -13,7 +13,6 @@ 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-attendedsysupgrade \
        +luci-app-opkg
 
 PKG_LICENSE:=Apache-2.0