1config BR2_PACKAGE_LUA_VALUA 2 bool "lua-valua" 3 help 4 This module provides tools for validating values, very useful 5 in forms, but also usable elsewhere. It works in appended 6 chains. Create a new validation object and start chaining 7 your test functions. 8 9 https://github.com/sailorproject/valua 10