diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-10-07 14:45:40 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-10-07 14:49:20 +0000 |
commit | 5ad962dfec7ed2b87a90ac3dd79714db73ab506b (patch) | |
tree | 0f75aa194c2c465be0be5c1036c8e1f759eb21bf /testing/linux-vserver/APKBUILD | |
parent | c447b3590d5fb3500e9ee67936893091cf1d565a (diff) | |
download | aports-5ad962dfec7ed2b87a90ac3dd79714db73ab506b.tar.bz2 aports-5ad962dfec7ed2b87a90ac3dd79714db73ab506b.tar.xz |
testing/linux-vserver: enable support for 64G ram
not sure we want keep this. If you have more than 4G you want 64bit
anyways.
Diffstat (limited to 'testing/linux-vserver/APKBUILD')
-rw-r--r-- | testing/linux-vserver/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/linux-vserver/APKBUILD b/testing/linux-vserver/APKBUILD index 245d1b11ed..79fa856223 100644 --- a/testing/linux-vserver/APKBUILD +++ b/testing/linux-vserver/APKBUILD @@ -4,7 +4,7 @@ _flavor=vserver pkgname=linux-${_flavor} pkgver=2.6.30.8 _kernver=2.6.30 -pkgrel=0 +pkgrel=1 pkgdesc="Linux kernel with vserver" url="http://linux-vserver.org/" depends="mkinitfs linux-firmware" @@ -119,4 +119,4 @@ md5sums="7a80058a6382e5108cdb5554d1609615 linux-2.6.30.tar.bz2 7e9b405b840bf5ecc70d208bfccee5f9 patch-2.6.30.8.bz2 37e45dcf0eb69e8cc8665522dde28f1a patch-2.6.30.6-vs2.3.0.36.14-pre8.diff ca05fd252783b82e01610e775cf56498 net-next-2.6.git-5ef12d98a19254ee5dc851bd83e214b43ec1f725.patch -5db2d023915e69fbcab0e1eec4f31402 kernelconfig" +0f32935a865e6b2ab9e4623a02f9d85a kernelconfig" |