From: Jo-Philipp Wich Date: Fri, 9 Jan 2015 15:35:23 +0000 (+0100) Subject: luci-base: depend on Lua (#283) X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=3afecbd8abcdbc97e7f6f140517132db7e9639e3 luci-base: depend on Lua (#283) Signed-off-by: Jo-Philipp Wich --- diff --git a/modules/luci-base/Makefile b/modules/luci-base/Makefile index ea40adc26..00e8ca3d8 100644 --- a/modules/luci-base/Makefile +++ b/modules/luci-base/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2008-2014 The LuCI Team +# Copyright (C) 2008-2015 The LuCI Team # # This is free software, licensed under the Apache License, Version 2.0 . # @@ -12,6 +12,7 @@ LUCI_TYPE:=mod LUCI_BASENAME:=base LUCI_TITLE:=LuCI core libraries +LUCI_DEPENDS:=lua PKG_SOURCE:=LuaSrcDiet-0.12.1.tar.bz2 PKG_SOURCE_URL:=https://luasrcdiet.googlecode.com/files