|
|
@ -149,7 +149,8 @@ auto_config () |
|
|
|
|
|
|
|
# merge various text/plain config files |
|
|
|
for x in $base/config/$config/linux.cfg \ |
|
|
|
$base/target/$target/kernel.conf ; do |
|
|
|
$base/target/$target/kernel.conf \ |
|
|
|
$base/target/$target/kernel$treever.conf ; do |
|
|
|
if [ -f $x ] ; then |
|
|
|
echo " merging: '$x'" |
|
|
|
tag="$(sed '/CONFIG_/ ! d; s,.*CONFIG_\([^ =]*\).*,\1,' \ |
|
|
|