Linux 3.3-rc1-git1 (upstream c1aab02dac690af7ff634d8e1cb3be6a04387eef)
This commit is contained in:
parent
7f88f48197
commit
10e2c35724
@ -201,3 +201,10 @@ CONFIG_ARM_ERRATA_751472=y
|
|||||||
# CONFIG_CS89x0 is not set
|
# CONFIG_CS89x0 is not set
|
||||||
|
|
||||||
# CONFIG_OF_SELFTEST is not set
|
# CONFIG_OF_SELFTEST is not set
|
||||||
|
# CONFIG_MACH_IMX51_DT is not set
|
||||||
|
# CONFIG_MACH_IMX53_DT is not set
|
||||||
|
# CONFIG_MACH_MX53_EVK is not set
|
||||||
|
# CONFIG_MACH_MX53_SMD is not set
|
||||||
|
# CONFIG_MACH_MX53_LOCO is not set
|
||||||
|
# CONFIG_MACH_MX53_ARD is not set
|
||||||
|
# CONFIG_ARM_EXYNOS4210_CPUFREQ is not set
|
||||||
|
@ -4033,6 +4033,7 @@ CONFIG_LEDS_CLASS=y
|
|||||||
# CONFIG_LEDS_S3C24XX is not set
|
# CONFIG_LEDS_S3C24XX is not set
|
||||||
CONFIG_LEDS_DELL_NETBOOKS=m
|
CONFIG_LEDS_DELL_NETBOOKS=m
|
||||||
# CONFIG_LEDS_TCA6507 is not set
|
# CONFIG_LEDS_TCA6507 is not set
|
||||||
|
# CONFIG_LEDS_OT200 is not set
|
||||||
CONFIG_LEDS_TRIGGERS=y
|
CONFIG_LEDS_TRIGGERS=y
|
||||||
CONFIG_LEDS_TRIGGER_TIMER=m
|
CONFIG_LEDS_TRIGGER_TIMER=m
|
||||||
CONFIG_LEDS_TRIGGER_IDE_DISK=y
|
CONFIG_LEDS_TRIGGER_IDE_DISK=y
|
||||||
|
@ -54,7 +54,7 @@ Summary: The Linux kernel
|
|||||||
# For non-released -rc kernels, this will be appended after the rcX and
|
# For non-released -rc kernels, this will be appended after the rcX and
|
||||||
# gitX tags, so a 3 here would become part of release "0.rcX.gitX.3"
|
# gitX tags, so a 3 here would become part of release "0.rcX.gitX.3"
|
||||||
#
|
#
|
||||||
%global baserelease 4
|
%global baserelease 1
|
||||||
%global fedora_build %{baserelease}
|
%global fedora_build %{baserelease}
|
||||||
|
|
||||||
# base_sublevel is the kernel version we're starting with and patching
|
# base_sublevel is the kernel version we're starting with and patching
|
||||||
@ -87,7 +87,7 @@ Summary: The Linux kernel
|
|||||||
# The rc snapshot level
|
# The rc snapshot level
|
||||||
%define rcrev 1
|
%define rcrev 1
|
||||||
# The git snapshot level
|
# The git snapshot level
|
||||||
%define gitrev 0
|
%define gitrev 1
|
||||||
# Set rpm version accordingly
|
# Set rpm version accordingly
|
||||||
%define rpmversion 3.%{upstream_sublevel}.0
|
%define rpmversion 3.%{upstream_sublevel}.0
|
||||||
%endif
|
%endif
|
||||||
@ -2276,6 +2276,9 @@ fi
|
|||||||
# ||----w |
|
# ||----w |
|
||||||
# || ||
|
# || ||
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 24 2012 Josh Boyer <jwboyer@redhat.com> - 3.3.0-0.rc1.git1.1
|
||||||
|
- Linux 3.3-rc1-git1 (upstream c1aab02dac690af7ff634d8e1cb3be6a04387eef)
|
||||||
|
|
||||||
* Mon Jan 23 2012 Josh Boyer <jwboyer@redhat.com> - 3.3.0-0.rc1.git0.4
|
* Mon Jan 23 2012 Josh Boyer <jwboyer@redhat.com> - 3.3.0-0.rc1.git0.4
|
||||||
- Reenable debugging options.
|
- Reenable debugging options.
|
||||||
|
|
||||||
|
1
sources
1
sources
@ -1,3 +1,4 @@
|
|||||||
364066fa18767ec0ae5f4e4abcf9dc51 linux-3.2.tar.xz
|
364066fa18767ec0ae5f4e4abcf9dc51 linux-3.2.tar.xz
|
||||||
2fed18362598429cc0669c01123290ff compat-wireless-2012-01-09.tar.bz2
|
2fed18362598429cc0669c01123290ff compat-wireless-2012-01-09.tar.bz2
|
||||||
1c3dd34fa219420a4cbed1e573d253e7 patch-3.3-rc1.xz
|
1c3dd34fa219420a4cbed1e573d253e7 patch-3.3-rc1.xz
|
||||||
|
a39992f85a392f3a3a515355ad68f889 patch-3.3-rc1-git1.xz
|
||||||
|
Loading…
Reference in New Issue
Block a user