diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-03-11 05:35:46 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-03-11 05:35:46 +0000 |
commit | fa1925c2d51d53e914ed7949418ad54377370002 (patch) | |
tree | d0e87ecd02b68c592b529f8b02f619b88292d120 /package/busybox/config | |
parent | 1312f14a814d78434aee6d08a399964443dc191c (diff) | |
download | upstream-fa1925c2d51d53e914ed7949418ad54377370002.tar.gz upstream-fa1925c2d51d53e914ed7949418ad54377370002.tar.bz2 upstream-fa1925c2d51d53e914ed7949418ad54377370002.zip |
add awx (awk web extension) - experimental core for a new web interface framework
SVN-Revision: 6549
Diffstat (limited to 'package/busybox/config')
-rw-r--r-- | package/busybox/config/editors/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package/busybox/config/editors/Config.in b/package/busybox/config/editors/Config.in index 6844049d74..8973c3667b 100644 --- a/package/busybox/config/editors/Config.in +++ b/package/busybox/config/editors/Config.in @@ -12,6 +12,13 @@ config BUSYBOX_CONFIG_AWK Awk is used as a pattern scanning and processing language. This is the BusyBox implementation of that programming language. +config BUSYBOX_CONFIG_AWX + bool "Enable awx (awk web extension)" + default y + depends on BUSYBOX_CONFIG_AWK + help + awx - awk web extension + config BUSYBOX_CONFIG_FEATURE_AWK_MATH bool "Enable math functions (requires libm)" default y |