luci-base: add depends on libubus-lua and luci-lib-nixio as well

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
This commit is contained in:
Jo-Philipp Wich 2015-01-10 19:58:06 +01:00
parent 26aefe4f69
commit 1380c7b07d

View file

@ -12,7 +12,7 @@ LUCI_TYPE:=mod
LUCI_BASENAME:=base LUCI_BASENAME:=base
LUCI_TITLE:=LuCI core libraries 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:=LuaSrcDiet-0.12.1.tar.bz2
PKG_SOURCE_URL:=https://luasrcdiet.googlecode.com/files PKG_SOURCE_URL:=https://luasrcdiet.googlecode.com/files