* Linux 2.6.29.5.
* Build the PC speaker as a module. This allows people who are annoyed by beeps (e.g. users of Dell Latitude D6xx laptops) to get rid of them :-) svn path=/nixpkgs/trunk/; revision=15983
This commit is contained in:
parent
cd2c0b26ad
commit
85479e92d1
@ -1,7 +1,7 @@
|
||||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# Linux kernel version: 2.6.29.4
|
||||
# Sat Jun 6 23:41:31 2009
|
||||
# Linux kernel version: 2.6.29.5
|
||||
# Wed Jun 17 14:19:54 2009
|
||||
#
|
||||
# CONFIG_64BIT is not set
|
||||
CONFIG_X86_32=y
|
||||
@ -2193,7 +2193,7 @@ CONFIG_TOUCHSCREEN_USB_GOTOP=y
|
||||
CONFIG_TOUCHSCREEN_TOUCHIT213=m
|
||||
CONFIG_TOUCHSCREEN_TSC2007=m
|
||||
CONFIG_INPUT_MISC=y
|
||||
CONFIG_INPUT_PCSPKR=y
|
||||
CONFIG_INPUT_PCSPKR=m
|
||||
CONFIG_INPUT_APANEL=m
|
||||
CONFIG_INPUT_WISTRON_BTNS=m
|
||||
CONFIG_INPUT_ATLAS_BTNS=m
|
||||
|
@ -2057,7 +2057,7 @@ CONFIG_TOUCHSCREEN_USB_GOTOP=y
|
||||
CONFIG_TOUCHSCREEN_TOUCHIT213=m
|
||||
CONFIG_TOUCHSCREEN_TSC2007=m
|
||||
CONFIG_INPUT_MISC=y
|
||||
CONFIG_INPUT_PCSPKR=y
|
||||
CONFIG_INPUT_PCSPKR=m
|
||||
CONFIG_INPUT_APANEL=m
|
||||
CONFIG_INPUT_ATLAS_BTNS=m
|
||||
CONFIG_INPUT_ATI_REMOTE=m
|
||||
|
@ -5,11 +5,11 @@ assert !userModeLinux;
|
||||
import ./generic.nix (
|
||||
|
||||
rec {
|
||||
version = "2.6.29.4";
|
||||
version = "2.6.29.5";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://kernel/linux/kernel/v2.6/linux-${version}.tar.bz2";
|
||||
sha256 = "1v6kpym0d0s2cwxpc3q6ja1sqyj9vn5cbpa1rkmr5vvi1y83yw24";
|
||||
sha256 = "1i8q37hg1iak15mryzzcb39pqgyxzhmgw368j28apd01qry21ag1";
|
||||
};
|
||||
|
||||
features = {
|
||||
|
Loading…
Reference in New Issue
Block a user