scripts/randomtest: disable CONFIG_NSLOOKUP for uclibc
authorDenys Vlasenko <vda.linux@googlemail.com>
Tue, 26 Jun 2018 15:22:35 +0000 (17:22 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Tue, 26 Jun 2018 15:22:35 +0000 (17:22 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
scripts/randomtest

index 3434531b1676dd08b9fc58fe3c8978492d6625cb..94709a99fe183fc591910ab69b970600066eb034 100755 (executable)
@@ -91,6 +91,7 @@ if test x"$LIBC" = x"uclibc"; then
        | grep -v CONFIG_UNSHARE \
        | grep -v CONFIG_FALLOCATE \
        | grep -v CONFIG_UDHCPC6 \
+       | grep -v CONFIG_NSLOOKUP \
        | grep -v CONFIG_ASH_INTERNAL_GLOB \
        >.config.new
        mv .config.new .config
@@ -108,6 +109,7 @@ if test x"$LIBC" = x"uclibc"; then
        echo '# CONFIG_UNSHARE is not set' >>.config
        echo '# CONFIG_FALLOCATE is not set' >>.config
        echo '# CONFIG_UDHCPC6 is not set' >>.config
+       echo '# CONFIG_NSLOOKUP is not set' >>.config
        echo 'CONFIG_ASH_INTERNAL_GLOB=y' >>.config
 fi