Merge pull request #810 from pullmoll/linux-4.17.6
linux4.17: update to 4.17.6
This commit is contained in:
commit
7e2f89b259
1 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'linux4.17'
|
||||
pkgname=linux4.17
|
||||
version=4.17.5
|
||||
version=4.17.6
|
||||
revision=1
|
||||
patch_args="-Np1"
|
||||
wrksrc="linux-${version}"
|
||||
|
@ -9,7 +9,7 @@ homepage="https://www.kernel.org"
|
|||
license="GPL-2.0-only"
|
||||
short_desc="The Linux kernel and modules (${version%.*} series)"
|
||||
distfiles="https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-${version}.tar.xz"
|
||||
checksum=3f4506665dff733333d7c14850e0f30d6bf1cb02b9ddee1d7cf9d2b297b22eaf
|
||||
checksum=259dd689d19888936005d8dd75946902842b7e5734dc343061f951c9d2996395
|
||||
|
||||
nodebug=yes # -dbg package is generated below manually
|
||||
nostrip=yes
|
||||
|
@ -17,7 +17,7 @@ noverifyrdeps=yes
|
|||
noshlibprovides=yes
|
||||
preserve=yes
|
||||
|
||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl armv5tel armv5tel-musl armv7l armv7l-musl aarch64 aarch64-musl"
|
||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl armv5tel armv5tel-musl armv6l armv6l-musl armv7l armv7l-musl aarch64 aarch64-musl"
|
||||
hostmakedepends="bc elfutils-devel flex gmp-devel kmod libmpc-devel libressl-devel perl uboot-mkimage"
|
||||
|
||||
_kernver="${version}_${revision}"
|
||||
|
@ -48,7 +48,7 @@ do_configure() {
|
|||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686*) arch=i386;;
|
||||
x86_64*) arch=x86_64;;
|
||||
armv5*|armv7*) arch=arm;;
|
||||
arm*) arch=arm;;
|
||||
aarch64*) arch=arm64;;
|
||||
esac
|
||||
|
||||
|
@ -82,7 +82,7 @@ do_build() {
|
|||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686*) _args="bzImage modules"; arch=i386;;
|
||||
x86_64*) _args="bzImage modules"; arch=x86_64;;
|
||||
armv5*|armv7*) _args="zImage modules dtbs"; arch=arm;;
|
||||
arm*) _args="zImage modules dtbs"; arch=arm;;
|
||||
aarch64*) _args="Image modules dtbs"; arch=arm64;;
|
||||
esac
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
|
@ -101,7 +101,7 @@ do_install() {
|
|||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686*) arch=x86; subarch=i386;;
|
||||
x86_64*) arch=x86; subarch=x86_64;;
|
||||
armv5*|armv7*) arch=arm;;
|
||||
arm*) arch=arm;;
|
||||
aarch64*) arch=arm64;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Reference in a new issue