Commit 04685e18 authored by Francois Perrad's avatar Francois Perrad Committed by Peter Korsgaard
Browse files

luaposix: fix runtime dependency

parent 55b08150
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_LUAPOSIX
	bool "luaposix"
	depends on BR2_INET_IPV6
	select BR2_PACKAGE_LUABITOP if BR2_PACKAGE_LUA
	# LuaBitOp is already included in LuaJIT
	help
	  luaposix is a POSIX binding, including curses, for Lua 5.1
	  and 5.2; Like most libraries it simply binds to C APIs on