projects
/
project
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1709d1
)
luci-mod-network: remove uneeded libiwinfo-lua dependency
author
Jo-Philipp Wich
<jo@mein.io>
Wed, 14 Sep 2022 11:19:16 +0000
(13:19 +0200)
committer
Jo-Philipp Wich
<jo@mein.io>
Mon, 24 Oct 2022 23:03:37 +0000
(
01:03
+0200)
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>
modules/luci-mod-network/Makefile
patch
|
blob
|
history
diff --git
a/modules/luci-mod-network/Makefile
b/modules/luci-mod-network/Makefile
index bf5627d64ded533ac2a42b1ef4a20b1cb5ad1a68..b382d800d99bf83dee756187a80c25a7693eee1b 100644
(file)
--- 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