lede-packages-rs

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

Config.in (247B)


      1 menu "Configuration"
      2 	depends on PACKAGE_luv
      3 
      4 config LUV_USE_LUAJIT_ENGINE
      5 	bool "Use luajit engine"
      6 	select PACKAGE_luajit
      7 	help
      8 		If selected, luv will be compiled against luajit. If not selected, luv will use Lua as engine.
      9 	default n
     10 
     11 endmenu