From e53ecb012ec4b2b87bb9ab35741241590b552a68 Mon Sep 17 00:00:00 2001 From: nico Date: Mon, 25 May 2009 17:15:39 +0000 Subject: [package] busybox: update to v1.13.4 (closes: #4279) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16063 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/busybox/config/miscutils/Config.in | 37 ++++++++++++++++++++++++++---- 1 file changed, 33 insertions(+), 4 deletions(-) (limited to 'package/busybox/config/miscutils/Config.in') diff --git a/package/busybox/config/miscutils/Config.in b/package/busybox/config/miscutils/Config.in index df5f28cfd..e1541c97d 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 -- cgit v1.2.3