Linux v4.5-760-g710d60cbf1b3
This commit is contained in:
parent
5afcc1a929
commit
cb176ec4e7
@ -4788,6 +4788,7 @@ CONFIG_FRAME_POINTER=y
|
||||
# CONFIG_DEBUG_DRIVER is not set
|
||||
CONFIG_HEADERS_CHECK=y
|
||||
# CONFIG_LKDTM is not set
|
||||
# CONFIG_CPU_HOTPLUG_STATE_CONTROL is not set
|
||||
# CONFIG_NOTIFIER_ERROR_INJECTION is not set
|
||||
# CONFIG_READABLE_ASM is not set
|
||||
|
||||
|
@ -547,6 +547,9 @@ CONFIG_PINCTRL_CHERRYVIEW=y
|
||||
CONFIG_PINCTRL_SUNRISEPOINT=m
|
||||
CONFIG_PINCTRL_BROXTON=m
|
||||
|
||||
# I have no idea why this is x86-specific
|
||||
CONFIG_E1000E_HWTS=y
|
||||
|
||||
#baytrail/cherrytrail stuff
|
||||
CONFIG_KEYBOARD_GPIO=m
|
||||
CONFIG_INPUT_SOC_BUTTON_ARRAY=m
|
||||
|
2
gitrev
2
gitrev
@ -1 +1 @@
|
||||
e23604edac2a7be6a8808a5d13fac6b9df4eb9a8
|
||||
710d60cbf1b312a8075a2158cbfbbd9c66132dcc
|
||||
|
@ -69,7 +69,7 @@ Summary: The Linux kernel
|
||||
# The rc snapshot level
|
||||
%define rcrev 0
|
||||
# The git snapshot level
|
||||
%define gitrev 1
|
||||
%define gitrev 2
|
||||
# Set rpm version accordingly
|
||||
%define rpmversion 4.%{upstream_sublevel}.0
|
||||
%endif
|
||||
@ -2140,6 +2140,9 @@ fi
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Wed Mar 16 2016 Josh Boyer <jwboyer@fedoraproject.org> - 4.6.0-0.rc0.git2.1
|
||||
- Linux v4.5-760-g710d60cbf1b3
|
||||
|
||||
* Tue Mar 15 2016 Josh Boyer <jwboyer@fedoraproject.org> - 4.6.0-0.rc0.git1.1
|
||||
- Linux v4.5-481-ge23604edac2a
|
||||
- Enable RANDOMIZE_BASE
|
||||
|
Loading…
Reference in New Issue
Block a user