guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: linux-libre-arm64-generic: Add support for a


From: guix-commits
Subject: branch master updated: gnu: linux-libre-arm64-generic: Add support for ath9k wireless.
Date: Thu, 27 Jul 2023 12:57:25 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 35c8d631d2 gnu: linux-libre-arm64-generic: Add support for ath9k 
wireless.
35c8d631d2 is described below

commit 35c8d631d2bd63c64e863b5509f29fdcb7f856e6
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Jul 27 19:36:46 2023 +0300

    gnu: linux-libre-arm64-generic: Add support for ath9k wireless.
    
    * gnu/packages/linux.scm (linux-libre-arm64-generic)[extra-options): Add
    configuration for ath9k_htc.
---
 gnu/packages/linux.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 250e26cf09..e41027d920 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1291,7 +1291,9 @@ Linux kernel.  It has been modified to remove all 
non-free binary blobs.")
                      #:extra-version "arm64-generic"
                      #:extra-options
                      (append
-                      `(;; needed to fix the RTC on rockchip platforms
+                      `(;; Provide support for ath9k wireless
+                        ("CONFIG_ATH9K_HTC" . m)
+                        ;; needed to fix the RTC on rockchip platforms
                         ("CONFIG_RTC_DRV_RK808" . #t)
                         ;; Pinebook display, battery, charger and usb
                         ("CONFIG_DRM_ANALOGIX_ANX6345" . m)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]