Browse Source

Dimitar Zhekov:


			
			
				rocklinux
			
			
		
Dimitar Zhekov 21 years ago
parent
commit
c8ee096ff1
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

@ -230,7 +230,7 @@ lx_config ()
if [[ $treever != 24* ]] ; then
echo "Create symlinks and a few headers for <$lx_cpu> ... "
eval $MAKE include/asm
eval $MAKE oldconfig > /dev/null
yes '' | eval $MAKE oldconfig > /dev/null
fi
echo "Clean up the *.orig and *~ files ... "

Loading…
Cancel
Save