mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 03:07:14 +08:00
linux update to 3.4.3, lts packages corrections
This commit is contained in:
parent
0a375da72f
commit
41d32b01bb
@ -4,7 +4,7 @@
|
||||
# maintainer abveritas@chakra-project.org
|
||||
|
||||
# Find the kernel name inside the chroot
|
||||
_extramodules=extramodules-`pacman -Q linux-lts | cut -c11-13 | sed 's/linux-lts //g'`-lts
|
||||
_extramodules=extramodules-3.0-lts
|
||||
_kver="$(cat /lib/modules/${_extramodules}/version)"
|
||||
|
||||
pkgname=acpi_call-lts
|
||||
|
@ -4,7 +4,7 @@
|
||||
# maintainer : abveritas@chakra-project.org
|
||||
|
||||
# Find the kernel name inside the chroot
|
||||
_extramodules=extramodules-`pacman -Q linux-lts | cut -c11-13 | sed 's/linux-lts //g'`-lts
|
||||
_extramodules=extramodules-3.0-lts
|
||||
_kver="$(cat /lib/modules/${_extramodules}/version)"
|
||||
|
||||
pkgname=broadcom-wl-lts
|
||||
|
@ -9,7 +9,7 @@ pkgname=('linux' 'linux-headers' 'linux-docs') # Build stock -CHAKRA kernel
|
||||
# pkgname=linux-custom # Build kernel with a different name
|
||||
_kernelname=${pkgname#linux}
|
||||
_basekernel=3.4
|
||||
pkgver=${_basekernel}.2
|
||||
pkgver=${_basekernel}.3
|
||||
pkgrel=1
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.kernel.org/"
|
||||
@ -35,7 +35,7 @@ source=("http://www.kernel.org/pub/linux/kernel/v3.x/linux-3.4.tar.xz"
|
||||
'change-default-console-loglevel.patch'
|
||||
'i915-fix-ghost-tv-output.patch')
|
||||
md5sums=('967f72983655e2479f951195953e8480'
|
||||
'ac52d3d82c20c7e80740fc5fb00b6ed4'
|
||||
'3b6cf4f6337346ee78904eb70e2d4e08'
|
||||
'9bcefced1f4be50ef2720944f656e5d7'
|
||||
'eccab7a50869a58ec476ab5b4fc087e8'
|
||||
'a0aac33ce142f819220d77751585dd2f'
|
||||
|
@ -2,7 +2,10 @@
|
||||
# arg 2: the old package version
|
||||
|
||||
KERNEL_NAME=
|
||||
KERNEL_VERSION=3.4.2-1-CHAKRA
|
||||
KERNEL_VERSION=3.4.3-1-CHAKRA
|
||||
|
||||
# set a sane PATH to ensure that critical utils like depmod will be found
|
||||
export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
|
||||
|
||||
post_install () {
|
||||
# updating module dependencies
|
||||
|
@ -1,19 +1,15 @@
|
||||
#
|
||||
# Chakra Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
|
||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||
|
||||
# include global config
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
# maintainer abveritas@chakra-project.org
|
||||
|
||||
# Find the kernel name inside the chroot
|
||||
_extramodules=extramodules-`pacman -Q linux-lts | cut -c11-13 | sed 's/linux-lts //g'`-CHAKRA-LTS
|
||||
_extramodules=extramodules-3.0-lts
|
||||
_kver="$(cat /lib/modules/${_extramodules}/version)"
|
||||
|
||||
pkgname=tiacx-lts
|
||||
pkgver=20080210
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="OpenSource module for Texas Instruments ACX100/ACX111 wireless chips. For stock chakra kernel"
|
||||
arch=(i686 x86_64)
|
||||
url="http://acx100.sourceforge.net/"
|
||||
@ -26,20 +22,21 @@ source=(http://downloads.sourceforge.net/sourceforge/acx100/acx-$pkgver.tar.bz2
|
||||
kernel-2.6.30.patch
|
||||
kernel-2.6.31.patch
|
||||
kernel-2.6.33.patch)
|
||||
|
||||
build() {
|
||||
cd $startdir/src/acx-$pkgver
|
||||
patch -Np1 -i ../kernel-2.6.27.patch
|
||||
patch -Np0 -i ../kernel-2.6.30.patch
|
||||
patch -Np1 -i ../kernel-2.6.31.patch
|
||||
patch -Np0 -i ../kernel-2.6.33.patch
|
||||
|
||||
make -C /lib/modules/${_kver}/build M=`pwd`
|
||||
install -D acx.ko $pkgdir/lib/modules/$_extramodules/acx.ko
|
||||
sed -i -e "s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/" ${startdir}/*.install
|
||||
}
|
||||
md5sums=('7d5ce3215708e4e9f95cf567a9ee3a12'
|
||||
'9895f72f8d0c84956b0f6c3b16df0fe8'
|
||||
'e2900aee839ce711a7f7606b3e3de36e'
|
||||
'dbcb276d77df7801cef58a85c18dfe94'
|
||||
'9cd35ea33b8abdd2e4efec485b05477e')
|
||||
|
||||
build() {
|
||||
cd $startdir/src/acx-$pkgver
|
||||
patch -p1 -i ../kernel-2.6.27.patch
|
||||
patch -p0 -i ../kernel-2.6.30.patch
|
||||
patch -p1 -i ../kernel-2.6.31.patch
|
||||
patch -p0 -i ../kernel-2.6.33.patch
|
||||
|
||||
make -C /lib/modules/${_kver}/build M=`pwd`
|
||||
install -D acx.ko $pkgdir/lib/modules/$_extramodules/acx.ko
|
||||
sed -i -e "s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/" ${startdir}/*.install
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,7 @@ post_install()
|
||||
|
||||
post_upgrade()
|
||||
{
|
||||
EXTRAMODULES='extramodules-3.0-CHAKRA-LTS'
|
||||
EXTRAMODULES='extramodules-3.0-lts'
|
||||
depmod $(cat /lib/modules/$EXTRAMODULES/version)
|
||||
}
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
# maintainer : abveritas@chakra-project.org
|
||||
|
||||
# Find the kernel name inside the chroot
|
||||
_extramodules=extramodules-`pacman -Q linux-lts | cut -c11-13 | sed 's/linux-lts //g'`-lts
|
||||
_extramodules=extramodules-3.0-lts
|
||||
_kver="$(cat /lib/modules/${_extramodules}/version)"
|
||||
|
||||
pkgname=vhba-module-lts
|
||||
|
Loading…
Reference in New Issue
Block a user