diff options
author | Leo Famulari <leo@famulari.name> | 2022-04-13 23:48:12 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2022-04-14 10:22:54 -0400 |
commit | aaf4b08c6bc2f17b500576dc1676ce1e2c010b19 (patch) | |
tree | bea654b3729f64ee72891d4d7ae071e83b285d67 /gnu/packages/aux-files | |
parent | b0dd06bd0caea46a852248ab48ab2e6aaff57752 (diff) | |
download | guix-aaf4b08c6bc2f17b500576dc1676ce1e2c010b19.tar.gz |
gnu: Update linux-libre 5.17 configuration files.
This option that adds new hardware support appeared after the 5.17 release. * gnu/packages/aux-files/linux-libre/5.17-arm.conf, gnu/packages/aux-files/linux-libre/5.17-arm64.conf, gnu/packages/aux-files/linux-libre/5.17-i686.conf, gnu/packages/aux-files/linux-libre/5.17-x86_64.conf: Enable support for Realtek Ethernet switch chips.
Diffstat (limited to 'gnu/packages/aux-files')
4 files changed, 8 insertions, 4 deletions
diff --git a/gnu/packages/aux-files/linux-libre/5.17-arm.conf b/gnu/packages/aux-files/linux-libre/5.17-arm.conf index db2e3df3ee..5e59afb2f1 100644 --- a/gnu/packages/aux-files/linux-libre/5.17-arm.conf +++ b/gnu/packages/aux-files/linux-libre/5.17-arm.conf @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm 5.17.0 Kernel Configuration +# Linux/arm 5.17.3 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.2.0" CONFIG_CC_IS_GCC=y @@ -2874,6 +2874,7 @@ CONFIG_NET_DSA_XRS700X=m CONFIG_NET_DSA_XRS700X_I2C=m CONFIG_NET_DSA_XRS700X_MDIO=m # CONFIG_NET_DSA_QCA8K is not set +CONFIG_NET_DSA_REALTEK=m CONFIG_NET_DSA_REALTEK_SMI=m # CONFIG_NET_DSA_SMSC_LAN9303_I2C is not set # CONFIG_NET_DSA_SMSC_LAN9303_MDIO is not set diff --git a/gnu/packages/aux-files/linux-libre/5.17-arm64.conf b/gnu/packages/aux-files/linux-libre/5.17-arm64.conf index 8a562fd687..5b61d43a04 100644 --- a/gnu/packages/aux-files/linux-libre/5.17-arm64.conf +++ b/gnu/packages/aux-files/linux-libre/5.17-arm64.conf @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm64 5.17.0 Kernel Configuration +# Linux/arm64 5.17.3 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.2.0" CONFIG_CC_IS_GCC=y @@ -2984,6 +2984,7 @@ CONFIG_NET_DSA_XRS700X=m CONFIG_NET_DSA_XRS700X_I2C=m CONFIG_NET_DSA_XRS700X_MDIO=m # CONFIG_NET_DSA_QCA8K is not set +CONFIG_NET_DSA_REALTEK=m CONFIG_NET_DSA_REALTEK_SMI=m # CONFIG_NET_DSA_SMSC_LAN9303_I2C is not set # CONFIG_NET_DSA_SMSC_LAN9303_MDIO is not set diff --git a/gnu/packages/aux-files/linux-libre/5.17-i686.conf b/gnu/packages/aux-files/linux-libre/5.17-i686.conf index ab57dba4b3..1eb0fcd62f 100644 --- a/gnu/packages/aux-files/linux-libre/5.17-i686.conf +++ b/gnu/packages/aux-files/linux-libre/5.17-i686.conf @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/i386 5.17.0 Kernel Configuration +# Linux/i386 5.17.3 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.2.0" CONFIG_CC_IS_GCC=y @@ -3159,6 +3159,7 @@ CONFIG_NET_DSA_XRS700X=m CONFIG_NET_DSA_XRS700X_I2C=m CONFIG_NET_DSA_XRS700X_MDIO=m CONFIG_NET_DSA_QCA8K=m +CONFIG_NET_DSA_REALTEK=m CONFIG_NET_DSA_REALTEK_SMI=m CONFIG_NET_DSA_SMSC_LAN9303=m CONFIG_NET_DSA_SMSC_LAN9303_I2C=m diff --git a/gnu/packages/aux-files/linux-libre/5.17-x86_64.conf b/gnu/packages/aux-files/linux-libre/5.17-x86_64.conf index d9e9227958..90fa28fedc 100644 --- a/gnu/packages/aux-files/linux-libre/5.17-x86_64.conf +++ b/gnu/packages/aux-files/linux-libre/5.17-x86_64.conf @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.17.0 Kernel Configuration +# Linux/x86 5.17.3 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.2.0" CONFIG_CC_IS_GCC=y @@ -3167,6 +3167,7 @@ CONFIG_NET_DSA_XRS700X=m CONFIG_NET_DSA_XRS700X_I2C=m CONFIG_NET_DSA_XRS700X_MDIO=m CONFIG_NET_DSA_QCA8K=m +CONFIG_NET_DSA_REALTEK=m CONFIG_NET_DSA_REALTEK_SMI=m CONFIG_NET_DSA_SMSC_LAN9303=m CONFIG_NET_DSA_SMSC_LAN9303_I2C=m |