diff options
-rwxr-xr-x | scripts/mkconfigs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/mkconfigs b/scripts/mkconfigs index 38d7ac054..47ac53330 100755 --- a/scripts/mkconfigs +++ b/scripts/mkconfigs | |||
@@ -64,7 +64,8 @@ echo "\ | |||
64 | static const char bbconfig_config_bz2[] ALIGN1 = {" | 64 | static const char bbconfig_config_bz2[] ALIGN1 = {" |
65 | 65 | ||
66 | grep '^#\? \?CONFIG_' "$config" \ | 66 | grep '^#\? \?CONFIG_' "$config" \ |
67 | | bzip2 -1 | tee z.bz2 | dd bs=2 skip=1 2>/dev/null | od -v -t x1 \ | 67 | | bzip2 -1 | dd bs=2 skip=1 2>/dev/null \ |
68 | | od -v -t x1 \ | ||
68 | | sed -e 's/^[^ ]*//' \ | 69 | | sed -e 's/^[^ ]*//' \ |
69 | -e 's/ //g' \ | 70 | -e 's/ //g' \ |
70 | -e '/^$/d' \ | 71 | -e '/^$/d' \ |