diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-09 16:35:23 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-09 16:35:23 +0100 |
commit | 3afecbd8abcdbc97e7f6f140517132db7e9639e3 (patch) | |
tree | 33f5ced32d817f1b3489cf312c199b0a920d3858 /modules | |
parent | 6ee776863a9a3ac702365a2d1297a9e18bdf9f1d (diff) |
luci-base: depend on Lua (#283)
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Diffstat (limited to 'modules')
-rw-r--r-- | modules/luci-base/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 <luci@lists.subsignal.org> +# Copyright (C) 2008-2015 The LuCI Team <luci@lists.subsignal.org> # # 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 |