lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit d556c9440b287f7c5f8365ea87eb4f3332e22242
parent c79656daafcd5f0dd248e7faaf0b7f01dc6d9a36
Author: Dirk Feytons <dirk.feytons@gmail.com>
Date:   Fri, 29 Apr 2016 21:40:17 +0200

luabitop: correct dependency

Signed-off-by: Dirk Feytons <dirk.feytons@gmail.com>

Diffstat:
Mlang/luabitop/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/luabitop/Makefile b/lang/luabitop/Makefile @@ -28,7 +28,7 @@ define Package/luabitop CATEGORY:=Languages TITLE:=luabitop URL:=http://bitop.luajit.org/ - DEPENDS:=+lua + DEPENDS:=+liblua endef define Package/luabitop/description