diff options
author | Ron Yorston <rmy@pobox.com> | 2015-10-13 14:45:51 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2015-10-13 14:45:51 +0100 |
commit | 8e509f11bceeec419abc718300bef7422d1fee4c (patch) | |
tree | fdfbc752ad94102e3613a5d7254f14a93eaf7f56 /scripts | |
parent | 420f5edfe7676fe6e7cddbbf15c04649d096e422 (diff) | |
parent | 4d0c1ea4784c9844f8468d97ca5c26d3c70f9921 (diff) | |
download | busybox-w32-8e509f11bceeec419abc718300bef7422d1fee4c.tar.gz busybox-w32-8e509f11bceeec419abc718300bef7422d1fee4c.tar.bz2 busybox-w32-8e509f11bceeec419abc718300bef7422d1fee4c.zip |
Merge branch 'busybox' into merge
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/randomtest | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/randomtest b/scripts/randomtest index d2b26bc76..e2513d058 100755 --- a/scripts/randomtest +++ b/scripts/randomtest | |||
@@ -65,14 +65,16 @@ if test x"$LIBC" = x"uclibc"; then | |||
65 | | grep -v CONFIG_BUILD_LIBBUSYBOX \ | 65 | | grep -v CONFIG_BUILD_LIBBUSYBOX \ |
66 | | grep -v CONFIG_PIE \ | 66 | | grep -v CONFIG_PIE \ |
67 | \ | 67 | \ |
68 | | grep -v CONFIG_FEATURE_TOUCH_NODEREF \ | ||
69 | | grep -v CONFIG_FEATURE_2_4_MODULES \ | 68 | | grep -v CONFIG_FEATURE_2_4_MODULES \ |
69 | | grep -v CONFIG_FEATURE_SYNC_FANCY \ | ||
70 | | grep -v CONFIG_FEATURE_TOUCH_NODEREF \ | ||
70 | >.config.new | 71 | >.config.new |
71 | mv .config.new .config | 72 | mv .config.new .config |
72 | echo 'CONFIG_STATIC=y' >>.config | 73 | echo 'CONFIG_STATIC=y' >>.config |
73 | echo '# CONFIG_BUILD_LIBBUSYBOX is not set' >>.config | 74 | echo '# CONFIG_BUILD_LIBBUSYBOX is not set' >>.config |
74 | echo '# CONFIG_PIE is not set' >>.config | 75 | echo '# CONFIG_PIE is not set' >>.config |
75 | echo '# CONFIG_FEATURE_2_4_MODULES is not set' >>.config | 76 | echo '# CONFIG_FEATURE_2_4_MODULES is not set' >>.config |
77 | echo '# CONFIG_FEATURE_SYNC_FANCY is not set' >>.config | ||
76 | echo '# CONFIG_FEATURE_TOUCH_NODEREF is not set' >>.config | 78 | echo '# CONFIG_FEATURE_TOUCH_NODEREF is not set' >>.config |
77 | fi | 79 | fi |
78 | 80 | ||