linux3.19: cosmetic change to trigger a build.
This commit is contained in:
parent
3a21bd442f
commit
ab73a2b348
|
@ -13,14 +13,14 @@ short_desc="The Linux kernel and modules (${version%.*} series)"
|
||||||
distfiles="http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-${_distver%.*}-${_patchver}.tar.xz"
|
distfiles="http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-${_distver%.*}-${_patchver}.tar.xz"
|
||||||
checksum=565c83be4fe102a72fecd32a33ab98a11890db7eba7892957dc030e0840149a1
|
checksum=565c83be4fe102a72fecd32a33ab98a11890db7eba7892957dc030e0840149a1
|
||||||
|
|
||||||
_kernver="${version}_${revision}"
|
|
||||||
|
|
||||||
nostrip=yes
|
nostrip=yes
|
||||||
noverifyrdeps=yes
|
noverifyrdeps=yes
|
||||||
preserve=yes
|
preserve=yes
|
||||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
||||||
makedepends="bc perl kmod>=11_2 libressl-openssl"
|
makedepends="bc perl kmod>=11_2 libressl-openssl"
|
||||||
triggers="kernel-hooks"
|
triggers="kernel-hooks"
|
||||||
|
|
||||||
|
_kernver="${version}_${revision}"
|
||||||
# These files could be modified when an external module is built.
|
# These files could be modified when an external module is built.
|
||||||
mutable_files="
|
mutable_files="
|
||||||
/usr/lib/modules/${_kernver}/modules.dep
|
/usr/lib/modules/${_kernver}/modules.dep
|
||||||
|
|
Loading…
Reference in New Issue