diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-09-02 07:58:08 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-09-02 07:58:08 -0300 |
commit | 7972ec1e5dfb7c2cbbfff2ffe51026003fdd331f (patch) | |
tree | b5e64e2386a02d8f2aa480335a241f9fe165adcd /kernels/linux-libre-pae | |
parent | 1cfc867c8a3662b216fafa3e74579840c08a827f (diff) |
linux-libre-{pae,xen}: disable CONFIG_LOCALVERSION_AUTO
Diffstat (limited to 'kernels/linux-libre-pae')
-rw-r--r-- | kernels/linux-libre-pae/PKGBUILD | 2 | ||||
-rw-r--r-- | kernels/linux-libre-pae/config | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/kernels/linux-libre-pae/PKGBUILD b/kernels/linux-libre-pae/PKGBUILD index 21c6a21a9..23a53b4d4 100644 --- a/kernels/linux-libre-pae/PKGBUILD +++ b/kernels/linux-libre-pae/PKGBUILD @@ -35,7 +35,7 @@ source=("http://linux-libre.fsfla.org/pub/linux-libre/releases/${_pkgbasever}/li 'compal-laptop-hwmon-fix.patch') sha256sums=('9c2a524c901febe0f0138f702bfdeb52d6f79f22c1fdbabaa37580bc70f16218' '3bbc78694d76b12b6229799d7c4daf5215b9dd731908d96b03603aceb54ad5c7' - 'd7f16bb97225fc315cbe0bdf5fbc30ee8e387298bd53ba7cc623044b2f48c506' + 'ff05de07a8a0c5c8d09b16b05e99e684042c95712c7232d0942c969361b6da78' 'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c' '074b67818582874146c389c029bc43648d145891a27e47aa2c5c42d3571f0264' '2e87a8ec1cc0c91938cac24992d8a3d4362b3e9d939767e4c9d2ec8e6d969d53' diff --git a/kernels/linux-libre-pae/config b/kernels/linux-libre-pae/config index 1b7cb928d..ea98988e6 100644 --- a/kernels/linux-libre-pae/config +++ b/kernels/linux-libre-pae/config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 3.16.0-2 Kernel Configuration +# Linux/x86 3.16.0-gnu-2 Kernel Configuration # # CONFIG_64BIT is not set CONFIG_X86_32=y @@ -50,7 +50,7 @@ CONFIG_INIT_ENV_ARG_LIMIT=32 CONFIG_CROSS_COMPILE="" # CONFIG_COMPILE_TEST is not set CONFIG_LOCALVERSION="-pae" -CONFIG_LOCALVERSION_AUTO=y +# CONFIG_LOCALVERSION_AUTO is not set CONFIG_HAVE_KERNEL_GZIP=y CONFIG_HAVE_KERNEL_BZIP2=y CONFIG_HAVE_KERNEL_LZMA=y |