From: Jo-Philipp Wich Date: Wed, 14 Sep 2022 11:36:18 +0000 (+0200) Subject: luci: drop dependency on libiwinfo-lua X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=0143ef24d480ef9b74711de8545557bcac0826e0;p=openwrt-luci.git 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 --- 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 \