From: Jo-Philipp Wich Date: Sat, 10 Jan 2015 12:40:31 +0000 (+0100) Subject: luci-base: fix dependency on lua (#284) X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=c97011fd970982be798801008b6e93343f0fdd9d luci-base: fix dependency on lua (#284) Signed-off-by: Jo-Philipp Wich --- diff --git a/modules/luci-base/Makefile b/modules/luci-base/Makefile index 00e8ca3d8..5d557b648 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 PKG_SOURCE:=LuaSrcDiet-0.12.1.tar.bz2 PKG_SOURCE_URL:=https://luasrcdiet.googlecode.com/files