1config BR2_PACKAGE_LJLINENOISE 2 bool "ljlinenoise" 3 # ljsyscall is specifically for LuaJIT, not Lua. 4 depends on BR2_PACKAGE_LUAJIT 5 select BR2_PACKAGE_LJSYSCALL # runtime 6 help 7 ljlinenoise is a pure LuaJIT port of linenoise, 8 a small alternative to readline and libedit. 9 10 https://fperrad.frama.io/ljlinenoise/ 11 12comment "ljlinenoise needs LuaJIT" 13 depends on !BR2_PACKAGE_LUAJIT 14