diff options
author | Jo-Philipp Wich <jo@mein.io> | 2022-09-14 13:19:16 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2022-10-25 01:03:37 +0200 |
commit | b1ab4e5ba9e08282571bd14ba8f1ee4a13876c90 (patch) | |
tree | b54384991b42fb0af457caf1217d07a7d6514728 /modules | |
parent | c1709d15bd45437eb73f4b42ebcb3c3f174a9b17 (diff) |
luci-mod-network: remove uneeded libiwinfo-lua dependency
Since the LuCI network admin module was rewritten into client side views,
there is no server side Lua processing anymore. The iwinfo routines are
utilized through the corresponding rpcd plugin.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'modules')
-rw-r--r-- | modules/luci-mod-network/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/luci-mod-network/Makefile b/modules/luci-mod-network/Makefile index bf5627d64d..b382d800d9 100644 --- a/modules/luci-mod-network/Makefile +++ b/modules/luci-mod-network/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI Network Administration -LUCI_DEPENDS:=+luci-base +libiwinfo-lua +rpcd-mod-iwinfo +LUCI_DEPENDS:=+luci-base +rpcd-mod-iwinfo PKG_LICENSE:=Apache-2.0 |