diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2015-10-11 16:27:55 +0200 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2015-10-11 16:27:55 +0200 |
| commit | 69c8c699aaa69e281e4a01be0f48a6498d3ac7cb (patch) | |
| tree | d3357d2791f4d20ab75d2f45004f1ccf7928670d /scripts/randomtest | |
| parent | 005c492c40ff833a99abd251872ec60661344474 (diff) | |
| download | busybox-w32-69c8c699aaa69e281e4a01be0f48a6498d3ac7cb.tar.gz busybox-w32-69c8c699aaa69e281e4a01be0f48a6498d3ac7cb.tar.bz2 busybox-w32-69c8c699aaa69e281e4a01be0f48a6498d3ac7cb.zip | |
randconfig fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'scripts/randomtest')
| -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 | ||
