Browse Source

GNU tr is required for Linux kernel compilation

Waldemar Brodkorb 6 years ago
parent
commit
75a6169f39
2 changed files with 3 additions and 8 deletions
  1. 3 3
      scripts/prereq.sh
  2. 0 5
      target/config/Config.in.tools

+ 3 - 3
scripts/prereq.sh

@@ -688,6 +688,9 @@ fi
 if [ $host_build_tar -eq 1 ]; then
   printf "\t%s\n" "select ADK_HOST_BUILD_TAR" >> $topdir/target/config/Config.in.prereq
 fi
+if [ $host_build_coreutils -eq 1 ]; then
+  printf "\t%s\n" "select ADK_HOST_BUILD_COREUTILS" >> $topdir/target/config/Config.in.prereq
+fi
 if [ $host_build_cpio -eq 1 ]; then
   printf "\t%s\n" "select ADK_HOST_BUILD_CPIO" >> $topdir/target/config/Config.in.prereq
 fi
@@ -713,9 +716,6 @@ fi
 if [ $host_build_qemu -eq 1 ]; then
   printf "\t%s\n" "select ADK_HOST_BUILD_QEMU if ADK_HOST_NEED_QEMU" >> $topdir/target/config/Config.in.prereq
 fi
-if [ $host_build_coreutils -eq 1 ]; then
-  printf "\t%s\n" "select ADK_HOST_BUILD_COREUTILS if ADK_HOST_NEED_COREUTILS" >> $topdir/target/config/Config.in.prereq
-fi
 
 # create Host OS symbols
 case $os in

+ 0 - 5
target/config/Config.in.tools

@@ -223,11 +223,6 @@ config ADK_HOST_BUILD_QEMU
 	bool
 	default n
 
-config ADK_HOST_NEED_COREUTILS
-	bool
-	default y if ADK_TARGET_BOARD_BCM28XX
-	default n
-
 config ADK_HOST_BUILD_COREUTILS
 	bool
 	default n