gnu: linux-libre: Disable CONFIG_DEBUG_INFO and turn off nvidiafb module.
authorJason Self <j@jxself.org>
Sun, 13 Jul 2014 16:31:55 +0000 (09:31 -0700)
committerLudovic Courtès <ludo@gnu.org>
Sun, 13 Jul 2014 22:03:00 +0000 (00:03 +0200)
commitf123a18f8afdf1934079cd6268834be0954e7574
tree10023bb0007e4a1ad6e4a057bea88d3b7e54c977
parent4660b1e83b48e66ecf7029ab040a808bd47e5bce
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>
gnu/packages/linux-libre-i686.conf
gnu/packages/linux-libre-x86_64.conf