set the DEVICE variable in hotplug events from ppp interfaces
[openwrt.git] / package / busybox / config / editors / Config.in
index 3c1a320..8973c36 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
@@ -127,5 +134,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
This page took 0.027528 seconds and 4 git commands to generate.