From: Jo-Philipp Wich Date: Wed, 14 Sep 2022 11:24:16 +0000 (+0200) Subject: luci-mod-status: remove uneeded libiwinfo-lua dependency X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=daf7ceebba81ae86248e625791f7ea4df6eb1eab;p=openwrt-luci.git luci-mod-status: remove uneeded libiwinfo-lua dependency Since the LuCI status module was rewritten into client side views, there is no server side Lua processing anymore. Signed-off-by: Jo-Philipp Wich --- diff --git a/modules/luci-mod-status/Makefile b/modules/luci-mod-status/Makefile index cf8c8ddf83..dd6aabae22 100644 --- a/modules/luci-mod-status/Makefile +++ b/modules/luci-mod-status/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI Status Pages -LUCI_DEPENDS:=+luci-base +libiwinfo +libiwinfo-lua +LUCI_DEPENDS:=+luci-base +libiwinfo +rpcd-mod-iwinfo PKG_BUILD_DEPENDS:=iwinfo PKG_LICENSE:=Apache-2.0