Config.in 273 B

123456789
  1. config BR2_PACKAGE_GAWK
  2. bool "gawk"
  3. depends on BR2_USE_WCHAR
  4. help
  5. A special-purpose programming language which is data driven
  6. rather than procedural. Allows for simple data-reformatting jobs
  7. with just a few lines of code.
  8. http://www.gnu.org/software/gawk/