aboutsummaryrefslogtreecommitdiffstats
path: root/package/busybox/config/editors
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-01-25 19:08:01 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-01-25 19:08:01 +0000
commit1233a57f74605e17e501d2195cdf0d33c27bca40 (patch)
tree369d061264387fbc399220e6d53bc6856335047b /package/busybox/config/editors
parente2c94324e7175e4dd970e0e7d8aaa5090b52e158 (diff)
downloadupstream-1233a57f74605e17e501d2195cdf0d33c27bca40.tar.gz
upstream-1233a57f74605e17e501d2195cdf0d33c27bca40.tar.bz2
upstream-1233a57f74605e17e501d2195cdf0d33c27bca40.zip
upgrade busybox to 1.4.0
SVN-Revision: 6204
Diffstat (limited to 'package/busybox/config/editors')
-rw-r--r--package/busybox/config/editors/Config.in9
1 files changed, 8 insertions, 1 deletions
diff --git a/package/busybox/config/editors/Config.in b/package/busybox/config/editors/Config.in
index 3c1a320bc3..6844049d74 100644
--- a/package/busybox/config/editors/Config.in
+++ b/package/busybox/config/editors/Config.in
@@ -127,5 +127,12 @@ config BUSYBOX_CONFIG_FEATURE_VI_OPTIMIZE_CURSOR
This will make the cursor movement faster, but requires more memory
and it makes the applet a tiny bit larger.
-endmenu
+config BUSYBOX_CONFIG_FEATURE_ALLOW_EXEC
+ bool "Allow vi and awk to execute shell commands"
+ default y
+ depends on BUSYBOX_CONFIG_VI || BUSYBOX_CONFIG_AWK
+ help
+ Enables vi and awk features which allows user to execute
+ shell commands (using system() C call).
+endmenu