From e1c8b1a175e428602de53c727e8a99c62b365716 Mon Sep 17 00:00:00 2001 From: Stefan Fiedler Date: Thu, 23 Oct 2008 15:58:55 +0000 Subject: [PATCH] Stefan Fiedler: linux: install mips image suitable for qemu direct boot [2008100709193646180] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@9108 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/base/linux/linux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/base/linux/linux.conf b/package/base/linux/linux.conf index 4140bb287..2e400d59c 100644 --- a/package/base/linux/linux.conf +++ b/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 ;;