From 0143ef24d480ef9b74711de8545557bcac0826e0 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 14 Sep 2022 13:36:18 +0200 Subject: [PATCH] luci: drop dependency on libiwinfo-lua None of the components pulled in by the standard luci collection require server side Lua processing anymore, so we're free to drop the explicit dependency on the libiwinfo Lua binding. Signed-off-by: Jo-Philipp Wich --- collections/luci/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/collections/luci/Makefile b/collections/luci/Makefile index dbf5edbde7..62da8ad259 100644 --- a/collections/luci/Makefile +++ b/collections/luci/Makefile @@ -13,7 +13,6 @@ LUCI_TITLE:=LuCI interface with Uhttpd as Webserver (default) LUCI_DESCRIPTION:=Standard OpenWrt set including full admin with ppp support and the default Bootstrap theme LUCI_DEPENDS:= \ +IPV6:luci-proto-ipv6 \ - +libiwinfo-lua \ +luci-app-attendedsysupgrade \ +luci-app-firewall \ +luci-app-opkg \ -- 2.30.2