X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=scripts%2Fmulticonfig.sh;h=3a963c7973da5da0e37c0ac350ea7e4b1e2d59e1;hb=81b4e751c2bb9d9c769c2b55273944f70f9abc95;hp=4a8737f3521d5686cd83fddada363244058ea4cd;hpb=42817eb85de1d7dec399c75dbd133ea6b5351a72;p=karo-tx-uboot.git diff --git a/scripts/multiconfig.sh b/scripts/multiconfig.sh index 4a8737f352..3a963c7973 100644 --- a/scripts/multiconfig.sh +++ b/scripts/multiconfig.sh @@ -69,8 +69,8 @@ get_enabled_subimages() { # CONFIG_SPL=y -> spl # CONFIG_TPL=y -> tpl - sed -n -e 's/^CONFIG_\(SPL\|TPL\)=y$/\1/p' $KCONFIG_CONFIG | \ - tr '[A-Z]' '[a-z]' + sed -n -e 's/^CONFIG_SPL=y$/spl/p' -e 's/^CONFIG_TPL=y$/tpl/p' \ + $KCONFIG_CONFIG } do_silentoldconfig () { @@ -120,7 +120,7 @@ do_board_defconfig () { if [ ! -r $defconfig_path ]; then echo >&2 "***" - echo >&2 "*** Can't find default configuration \"confis/$1\"!" + echo >&2 "*** Can't find default configuration \"configs/$1\"!" echo >&2 "***" exit 1 fi @@ -229,6 +229,8 @@ do_savedefconfig () { unmatched="$unmatched%$symbol:$line" fi done < defconfig + + output_lines="$output_lines%$unmatched" done rm -f defconfig