Browse Source

Oliver Regehr: fixed linux* for alpha

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1446 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Oliver Regehr 22 years ago
parent
commit
6e43e72067
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      Documentation/Developers/CHANGELOG-RENE
  2. +1
    -1
      package/base/linux24/linux24.conf

+ 1
- 0
Documentation/Developers/CHANGELOG-RENE

@ -4,6 +4,7 @@
- updated sendmail and kde - updated sendmail and kde
- fixed mod_stone_yaboot to work when the CD rom is on the master IDE channel - fixed mod_stone_yaboot to work when the CD rom is on the master IDE channel
and the hard-disc on the slave (the PowerBook default ?!?) and the hard-disc on the slave (the PowerBook default ?!?)
- Oliver Regehr: fixed linux* for alpha
*) 2003-09-17 (2.0.0-rc1 - 2.0.0-rc2) *) 2003-09-17 (2.0.0-rc1 - 2.0.0-rc2)

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

@ -57,7 +57,7 @@ main_lx() {
eval $MAKE vmlinux eval $MAKE vmlinux
gzip < vmlinux > $root/boot/vmlinux_$ver-rock.gz gzip < vmlinux > $root/boot/vmlinux_$ver-rock.gz
[ "$default" ] && \ [ "$default" ] && \
cp -vf $root/boot/vmlinux_$ver-rock.gz root/boot/vmlinux.gz ;;
cp -vf $root/boot/vmlinux_$ver-rock.gz $root/boot/vmlinux.gz ;;
mips) mips)
eval $MAKE vmlinux eval $MAKE vmlinux
$BUILDCC arch/mips/boot/elf2ecoff.c -o elf2ecoff $BUILDCC arch/mips/boot/elf2ecoff.c -o elf2ecoff

Loading…
Cancel
Save