Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/releng:master commit in: releases/weekly/kconfig/amd64/
Date: Sat, 01 Apr 2017 21:51:17
Message-Id: 1491083445.380e1b0d73918359e25a74694ff61e6a16ff1536.prometheanfire@gentoo
1 commit: 380e1b0d73918359e25a74694ff61e6a16ff1536
2 Author: Matthew Thode <mthode <AT> mthode <DOT> org>
3 AuthorDate: Sat Apr 1 21:50:45 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 1 21:50:45 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=380e1b0d
7
8 adding CONFIG_FW_CFG_SYSFS=y to cloud configs
9
10 releases/weekly/kconfig/amd64/cloud-amd64-gentoo.config | 1 +
11 releases/weekly/kconfig/amd64/cloud-amd64-hardened.config | 1 +
12 2 files changed, 2 insertions(+)
13
14 diff --git a/releases/weekly/kconfig/amd64/cloud-amd64-gentoo.config b/releases/weekly/kconfig/amd64/cloud-amd64-gentoo.config
15 index 0b3a20d0..2c73a4ef 100644
16 --- a/releases/weekly/kconfig/amd64/cloud-amd64-gentoo.config
17 +++ b/releases/weekly/kconfig/amd64/cloud-amd64-gentoo.config
18 @@ -1331,6 +1331,7 @@ CONFIG_PREVENT_FIRMWARE_BUILD=y
19 CONFIG_FW_LOADER=y
20 CONFIG_FIRMWARE_IN_KERNEL=y
21 CONFIG_EXTRA_FIRMWARE=""
22 +CONFIG_FW_CFG_SYSFS=y
23 # CONFIG_FW_LOADER_USER_HELPER_FALLBACK is not set
24 CONFIG_ALLOW_DEV_COREDUMP=y
25 # CONFIG_DEBUG_DRIVER is not set
26
27 diff --git a/releases/weekly/kconfig/amd64/cloud-amd64-hardened.config b/releases/weekly/kconfig/amd64/cloud-amd64-hardened.config
28 index f7b1b695..5163c4c9 100644
29 --- a/releases/weekly/kconfig/amd64/cloud-amd64-hardened.config
30 +++ b/releases/weekly/kconfig/amd64/cloud-amd64-hardened.config
31 @@ -1210,6 +1210,7 @@ CONFIG_FW_LOADER=y
32 CONFIG_FIRMWARE_IN_KERNEL=y
33 CONFIG_EXTRA_FIRMWARE=""
34 # CONFIG_FW_LOADER_USER_HELPER_FALLBACK is not set
35 +CONFIG_FW_CFG_SYSFS=y
36 CONFIG_ALLOW_DEV_COREDUMP=y
37 # CONFIG_DEBUG_DRIVER is not set
38 # CONFIG_DEBUG_DEVRES is not set