diff options
author | Nicolas Thill <nico@openwrt.org> | 2009-05-25 17:15:39 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2009-05-25 17:15:39 +0000 |
commit | e7133da4aada3f96f0e4a64a9858919ee36a2e0a (patch) | |
tree | 04f8e115af4d7639ce173efddf1022b215048390 /package/busybox/config/miscutils | |
parent | b90bd689a2df064438cc7b270270f322136aa7b2 (diff) | |
download | mtk-20170518-e7133da4aada3f96f0e4a64a9858919ee36a2e0a.zip mtk-20170518-e7133da4aada3f96f0e4a64a9858919ee36a2e0a.tar.gz mtk-20170518-e7133da4aada3f96f0e4a64a9858919ee36a2e0a.tar.bz2 |
busybox: update to v1.13.4 (closes: #4279)
SVN-Revision: 16063
Diffstat (limited to 'package/busybox/config/miscutils')
-rw-r--r-- | package/busybox/config/miscutils/Config.in | 37 |
1 files changed, 33 insertions, 4 deletions
diff --git a/package/busybox/config/miscutils/Config.in b/package/busybox/config/miscutils/Config.in index df5f28c..e1541c9 100644 --- a/package/busybox/config/miscutils/Config.in +++ b/package/busybox/config/miscutils/Config.in @@ -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 |