diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-10 19:58:06 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-10 19:58:06 +0100 |
commit | 1380c7b07dc57249a5a6bc4b8e665cc525ec6716 (patch) | |
tree | 928b52f26da754e8682f7738de21e27586f2c481 /modules/luci-base/Makefile | |
parent | 26aefe4f69a935a14e5e0d7db0e1e99180fead6e (diff) |
luci-base: add depends on libubus-lua and luci-lib-nixio as well
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Diffstat (limited to 'modules/luci-base/Makefile')
-rw-r--r-- | modules/luci-base/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/luci-base/Makefile b/modules/luci-base/Makefile index cffce2b45..395e7c753 100644 --- a/modules/luci-base/Makefile +++ b/modules/luci-base/Makefile @@ -12,7 +12,7 @@ LUCI_TYPE:=mod LUCI_BASENAME:=base LUCI_TITLE:=LuCI core libraries -LUCI_DEPENDS:=+lua +libuci-lua +LUCI_DEPENDS:=+lua +libuci-lua +libubus-lua +luci-lib-nixio PKG_SOURCE:=LuaSrcDiet-0.12.1.tar.bz2 PKG_SOURCE_URL:=https://luasrcdiet.googlecode.com/files |