mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
Merge pull request #1653 from pullmoll/sun7i-kernel
sun7i-kernel: Create and copy a zImage
This commit is contained in:
commit
1e528af22e
1 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@ _gitshort="${_githash:0:7}"
|
||||||
|
|
||||||
pkgname=sun7i-kernel
|
pkgname=sun7i-kernel
|
||||||
version=3.4.103
|
version=3.4.103
|
||||||
revision=3
|
revision=4
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://www.kernel.org"
|
homepage="http://www.kernel.org"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
|
@ -67,7 +67,7 @@ do_build() {
|
||||||
fi
|
fi
|
||||||
unset LDFLAGS
|
unset LDFLAGS
|
||||||
make ${makejobs} ${_args} ARCH=arm prepare
|
make ${makejobs} ${_args} ARCH=arm prepare
|
||||||
make ${makejobs} ${_args} ARCH=arm uImage modules
|
make ${makejobs} ${_args} ARCH=arm zImage modules
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
@ -79,7 +79,7 @@ do_install() {
|
||||||
# Install kernel, firmware and modules
|
# Install kernel, firmware and modules
|
||||||
make ARCH=arm INSTALL_MOD_PATH=${DESTDIR} modules_install
|
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}
|
hdrdest=${DESTDIR}/usr/src/${sourcepkg}-kernel-headers-${_kernver}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue