From 8513483ed3eff5521b8e4687ba289c0b8e05deed Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 11 Mar 2007 05:35:46 +0000 Subject: 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 --- package/busybox/config/editors/Config.in | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'package/busybox/config/editors') 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 -- cgit v1.2.3