Age | Commit message (Expand) | Author |
2016-03-15 | gnu: linux-libre: Update to 4.5, while preserving linux-libre-4.4....* gnu/packages/linux-libre-x86_64.conf: Rename to ...
* gnu/packages/linux-libre-4.4-x86_64.conf: ... this.
* gnu/packages/linux-libre-i686.conf: Rename to ...
* gnu/packages/linux-libre-4.4-i686.conf: ... this.
* gnu/packages/linux-libre-4.5-i686.conf,
gnu/packages/linux-libre-4.5-x86_64.conf: New files.
* Makefile.am (KCONFIGS): Update accordingly.
* gnu/packages/linux.scm (linux-libre): Update to 4.5.
(linux-libre-4.4): New variable.
| Mark H Weaver |
2016-01-11 | gnu: linux-libre: Update to 4.4....* gnu/packages/linux.scm (linux-libre): Update to 4.4.
* gnu/packages/linux-libre-i686.conf,
gnu/packages/linux-libre-x86_64.conf: Update from
<https://jxself.org/git/kernel-configs.git>.
| Mark H Weaver |
2015-12-11 | gnu: linux-libre: Update to 4.3.2....* gnu/packages/linux.scm (linux-libre): Update to 4.3.2.
[native-inputs]: Add openssl.
* gnu/packages/linux-libre-x86_64.conf,
gnu/packages/linux-libre-i686.conf: Update for 4.3.x,
based on <https://jxself.org/git/kernel-configs.git>.
| Mark H Weaver |
2015-09-03 | gnu: linux-libre: Update to 4.2....* gnu/packages/linux.scm (linux-libre): Update to 4.2.
* gnu/packages/linux-libre-x86_64.conf, gnu/packages/linux-libre-i686.conf:
Update, based largely on https://jxself.org/git/kernel-configs.git
| Mark H Weaver |
2015-06-23 | gnu: linux-libre: Update to 4.1....* gnu/packages/linux.scm (linux-libre): Update to 4.1.
[inputs]: Remove gcc-4.9, since it is now the default compiler.
* gnu/packages/linux-libre-i686.conf, gnu/packages/linux-libre-x86_64.conf:
Update to 4.1 configs from <https://jxself.org/git/?p=kernel-configs.git>.
| Mark H Weaver |
2015-04-17 | gnu: linux-libre: Set CONFIG_DEVMEM=y...* gnu/packages/linux.scm (linux-libre): Set CONFIG_DEVMEM=y.
Signed-off-by: Jason Self <j@jxself.org>
| Jason Self |
2015-04-13 | gnu: linux-libre: Update to 4.0...* gnu/packages/linux.scm (linux-libre): Update to version 4.0.
| Jason Self |
2015-04-01 | gnu: linux-libre: Update to 3.19.3....The changes to linux-libre-*.conf are by Jason Self <j@jxself.org>.
* gnu/packages/patches/linux-libre-libreboot-fix.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/linux.scm (linux-libre): Update to version 3.19.3.
Add patch.
* gnu/packages/linux-libre-i686.conf,
gnu/packages/linux-libre-x86_64.conf: Update for 3.19.x.
Co-Authored-By: Jason Self <j@jxself.org>
| Mark H Weaver |
2015-02-14 | Revert "gnu: linux-libre: Update to 3.19"...Linux-libre 3.19 doesn't work on the Libreboot X60.
This reverts commit 1f4edec4fd9b4bc6f4eda8c196647eea5215f040.
| Mark H Weaver |
2015-02-09 | gnu: linux-libre: Update to 3.19...* gnu/packages/linux.scm (linux-libre): Update to version 3.19.
| Jason Self |
2015-01-27 | gnu: linux-libre: Update to 3.18.4...* gnu/packages/linux.scm (linux-libre): Update to version 3.18.4.
| Jason Self |
2014-12-07 | gnu: linux-libre: Update to 3.18...* gnu/packages/linux.scm (linux-libre): Update to version 3.18.
| Jason Self |
2014-10-06 | gnu: linux-libre: Update to 3.17....* gnu/packages/linux.scm (linux-libre): Update to version 3.17.
| Jason Self |
2014-08-09 | gnu: linux-libre: Update to 3.16....* gnu/packages/linux.scm (linux-libre): Update to version 3.16.
| Jason Self |
2014-07-14 | gnu: linux-libre: Disable CONFIG_DEBUG_INFO and turn off nvidiafb module....Disabling CONFIG_DEBUG_INFO so that local builds aren't so enormous.
Also turning off nvidiafb module based on a bug report I received.
Nouveau has its own framebuffer device and it looks like they conflict
if you load both.
* gnu/packages/linux-libre-x86_64.conf: Comment out CONFIG_FB_NVIDIA,
and remove related items. Comment out CONFIG_DEBUG_INFO.
* gnu/packages/linux-libre-i686.conf: Likewise.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Jason Self |
2014-07-10 | gnu: linux-libre: Add i686 and x86_64 full-blown configs....Thanks to Jason Self <jself@gnu.org> for the kernel configs.
* gnu/packages/linux.scm (kernel-config): New procedure.
(linux-libre)[build-phase]: Copy it to .config. Reduce the list of
things appended to .config.
[native-inputs]: Add "kconfig" input.
* gnu/packages/linux-libre-i686.conf,
gnu/packages/linux-libre-x86_64.conf: New files, from
<http://jxself.org/x86-32.txt> and <http://jxself.org/x86-64.txt>.
* Makefile.am (KCONFIGS): New variable.
(nobase_dist_guilemodule_DATA): Add it.
| Ludovic Courtès |