diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-03-15 10:01:03 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-03-15 10:01:03 +0000 |
commit | 247c225f0c30b18e792f5e562bb1a38ae2d63ae5 (patch) | |
tree | 16bcc24ce00bfe511731efa5d788c0f7733198d6 /main | |
parent | ceda41005e8d45b3b40c393084bd167415d4a90b (diff) | |
download | aports-247c225f0c30b18e792f5e562bb1a38ae2d63ae5.tar.bz2 aports-247c225f0c30b18e792f5e562bb1a38ae2d63ae5.tar.xz |
main/linux-vserver: upgrade to 3.2.11 and enable HID_APPLE
Diffstat (limited to 'main')
-rw-r--r-- | main/linux-vserver/APKBUILD | 14 | ||||
-rw-r--r-- | main/linux-vserver/kernelconfig.x86 | 4 | ||||
-rw-r--r-- | main/linux-vserver/kernelconfig.x86_64 | 4 |
3 files changed, 11 insertions, 11 deletions
diff --git a/main/linux-vserver/APKBUILD b/main/linux-vserver/APKBUILD index 42654b763c..3c9a5599c0 100644 --- a/main/linux-vserver/APKBUILD +++ b/main/linux-vserver/APKBUILD @@ -2,9 +2,9 @@ _flavor=vserver pkgname=linux-${_flavor} -pkgver=3.2.7 -pkgrel=1 -_vsver=vs2.3.2.7 +pkgver=3.2.11 +pkgrel=0 +_vsver=vs2.3.2.8 if [ "${pkgver##*.*.*}" = "$pkgver" ]; then _kernver=$pkgver @@ -132,7 +132,7 @@ dev() { } md5sums="7ceb61f87c097fc17509844b71268935 linux-3.2.tar.bz2 -899624bffed6a19578613b672cc9483f patch-3.2.7.bz2 -3bf5244d0fa17bd8d30cf6789a7ca982 patch-3.2.7-vs2.3.2.7.diff -0dc34f4ef43a94b3b25e089e47a64492 kernelconfig.x86 -8e4a6b412d19bb70e9d19b0468de4a77 kernelconfig.x86_64" +a4c2531ee383dfd429e105816b4d2ccc patch-3.2.11.bz2 +e4d453b06eabec327f86151bc1009691 patch-3.2.11-vs2.3.2.8.diff +24c055d468597b01a8ee5f641673b4cd kernelconfig.x86 +4a99db0ace4870387dc14382d916c44a kernelconfig.x86_64" diff --git a/main/linux-vserver/kernelconfig.x86 b/main/linux-vserver/kernelconfig.x86 index dbe3119474..92a255f6c0 100644 --- a/main/linux-vserver/kernelconfig.x86 +++ b/main/linux-vserver/kernelconfig.x86 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/i386 3.2.7-vs2.3.2.7 Kernel Configuration +# Linux/i386 3.2.11-vs2.3.2.8 Kernel Configuration # # CONFIG_64BIT is not set CONFIG_X86_32=y @@ -4109,7 +4109,7 @@ CONFIG_USB_MOUSE=m # # CONFIG_HID_A4TECH is not set # CONFIG_HID_ACRUX is not set -# CONFIG_HID_APPLE is not set +CONFIG_HID_APPLE=m # CONFIG_HID_BELKIN is not set # CONFIG_HID_CHERRY is not set # CONFIG_HID_CHICONY is not set diff --git a/main/linux-vserver/kernelconfig.x86_64 b/main/linux-vserver/kernelconfig.x86_64 index 575836fad7..87f37d2b67 100644 --- a/main/linux-vserver/kernelconfig.x86_64 +++ b/main/linux-vserver/kernelconfig.x86_64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86_64 3.2.7-vs2.3.2.7 Kernel Configuration +# Linux/x86_64 3.2.11-vs2.3.2.8 Kernel Configuration # CONFIG_64BIT=y # CONFIG_X86_32 is not set @@ -4054,7 +4054,7 @@ CONFIG_USB_MOUSE=m # # CONFIG_HID_A4TECH is not set # CONFIG_HID_ACRUX is not set -# CONFIG_HID_APPLE is not set +CONFIG_HID_APPLE=m # CONFIG_HID_BELKIN is not set # CONFIG_HID_CHERRY is not set # CONFIG_HID_CHICONY is not set |