aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2018-06-26 17:22:35 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2018-06-26 17:22:35 +0200
commit762440b20e3b75ab30ddca55cfdc657397bb38dc (patch)
tree6825ccef9573dffd5ef898244c8ed34f502061da
parent185326613d2a7535aac4ea112f060d86096ac0ee (diff)
downloadbusybox-w32-762440b20e3b75ab30ddca55cfdc657397bb38dc.tar.gz
busybox-w32-762440b20e3b75ab30ddca55cfdc657397bb38dc.tar.bz2
busybox-w32-762440b20e3b75ab30ddca55cfdc657397bb38dc.zip
scripts/randomtest: disable CONFIG_NSLOOKUP for uclibc
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rwxr-xr-xscripts/randomtest2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/randomtest b/scripts/randomtest
index 3434531b1..94709a99f 100755
--- a/scripts/randomtest
+++ b/scripts/randomtest
@@ -91,6 +91,7 @@ if test x"$LIBC" = x"uclibc"; then
91 | grep -v CONFIG_UNSHARE \ 91 | grep -v CONFIG_UNSHARE \
92 | grep -v CONFIG_FALLOCATE \ 92 | grep -v CONFIG_FALLOCATE \
93 | grep -v CONFIG_UDHCPC6 \ 93 | grep -v CONFIG_UDHCPC6 \
94 | grep -v CONFIG_NSLOOKUP \
94 | grep -v CONFIG_ASH_INTERNAL_GLOB \ 95 | grep -v CONFIG_ASH_INTERNAL_GLOB \
95 >.config.new 96 >.config.new
96 mv .config.new .config 97 mv .config.new .config
@@ -108,6 +109,7 @@ if test x"$LIBC" = x"uclibc"; then
108 echo '# CONFIG_UNSHARE is not set' >>.config 109 echo '# CONFIG_UNSHARE is not set' >>.config
109 echo '# CONFIG_FALLOCATE is not set' >>.config 110 echo '# CONFIG_FALLOCATE is not set' >>.config
110 echo '# CONFIG_UDHCPC6 is not set' >>.config 111 echo '# CONFIG_UDHCPC6 is not set' >>.config
112 echo '# CONFIG_NSLOOKUP is not set' >>.config
111 echo 'CONFIG_ASH_INTERNAL_GLOB=y' >>.config 113 echo 'CONFIG_ASH_INTERNAL_GLOB=y' >>.config
112fi 114fi
113 115