Browse Source

Benjamin Schieder:


			
			
				rocklinux
			
			
		
Benjamin Schieder 20 years ago
parent
commit
430898f29f
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      package/base/linux/linux.conf

+ 2
- 1
package/base/linux/linux.conf

@ -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,' \

Loading…
Cancel
Save