1*4882a593Smuzhiyunconfig BR2_PACKAGE_HAS_LUAINTERPRETER 2*4882a593Smuzhiyun bool 3*4882a593Smuzhiyun 4*4882a593Smuzhiyunconfig BR2_PACKAGE_PROVIDES_LUAINTERPRETER 5*4882a593Smuzhiyun string 6*4882a593Smuzhiyun depends on BR2_PACKAGE_HAS_LUAINTERPRETER 7*4882a593Smuzhiyun 8*4882a593Smuzhiyunconfig BR2_PACKAGE_LUAINTERPRETER_ABI_VERSION 9*4882a593Smuzhiyun string 10*4882a593Smuzhiyun default "5.1" if BR2_PACKAGE_LUAINTERPRETER_ABI_VERSION_5_1 11*4882a593Smuzhiyun default "5.3" if BR2_PACKAGE_LUAINTERPRETER_ABI_VERSION_5_3 12*4882a593Smuzhiyun default "5.4" if BR2_PACKAGE_LUAINTERPRETER_ABI_VERSION_5_4 13*4882a593Smuzhiyun 14*4882a593Smuzhiyunconfig BR2_PACKAGE_LUAINTERPRETER_ABI_VERSION_5_1 15*4882a593Smuzhiyun bool 16*4882a593Smuzhiyun 17*4882a593Smuzhiyunconfig BR2_PACKAGE_LUAINTERPRETER_ABI_VERSION_5_3 18*4882a593Smuzhiyun bool 19*4882a593Smuzhiyun 20*4882a593Smuzhiyunconfig BR2_PACKAGE_LUAINTERPRETER_ABI_VERSION_5_4 21*4882a593Smuzhiyun bool 22*4882a593Smuzhiyun 23*4882a593Smuzhiyunconfig BR2_PACKAGE_PROVIDES_HOST_LUAINTERPRETER 24*4882a593Smuzhiyun string 25*4882a593Smuzhiyun default "host-lua" 26