Switch to Busybox awk
Gentoo uses GNU awk by default, but since we are using Busybox for the rest of the userspace utilities, it makes sense to use awk from Busybox as well.gentoo
parent
47ecbeed19
commit
2ebb26529a
|
@ -0,0 +1 @@
|
|||
app-alternatives/awk -gawk busybox
|
|
@ -407,7 +407,7 @@ CONFIG_DEFAULT_SETFONT_DIR=""
|
|||
#
|
||||
# Editors
|
||||
#
|
||||
# CONFIG_AWK is not set
|
||||
CONFIG_AWK=y
|
||||
# CONFIG_FEATURE_AWK_LIBM is not set
|
||||
# CONFIG_FEATURE_AWK_GNU_EXTENSIONS is not set
|
||||
# CONFIG_CMP is not set
|
||||
|
|
Loading…
Reference in New Issue