GNU bug report logs -
#55805
[PATCH] gnu: linux-libre: enable hidraw by default
Previous Next
Full log
View this message in rfc822 format
Tobias Geerinckx-Rice via Guix-patches via <guix-patches <at> gnu.org>
writes:
> I agree with the content of this change, but why add it here & not to
> the kernel configuration aux-files?
My understanding of gnu/packages/linux.scm is that kernels come in two
forms:
i. "-generic" kernels, which build their .config via mainline defconfig +
#:extra-options.
ii. non "-generic" kernels, which use "#:configuration-file
kernel-config" to use the config from aux-files.
This patch solely addresses (i) kernels, since (ii) kernels already have
CONFIG_HIDRAW, as we can see by inspecting the aux-files:
$ ls gnu/packages/aux-files/linux-libre/* | wc -l
25
$ grep CONFIG_HIDRAW=y gnu/packages/aux-files/linux-libre/* | wc -l
25
This bug report was last modified 3 years and 10 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.