aboutsummaryrefslogtreecommitdiffstats
path: root/package/busybox/config/editors
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-03-11 05:35:46 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-03-11 05:35:46 +0000
commit8513483ed3eff5521b8e4687ba289c0b8e05deed (patch)
tree52d27aa10edfb89ad332fa50d91cc0be72ab9223 /package/busybox/config/editors
parent295cf5cf94d66609f82feefe3f08e6a27765ce9f (diff)
downloadupstream-8513483ed3eff5521b8e4687ba289c0b8e05deed.tar.gz
upstream-8513483ed3eff5521b8e4687ba289c0b8e05deed.tar.bz2
upstream-8513483ed3eff5521b8e4687ba289c0b8e05deed.zip
add awx (awk web extension) - experimental core for a new web interface framework
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6549 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox/config/editors')
-rw-r--r--package/busybox/config/editors/Config.in7
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