Browse Source

Rene Rebe:

* merged r3151 from 2.0-stable:
	  * fixed linux 2.4 module build for sparc32


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@3152 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 20 years ago
parent
commit
db1ca73221
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      package/base/linux24/linux24.conf

+ 1
- 1
package/base/linux24/linux24.conf

@ -80,7 +80,7 @@ main_lx() {
done
;;
sparc)
if [ $treever != 24* -a "$ROCKCFG_SPARC_BITS" = 32 ] ; then
if [[ $treever != 24* ]] && [ "$ROCKCFG_SPARC_BITS" = 32 ]] ; then
eval $MAKE image
else
eval $MAKE vmlinux

Loading…
Cancel
Save