diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-10 13:40:31 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-10 13:42:42 +0100 |
commit | c97011fd970982be798801008b6e93343f0fdd9d (patch) | |
tree | 95a3230bcd43d4c6559615386f08f7b81f2e88dc | |
parent | 3afecbd8abcdbc97e7f6f140517132db7e9639e3 (diff) |
luci-base: fix dependency on lua (#284)
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
-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 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 |