[package] busybox: update to v1.13.4 (closes: #4279)
[openwrt.git] / package / busybox / config / miscutils / Config.in
index df5f28c..e1541c9 100644 (file)
@@ -107,7 +107,7 @@ config BUSYBOX_CONFIG_CROND
              # Run daily cron jobs at 4:40 every day:
              40 4 * * * /etc/cron/daily > /dev/null 2>&1
 
-config BUSYBOX_CONFIG_DEBUG_CROND_OPTION
+config BUSYBOX_CONFIG_FEATURE_CROND_D
        bool "Support option -d to redirect output to stderr"
        depends on BUSYBOX_CONFIG_CROND
        default n
@@ -138,6 +138,14 @@ config BUSYBOX_CONFIG_DC
          Dc is a reverse-polish desk calculator which supports unlimited
          precision arithmetic.
 
+config BUSYBOX_CONFIG_FEATURE_DC_LIBM
+       bool "Enable power and exp functions (requires libm)"
+       default n
+       depends on BUSYBOX_CONFIG_DC
+       help
+         Enable power and exp functions.
+         NOTE: This will require libm to be present for linking.
+
 config BUSYBOX_CONFIG_DEVFSD
        bool "devfsd (obsolete)"
        default n
@@ -188,6 +196,13 @@ config BUSYBOX_CONFIG_FEATURE_DEVFS
          /dev/loop0. If your /dev directory has normal names instead of
          devfs names, you don't want this.
 
+config BUSYBOX_CONFIG_DEVMEM
+       bool "devmem"
+       default n
+       help
+         devmem is a small program that reads and writes from physical
+         memory using /dev/mem.
+
 config BUSYBOX_CONFIG_EJECT
        bool "eject"
        default n
@@ -285,13 +300,13 @@ config BUSYBOX_CONFIG_FEATURE_LESS_FLAGS
          The -M flag enables a more sophisticated status line.
          The -m flag enables a simpler status line with a percentage.
 
-config BUSYBOX_CONFIG_FEATURE_LESS_FLAGCS
-       bool "Enable flag changes"
+config BUSYBOX_CONFIG_FEATURE_LESS_DASHCMD
+       bool "Enable flag changes ('-' command)"
        default n
        depends on BUSYBOX_CONFIG_LESS
        help
          This enables the ability to change command-line flags within
-         less itself.
+         less itself ('-' keyboard command).
 
 config BUSYBOX_CONFIG_FEATURE_LESS_MARKS
        bool "Enable marks"
@@ -307,6 +322,20 @@ config BUSYBOX_CONFIG_FEATURE_LESS_REGEXP
        help
          Enable regular expressions, allowing complex file searches.
 
+config BUSYBOX_CONFIG_FEATURE_LESS_LINENUMS
+       bool "Enable dynamic switching of line numbers"
+       default n
+       depends on BUSYBOX_CONFIG_FEATURE_LESS_DASHCMD
+       help
+         Enable "-N" command.
+
+config BUSYBOX_CONFIG_FEATURE_LESS_WINCH
+       bool "Enable automatic resizing on window size changes"
+       default n
+       depends on BUSYBOX_CONFIG_LESS
+       help
+         Makes less track window size changes.
+
 config BUSYBOX_CONFIG_HDPARM
        bool "hdparm"
        default n
This page took 0.022972 seconds and 4 git commands to generate.