From 35c8d631d2bd63c64e863b5509f29fdcb7f856e6 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Thu, 27 Jul 2023 19:36:46 +0300 Subject: 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(-) (limited to 'gnu') 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) -- cgit v1.2.3