mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 06:47:14 +08:00
more lts trials to build for lts 3.0.35
This commit is contained in:
parent
edf7795e21
commit
0a375da72f
@ -1,16 +1,15 @@
|
|||||||
#
|
#
|
||||||
# Chakra Packages for Chakra, part of chakra-project.org
|
# Chakra Packages for Chakra, part of chakra-project.org
|
||||||
#
|
#
|
||||||
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
|
# maintainer : abveritas@chakra-project.org
|
||||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
|
||||||
|
|
||||||
# Find the kernel name inside the chroot
|
# 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-`pacman -Q linux-lts | cut -c11-13 | sed 's/linux-lts //g'`-lts
|
||||||
_kver="$(cat /lib/modules/${_extramodules}/version)"
|
_kver="$(cat /lib/modules/${_extramodules}/version)"
|
||||||
|
|
||||||
pkgname=broadcom-wl-lts
|
pkgname=broadcom-wl-lts
|
||||||
pkgver=5.100.82.112
|
pkgver=5.100.82.112
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc='Broadcom 802.11abgn hybrid Linux networking device driver'
|
pkgdesc='Broadcom 802.11abgn hybrid Linux networking device driver'
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url='http://www.broadcom.com/support/802.11/linux_sta.php'
|
url='http://www.broadcom.com/support/802.11/linux_sta.php'
|
||||||
|
@ -1,19 +1,15 @@
|
|||||||
#
|
#
|
||||||
# Chakra Packages for Chakra, part of chakra-project.org
|
# Chakra Packages for Chakra, part of chakra-project.org
|
||||||
#
|
#
|
||||||
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
|
# maintainer abveritas@chakra-project.org
|
||||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
|
||||||
|
|
||||||
# include global config
|
|
||||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
|
||||||
|
|
||||||
# Find the kernel name inside the chroot
|
# 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)"
|
_kver="$(cat /lib/modules/${_extramodules}/version)"
|
||||||
|
|
||||||
pkgname=ndiswrapper-lts
|
pkgname=ndiswrapper-lts
|
||||||
pkgver=1.57
|
pkgver=1.57
|
||||||
pkgrel=3
|
pkgrel=4
|
||||||
pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by vendors. For linux-testing."
|
pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by vendors. For linux-testing."
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
arch=(i686 x86_64)
|
arch=(i686 x86_64)
|
||||||
|
@ -5,7 +5,7 @@ post_install()
|
|||||||
|
|
||||||
post_upgrade()
|
post_upgrade()
|
||||||
{
|
{
|
||||||
EXTRAMODULES='extramodules-3.0-CHAKRA-LTS'
|
EXTRAMODULES='extramodules-3.0-lts'
|
||||||
depmod $(cat /lib/modules/$EXTRAMODULES/version)
|
depmod $(cat /lib/modules/$EXTRAMODULES/version)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -31,7 +31,4 @@ package() {
|
|||||||
cd "$srcdir/vhba-module-$pkgver"
|
cd "$srcdir/vhba-module-$pkgver"
|
||||||
install -D vhba.ko "$pkgdir/lib/modules/${_extramodules}/vhba.ko"
|
install -D vhba.ko "$pkgdir/lib/modules/${_extramodules}/vhba.ko"
|
||||||
sed -i -e "s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/" "${startdir}/vhba-module.install"
|
sed -i -e "s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/" "${startdir}/vhba-module.install"
|
||||||
|
|
||||||
install -Dm644 "$srcdir/60-vhba.rules" \
|
|
||||||
"$pkgdir/usr/lib/udev/rules.d/60-vhba.rules"
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user