add awx (awk web extension) - experimental core for a new web interface framework
[openwrt-10.03/.git] / package / busybox / config / editors / Config.in
index 6844049d74ae09e6cf37352ae121404a5889ce05..8973c3667b013480d3539e097263052ad6a797aa 100644 (file)
@@ -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