blob: 317bbe41b5b8fe46ce1e760f7bdcf46c57c173c9 (
plain)
1
2
3
4
5
6
7
8
9
|
config BR2_PACKAGE_GAWK
bool "gawk"
default n
help
A special-purpose programming language which is data driven
rather than procedural. Allows for simple data-reformatting jobs
with just a few lines of code.
http://www.gnu.org/software/gawk/
|