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>
This commit is contained in:
parent
c1709d15bd
commit
b1ab4e5ba9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue