diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-09-02 11:18:47 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-09-02 11:18:47 +0000 |
commit | 2a58b9c7291d243a933c663366c1fe2dc9ecac35 (patch) | |
tree | 05dadfe7325c79a7631b70087312969f60feceb2 /package/busybox/config/editors | |
parent | e833cd9c61185250348fbb5191ba800763695158 (diff) | |
download | mtk-20170518-2a58b9c7291d243a933c663366c1fe2dc9ecac35.zip mtk-20170518-2a58b9c7291d243a933c663366c1fe2dc9ecac35.tar.gz mtk-20170518-2a58b9c7291d243a933c663366c1fe2dc9ecac35.tar.bz2 |
remove awx from busybox, refresh patches
SVN-Revision: 12497
Diffstat (limited to 'package/busybox/config/editors')
-rw-r--r-- | package/busybox/config/editors/Config.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/package/busybox/config/editors/Config.in b/package/busybox/config/editors/Config.in index 0f0a18c..4f69381 100644 --- a/package/busybox/config/editors/Config.in +++ b/package/busybox/config/editors/Config.in @@ -12,13 +12,6 @@ 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 |