Browse Source

Dimitar Zhekov:


			
			
				rocklinux
			
			
		
Dimitar Zhekov 21 years ago
parent
commit
7f5cc13c0d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      package/base/linux24/lx_config.sh

+ 1
- 1
package/base/linux24/lx_config.sh

@ -99,7 +99,7 @@ auto_config ()
for x in $base/config/$config/linux.cfg \
$base/target/$target/kernel.conf ; do
if [ -f $x ] ; then
echo " merging: 'config/$config/linux.cfg'"
echo " merging: '$x'"
tag="$(sed '/CONFIG_/ ! d; s,.*CONFIG_\([^ =]*\).*,\1,' \
$x | tr '\n' '|')"
egrep -v "\bCONFIG_($tag)\b" < .config > .config.4

Loading…
Cancel
Save