From: Jo-Philipp Wich Date: Fri, 6 Mar 2009 13:52:42 +0000 (+0000) Subject: contrib/package: mark luaxyssl as broken until it's ported to polarssl, libxyssl... X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=2d49488b38052f33fc4549c63bc8ed1e1d385eec;p=openwrt-luci.git contrib/package: mark luaxyssl as broken until it's ported to polarssl, libxyssl was removed upstream --- diff --git a/contrib/package/luaxyssl/Makefile b/contrib/package/luaxyssl/Makefile index bd7492663b..075e675223 100644 --- a/contrib/package/luaxyssl/Makefile +++ b/contrib/package/luaxyssl/Makefile @@ -22,7 +22,7 @@ define Package/luaxyssl SUBMENU:=LUA TITLE:=xyssl-Bindings for Lua URL:=http://code.google.com/p/luaxyssl - DEPENDS:=+liblua +libxyssl + DEPENDS:=@BROKEN +liblua +libxyssl endef define Build/Configure