scripts/randomtest: update things which can't be tested on uclibc
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
4ee824f6ba
commit
7fdb764e2e
@ -82,6 +82,9 @@ if test x"$LIBC" = x"uclibc"; then
|
|||||||
| grep -v CONFIG_BLKDISCARD \
|
| grep -v CONFIG_BLKDISCARD \
|
||||||
| grep -v CONFIG_NSENTER \
|
| grep -v CONFIG_NSENTER \
|
||||||
| grep -v CONFIG_UNSHARE \
|
| grep -v CONFIG_UNSHARE \
|
||||||
|
| grep -v CONFIG_FALLOCATE \
|
||||||
|
| grep -v CONFIG_UDHCPC6 \
|
||||||
|
| grep -v CONFIG_ASH_INTERNAL_GLOB \
|
||||||
>.config.new
|
>.config.new
|
||||||
mv .config.new .config
|
mv .config.new .config
|
||||||
echo 'CONFIG_STATIC=y' >>.config
|
echo 'CONFIG_STATIC=y' >>.config
|
||||||
@ -96,6 +99,9 @@ if test x"$LIBC" = x"uclibc"; then
|
|||||||
echo '# CONFIG_BLKDISCARD is not set' >>.config
|
echo '# CONFIG_BLKDISCARD is not set' >>.config
|
||||||
echo '# CONFIG_NSENTER is not set' >>.config
|
echo '# CONFIG_NSENTER is not set' >>.config
|
||||||
echo '# CONFIG_UNSHARE is not set' >>.config
|
echo '# CONFIG_UNSHARE is not set' >>.config
|
||||||
|
echo '# CONFIG_FALLOCATE is not set' >>.config
|
||||||
|
echo '# CONFIG_UDHCPC6 is not set' >>.config
|
||||||
|
echo 'CONFIG_ASH_INTERNAL_GLOB=y' >>.config
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# If STATIC, remove some things.
|
# If STATIC, remove some things.
|
||||||
|
Loading…
Reference in New Issue
Block a user