projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
stop build when an error occurs and when BUILDLOG is set (#5160)
[openwrt.git]
/
package
/
busybox
/
config
/
coreutils
/
Config.in
diff --git
a/package/busybox/config/coreutils/Config.in
b/package/busybox/config/coreutils/Config.in
index
93f10e3
..
0775b4c
100644
(file)
--- a/
package/busybox/config/coreutils/Config.in
+++ b/
package/busybox/config/coreutils/Config.in
@@
-136,12
+136,12
@@
config BUSYBOX_CONFIG_DF
df reports the amount of disk space used and available
on filesystems.
df reports the amount of disk space used and available
on filesystems.
-config BUSYBOX_CONFIG_FEATURE_DF_
INODE
- bool "Enable -
i (inode information)
"
+config BUSYBOX_CONFIG_FEATURE_DF_
FANCY
+ bool "Enable -
a, -i, -B
"
default n
depends on BUSYBOX_CONFIG_DF
help
default n
depends on BUSYBOX_CONFIG_DF
help
- This option enables
support for df -i
.
+ This option enables
-a, -i and -B
.
config BUSYBOX_CONFIG_DIRNAME
bool "dirname"
config BUSYBOX_CONFIG_DIRNAME
bool "dirname"
@@
-189,7
+189,7
@@
config BUSYBOX_CONFIG_ECHO
config BUSYBOX_CONFIG_FEATURE_FANCY_ECHO
bool "Enable echo options (-n and -e)"
default y
config BUSYBOX_CONFIG_FEATURE_FANCY_ECHO
bool "Enable echo options (-n and -e)"
default y
- depends on BUSYBOX_CONFIG_ECHO
+ depends on BUSYBOX_CONFIG_ECHO
|| BUSYBOX_CONFIG_ASH_BUILTIN_ECHO
help
This adds options (-n and -e) to echo.
help
This adds options (-n and -e) to echo.
@@
-649,7
+649,7
@@
config BUSYBOX_CONFIG_TEST
config BUSYBOX_CONFIG_FEATURE_TEST_64
bool "Extend test to 64 bit"
default n
config BUSYBOX_CONFIG_FEATURE_TEST_64
bool "Extend test to 64 bit"
default n
- depends on BUSYBOX_CONFIG_TEST
+ depends on BUSYBOX_CONFIG_TEST
|| BUSYBOX_CONFIG_ASH_BUILTIN_TEST
help
Enable 64-bit support in test.
help
Enable 64-bit support in test.
This page took
0.021897 seconds
and
4
git commands to generate.