diff options
author | Jo-Philipp Wich <jo@mein.io> | 2018-04-18 16:54:53 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2018-04-18 16:54:53 +0200 |
commit | fc8f825e2f6fedcc149fb3aafd7f6aa3eb4dcad7 (patch) | |
tree | ef1cdfb119bdd6e74dfca0d34246c127b1613a56 /modules | |
parent | 6abc488db3a3b3cf01982d4798b7da44a0311993 (diff) |
luci-base: drop dependency on libuci-lua
LuCI itself now uses ubus calls to interact with uci configuration while
the remaining direct libuci-lua users have been updated to either depend
on the binding library or to use luci.model.uci.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'modules')
-rw-r--r-- | modules/luci-base/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/luci-base/Makefile b/modules/luci-base/Makefile index da4b0bc45..7f7d7e772 100644 --- a/modules/luci-base/Makefile +++ b/modules/luci-base/Makefile @@ -12,8 +12,7 @@ LUCI_TYPE:=mod LUCI_BASENAME:=base LUCI_TITLE:=LuCI core libraries -LUCI_DEPENDS:=+lua +libuci-lua +luci-lib-nixio +luci-lib-ip +rpcd +libubus-lua +luci-lib-jsonc +liblucihttp-lua -LUCI_EXTRA_DEPENDS:=libuci-lua (>= 2018-01-01) +LUCI_DEPENDS:=+lua +luci-lib-nixio +luci-lib-ip +rpcd +libubus-lua +luci-lib-jsonc +liblucihttp-lua PKG_SOURCE:=LuaSrcDiet-0.12.1.tar.bz2 PKG_SOURCE_URL:=https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/luasrcdiet |