summaryrefslogtreecommitdiffstats
path: root/pkgs/stdenv/linux/make-bootstrap-tools.nix
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2017-08-14 09:41:48 -0500
committerTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>2017-08-14 22:40:11 +0300
commit3e8d68e5140ef491fb6288c0093e24697b5171e1 (patch)
tree225615214e137df89a65de424cdb5977c405d7bf /pkgs/stdenv/linux/make-bootstrap-tools.nix
parentc20d41de0e3676c8e511428d93b3dbb11d21732b (diff)
make-bootstrap-tools: Fix config opts for ash builtins after upgrade
Diffstat (limited to 'pkgs/stdenv/linux/make-bootstrap-tools.nix')
-rw-r--r--pkgs/stdenv/linux/make-bootstrap-tools.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/stdenv/linux/make-bootstrap-tools.nix b/pkgs/stdenv/linux/make-bootstrap-tools.nix
index 2ce73eb781d8..c8cddf248ab9 100644
--- a/pkgs/stdenv/linux/make-bootstrap-tools.nix
+++ b/pkgs/stdenv/linux/make-bootstrap-tools.nix
@@ -21,8 +21,8 @@ rec {
enableMinimal = true;
extraConfig = ''
CONFIG_ASH y
- CONFIG_ASH_BUILTIN_ECHO y
- CONFIG_ASH_BUILTIN_TEST y
+ CONFIG_ASH_ECHO y
+ CONFIG_ASH_TEST y
CONFIG_ASH_OPTIMIZE_FOR_SIZE y
CONFIG_MKDIR y
CONFIG_TAR y