sun7i-kernel: Create and copy a zImage
This commit is contained in:
parent
1cef683c9b
commit
fb2b366a82
|
@ -6,7 +6,7 @@ _gitshort="${_githash:0:7}"
|
|||
|
||||
pkgname=sun7i-kernel
|
||||
version=3.4.103
|
||||
revision=3
|
||||
revision=4
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://www.kernel.org"
|
||||
license="GPL-2"
|
||||
|
@ -67,7 +67,7 @@ do_build() {
|
|||
fi
|
||||
unset LDFLAGS
|
||||
make ${makejobs} ${_args} ARCH=arm prepare
|
||||
make ${makejobs} ${_args} ARCH=arm uImage modules
|
||||
make ${makejobs} ${_args} ARCH=arm zImage modules
|
||||
}
|
||||
|
||||
do_install() {
|
||||
|
@ -79,7 +79,7 @@ do_install() {
|
|||
# Install kernel, firmware and modules
|
||||
make ARCH=arm INSTALL_MOD_PATH=${DESTDIR} modules_install
|
||||
|
||||
vinstall arch/arm/boot/uImage 644 boot
|
||||
vinstall arch/arm/boot/zImage 644 boot
|
||||
|
||||
hdrdest=${DESTDIR}/usr/src/${sourcepkg}-kernel-headers-${_kernver}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user