diff options
Diffstat (limited to 'libre/linux-libre/PKGBUILD')
-rw-r--r-- | libre/linux-libre/PKGBUILD | 43 |
1 files changed, 21 insertions, 22 deletions
diff --git a/libre/linux-libre/PKGBUILD b/libre/linux-libre/PKGBUILD index 36be2cd14..67e0f252c 100644 --- a/libre/linux-libre/PKGBUILD +++ b/libre/linux-libre/PKGBUILD @@ -11,18 +11,19 @@ pkgbase=linux-libre pkgname=('linux-libre' 'linux-libre-headers' 'linux-libre-docs') # Build stock -LIBRE kernel # pkgname=linux-custom # Build kernel with a different name _kernelname=-LIBRE -_basekernel=3.2 -_sublevel=11 -pkgver=${_basekernel}.${_sublevel} -_lxopkgver=${_basekernel}.11 # nearly always the same as pkgver +_basekernel=3.3 +#_sublevel=11 +#pkgver=${_basekernel}.${_sublevel} +pkgver=${_basekernel} +#_lxopkgver=${_basekernel}.11 # nearly always the same as pkgver pkgrel=1 arch=('i686' 'x86_64' 'mips64el') url="http://linux-libre.fsfla.org/" license=('GPL2') makedepends=('xmlto' 'docbook-xsl') options=('!strip') -source=("http://linux-libre.fsfla.org/pub/linux-libre/releases/${_basekernel}-libre/linux-${_basekernel}-libre.tar.xz" - "http://linux-libre.fsfla.org/pub/linux-libre/releases/${pkgver}-libre/patch-${_basekernel}-libre-${pkgver}-libre.xz" +source=("http://linux-libre.fsfla.org/pub/linux-libre/releases/${_basekernel}-gnu/linux-libre-${_basekernel}-gnu.tar.xz" + #"http://linux-libre.fsfla.org/pub/linux-libre/releases/${pkgver}-libre/patch-${_basekernel}-libre-${pkgver}-libre.xz" # the main kernel config files 'config.i686' 'config.x86_64' # standard config files for mkinitcpio ramdisk @@ -33,12 +34,11 @@ source=("http://linux-libre.fsfla.org/pub/linux-libre/releases/${_basekernel}-li 'change-default-console-loglevel.patch' 'i915-fix-ghost-tv-output.patch' 'i915-gpu-finish.patch' - 'ext4-options.patch' - "http://www.linux-libre.fsfla.org/pub/linux-libre/lemote/gnewsense/pool/linux-patches-${_lxopkgver}-libre-lemote_0lxo_mipsel.tar.bz2") -md5sums=('27c641c4f6785fc647cdd3e44963a55c' - '09abd6a4e9ae7373a3151b61781ab2fe' - '921f108c7a4985f7f8b41d72ca9bf915' - 'f18ac3f790b0daa43f21dda04cceb90b' + 'ext4-options.patch') + #"http://www.linux-libre.fsfla.org/pub/linux-libre/lemote/gnewsense/pool/linux-patches-${_lxopkgver}-libre-lemote_0lxo_mipsel.tar.bz2") +md5sums=('5487da14ca81715a469c7594d39722fa' + '20cd44a8bc4056cfa0b9ce2cc659dd30' + 'aaf85ef4f4c87959c07a5cef7c216788' 'a8a3843046926eb7ab81312cd438c5c5' '2967cecc3af9f954ccc822fd63dca6ff' '8267264d9a8966e57fdacd1fa1fc65c4' @@ -46,20 +46,19 @@ md5sums=('27c641c4f6785fc647cdd3e44963a55c' '9d3c56a4b999c8bfbd4018089a62f662' '263725f20c0b9eb9c353040792d644e5' '4cd79aa147825837dc8bc9f6b736c0a0' - 'f36222e7ce20c8e4dc27376f9be60f6c' - 'd796d625ace45a4e0aa676df9248d703') -if [ "$CARCH" != "mips64el" ]; then - # Don't use the Loongson-specific patches on non-mips64el arches. - unset source[${#source[@]}-1] - unset md5sums[${#md5sums[@]}-1] -fi + 'bb7fd1aa23016c8057046b84fd4eb528') +#if [ "$CARCH" != "mips64el" ]; then +# # Don't use the Loongson-specific patches on non-mips64el arches. +# unset source[${#source[@]}-1] +# unset md5sums[${#md5sums[@]}-1] +#fi build() { cd "${srcdir}/linux-${_basekernel}" - if [ "${_basekernel}" != "${pkgver}" ]; then - patch -Np1 -i "${srcdir}/patch-${_basekernel}-libre-${pkgver}-libre" - fi +# if [ "${_basekernel}" != "${pkgver}" ]; then +# patch -Np1 -i "${srcdir}/patch-${_basekernel}-libre-${pkgver}-libre" +# fi # Add freedo as boot logo patch -Np1 -i "${srcdir}/boot-logo.patch" |