kernel: update to 3.8.3.
This commit is contained in:
parent
f970f73224
commit
5cd3f5fc16
1 changed files with 11 additions and 11 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'kernel'
|
# Template file for 'kernel'
|
||||||
#
|
#
|
||||||
pkgname=kernel
|
pkgname=kernel
|
||||||
version=3.8.2
|
version=3.8.3
|
||||||
revision=3
|
revision=1
|
||||||
wrksrc="linux-${version}"
|
wrksrc="linux-${version}"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.kernel.org"
|
homepage="http://www.kernel.org"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
short_desc="The Linux kernel and modules"
|
short_desc="The Linux kernel and modules"
|
||||||
distfiles="http://www.kernel.org/pub/linux//kernel/v3.x/linux-${version}.tar.xz"
|
distfiles="http://www.kernel.org/pub/linux//kernel/v3.x/linux-${version}.tar.xz"
|
||||||
checksum=db05cf0cfc430f64ab6a5b1c48e9f8adae69195801bf92728ea6a7a35642f9c4
|
checksum=2f8a505c22c71af616a0240e62f09ae16a7765c806d76e4642505daeb5d54d96
|
||||||
|
|
||||||
nostrip=yes
|
nostrip=yes
|
||||||
noverifyrdeps=yes
|
noverifyrdeps=yes
|
||||||
|
@ -24,13 +24,13 @@ _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
|
||||||
/usr/lib/modules/${_kernver}/modules.dep.bin
|
/usr/lib/modules/${_kernver}/modules.dep.bin
|
||||||
/usr/lib/modules/${_kernver}/modules.symbols
|
/usr/lib/modules/${_kernver}/modules.symbols
|
||||||
/usr/lib/modules/${_kernver}/modules.symbols.bin
|
/usr/lib/modules/${_kernver}/modules.symbols.bin
|
||||||
/usr/lib/modules/${_kernver}/modules.alias
|
/usr/lib/modules/${_kernver}/modules.alias
|
||||||
/usr/lib/modules/${_kernver}/modules.alias.bin
|
/usr/lib/modules/${_kernver}/modules.alias.bin
|
||||||
/usr/lib/modules/${_kernver}/modules.devname"
|
/usr/lib/modules/${_kernver}/modules.devname"
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
# If there's a file called <arch>-dotconfig, use it to
|
# If there's a file called <arch>-dotconfig, use it to
|
||||||
|
@ -159,7 +159,7 @@ do_install() {
|
||||||
# add dvb headers for external modules
|
# add dvb headers for external modules
|
||||||
mkdir -p ${hdrdest}/drivers/media/dvb-core
|
mkdir -p ${hdrdest}/drivers/media/dvb-core
|
||||||
cp drivers/media/dvb-core/*.h ${hdrdest}/drivers/media/dvb-core/
|
cp drivers/media/dvb-core/*.h ${hdrdest}/drivers/media/dvb-core/
|
||||||
mkdir -p ${hdrdest}include/config/dvb/
|
mkdir -p ${hdrdest}/include/config/dvb/
|
||||||
cp include/config/dvb/*.h ${hdrdest}/include/config/dvb/
|
cp include/config/dvb/*.h ${hdrdest}/include/config/dvb/
|
||||||
|
|
||||||
# add dvb headers for http://mcentral.de/hg/~mrec/em28xx-new
|
# add dvb headers for http://mcentral.de/hg/~mrec/em28xx-new
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue