Browse Source

Stefan Fiedler:


			
			
				rocklinux
			
			
		
Stefan Fiedler 16 years ago
parent
commit
e1c8b1a175
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      package/base/linux/linux.conf

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

@ -428,8 +428,10 @@ main_lx() {
eval $MAKE vmlinux
$BUILDCC arch/mips/boot/elf2ecoff.c -o elf2ecoff
./elf2ecoff vmlinux vmlinux.ecoff
cp -vf vmlinux $root/boot/vmlinux_${lx_kernelrelease}
cp -vf vmlinux.ecoff $root/boot/vmlinux_${lx_kernelrelease}.ecoff
if [ "$xpkg" = "$ROCKCFG_PKG_LINUX_DEFAULT" ]; then
ln -svf vmlinux_${lx_kernelrelease} $root/boot/vmlinux
ln -svf vmlinux_${lx_kernelrelease}.ecoff $root/boot/vmlinux.ecoff
fi
;;

Loading…
Cancel
Save