From 2df44ef167f084559dc3c19eb1660227f9bb564d Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 23 Dec 2016 08:19:04 +0100 Subject: busybox: update to 1.26.0 --- package/busybox/config/coreutils/Config.in | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'package/busybox/config/coreutils') diff --git a/package/busybox/config/coreutils/Config.in b/package/busybox/config/coreutils/Config.in index 54e4a1b9b..bb0d2a121 100644 --- a/package/busybox/config/coreutils/Config.in +++ b/package/busybox/config/coreutils/Config.in @@ -94,6 +94,18 @@ config BUSYBOX_TEST returning an appropriate exit code. The bash shell has test built in, ash can build it in optionally. +config BUSYBOX_TEST1 + bool "test as [" + default y + help + Provide test command in the "[ EXPR ]" form + +config BUSYBOX_TEST2 + bool "test as [[" + default y + help + Provide test command in the "[[ EXPR ]]" form + config BUSYBOX_FEATURE_TEST_64 bool "Extend test to 64 bit" default y @@ -333,16 +345,15 @@ config BUSYBOX_DIRNAME a file name. config BUSYBOX_DOS2UNIX - bool "dos2unix/unix2dos" + bool "dos2unix" default n help dos2unix is used to convert a text file from DOS format to UNIX format, and vice versa. config BUSYBOX_UNIX2DOS - bool + bool "unix2dos" default n - depends on BUSYBOX_DOS2UNIX help unix2dos is used to convert a text file from UNIX format to DOS format, and vice versa. -- cgit v1.2.3