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:
b1ab4e5
)
luci-mod-status: remove uneeded libiwinfo-lua dependency
author
Jo-Philipp Wich
<jo@mein.io>
Wed, 14 Sep 2022 11:24:16 +0000
(13:24 +0200)
committer
Jo-Philipp Wich
<jo@mein.io>
Mon, 24 Oct 2022 23:03:37 +0000
(
01:03
+0200)
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 <jo@mein.io>
modules/luci-mod-status/Makefile
patch
|
blob
|
history
diff --git
a/modules/luci-mod-status/Makefile
b/modules/luci-mod-status/Makefile
index cf8c8ddf834bd6ac146c3a465f6a946f2038f037..dd6aabae224843b79f8dbd0d100ae254e66c2607 100644
(file)
--- 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