From 3afecbd8abcdbc97e7f6f140517132db7e9639e3 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Fri, 9 Jan 2015 16:35:23 +0100 Subject: [PATCH] luci-base: depend on Lua (#283) Signed-off-by: Jo-Philipp Wich --- modules/luci-base/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.11.0