1config BR2_PACKAGE_LUA_AUGEAS 2 bool "lua-augeas" 3 depends on !BR2_arc # augeas 4 depends on BR2_USE_WCHAR # augeas 5 select BR2_PACKAGE_AUGEAS 6 help 7 Lua binding for augeas library 8 9 https://github.com/ncopa/lua-augeas 10 11comment "lua-augeas needs a toolchain w/ wchar" 12 depends on !BR2_arc 13 depends on !BR2_USE_WCHAR 14