diff options
author | Britney Fransen <brfransen@gmail.com> | 2011-07-21 06:33:50 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2011-07-21 06:33:50 (GMT) |
commit | 112ada2b9c2ca116b7d30cefd179f4e2b4446095 (patch) | |
tree | e89a82bfd9b2a3cf5798b1856769b9cc7cfa01e8 /abs/core/kernel26 | |
parent | 0441abcabc15e9cdea4d66ecb30ea8d8026e9083 (diff) | |
parent | b82dab737eaa8d38fa8e3ac3689a16619f9160b4 (diff) | |
download | linhes_pkgbuild-112ada2b9c2ca116b7d30cefd179f4e2b4446095.zip linhes_pkgbuild-112ada2b9c2ca116b7d30cefd179f4e2b4446095.tar.gz linhes_pkgbuild-112ada2b9c2ca116b7d30cefd179f4e2b4446095.tar.bz2 |
Merge branch 'testing' of knoppmyth.net:linhes_pkgbuild into testing
Diffstat (limited to 'abs/core/kernel26')
-rw-r--r-- | abs/core/kernel26/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/abs/core/kernel26/PKGBUILD b/abs/core/kernel26/PKGBUILD index be05ea5..fd6fec3 100644 --- a/abs/core/kernel26/PKGBUILD +++ b/abs/core/kernel26/PKGBUILD @@ -8,7 +8,7 @@ pkgname=('kernel26' 'kernel26-headers' 'kernel26-docs') # Build stock -ARCH kern _kernelname=${pkgname#kernel26} _basekernel=2.6.39 pkgver=${_basekernel}.3 -pkgrel=6 +pkgrel=7 depends=('module-init-tools>=3.16') makedepends=('xmlto' 'docbook-xsl') _archpatch=1 @@ -113,6 +113,7 @@ package_kernel26() { 'pwc' 'nforce' 'squashfs' 'unionfs' 'ivtv' 'zd1211' 'kvm-modules' 'iwlwifi' 'rt2x00-cvs' 'gspcav1' 'atl2' 'wlan-ng26' 'rt2500' 'nouveau-drm') + provides=('aufs2') install=kernel26.install optdepends=('crda: to set the correct wireless channels of your country') |