diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-10 19:54:05 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-10 19:54:05 +0100 |
commit | 26aefe4f69a935a14e5e0d7db0e1e99180fead6e (patch) | |
tree | a638a094c85b32690de05ec069a1bc11910571e3 /modules/luci-base | |
parent | a36807b942a956687327d2069a7a8ff12e145473 (diff) |
luci-base: depend on libuci-lua
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Diffstat (limited to 'modules/luci-base')
-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 5d557b648..cffce2b45 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 +LUCI_DEPENDS:=+lua +libuci-lua PKG_SOURCE:=LuaSrcDiet-0.12.1.tar.bz2 PKG_SOURCE_URL:=https://luasrcdiet.googlecode.com/files |