From 1233a57f74605e17e501d2195cdf0d33c27bca40 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 25 Jan 2007 19:08:01 +0000 Subject: upgrade busybox to 1.4.0 SVN-Revision: 6204 --- package/busybox/config/editors/Config.in | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'package/busybox/config/editors') 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 -- cgit v1.2.3