summaryrefslogtreecommitdiffstats
path: root/abs/core/linux
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2014-10-21 23:32:35 (GMT)
committerBritney Fransen <brfransen@gmail.com>2014-10-21 23:32:35 (GMT)
commit18ccd8a8df91f38ec7918d108aa31f4c35451ba4 (patch)
tree080e94d8f75c08390f64f325d48992f22c68c06c /abs/core/linux
parentf45ada77628912eb87c0f76c1e1ea15170255ea9 (diff)
downloadlinhes_pkgbuild-18ccd8a8df91f38ec7918d108aa31f4c35451ba4.zip
linhes_pkgbuild-18ccd8a8df91f38ec7918d108aa31f4c35451ba4.tar.gz
linhes_pkgbuild-18ccd8a8df91f38ec7918d108aa31f4c35451ba4.tar.bz2
linux: remove nouveau modules
Diffstat (limited to 'abs/core/linux')
-rw-r--r--abs/core/linux/PKGBUILD5
-rw-r--r--abs/core/linux/__changelog1
-rw-r--r--abs/core/linux/linux.install.pkg2
3 files changed, 6 insertions, 2 deletions
diff --git a/abs/core/linux/PKGBUILD b/abs/core/linux/PKGBUILD
index 1ccdf59..5a4b9c3 100644
--- a/abs/core/linux/PKGBUILD
+++ b/abs/core/linux/PKGBUILD
@@ -6,7 +6,7 @@ pkgbase=linux # Build stock -ARCH kernel
#pkgbase=linux-custom # Build kernel with a different name
_srcname=linux-3.13
pkgver=3.13.7
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
url="http://www.kernel.org/"
license=('GPL2')
@@ -190,6 +190,9 @@ _package() {
mkdir -p "${pkgdir}/usr"
mv "${pkgdir}/lib" "${pkgdir}/usr/"
+ #remove nouvea
+ find $pkgdir/usr/lib -name "nouvea*" -exec rm -f {} \;
+
# add vmlinux
install -D -m644 vmlinux "${pkgdir}/usr/lib/modules/${_kernver}/build/vmlinux"
}
diff --git a/abs/core/linux/__changelog b/abs/core/linux/__changelog
new file mode 100644
index 0000000..9a2e2b1
--- /dev/null
+++ b/abs/core/linux/__changelog
@@ -0,0 +1 @@
+PKGBUILD: remove nouveau modules
diff --git a/abs/core/linux/linux.install.pkg b/abs/core/linux/linux.install.pkg
index 863ef82..13f1c5e 100644
--- a/abs/core/linux/linux.install.pkg
+++ b/abs/core/linux/linux.install.pkg
@@ -2,7 +2,7 @@
# arg 2: the old package version
KERNEL_NAME=
-KERNEL_VERSION=3.13.7-1-ARCH
+KERNEL_VERSION=3.13.7-2-ARCH
post_install () {
# updating module dependencies