aboutsummaryrefslogtreecommitdiff
path: root/scripts/mkconfigs
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/mkconfigs')
-rwxr-xr-xscripts/mkconfigs11
1 files changed, 11 insertions, 0 deletions
diff --git a/scripts/mkconfigs b/scripts/mkconfigs
index 6a26fe1dd..1bbf10c3a 100755
--- a/scripts/mkconfigs
+++ b/scripts/mkconfigs
@@ -28,6 +28,17 @@
28 28
29config=.config 29config=.config
30 30
31od -v -b </dev/null >/dev/null
32if test $? != 0; then
33 echo 'od tool is not installed or cannot accept "-v -b" options'
34 exit 1
35fi
36bzip2 </dev/null >/dev/null
37if test $? != 0; then
38 echo 'bzip2 is not installed'
39 exit 1
40fi
41
31{ 42{
32echo "\ 43echo "\
33#ifndef _BBCONFIGOPTS_H 44#ifndef _BBCONFIGOPTS_H