mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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.
This commit is contained in:
parent
c7e45139fa
commit
35c8d631d2
1 changed files with 3 additions and 1 deletions
|
@ -1291,7 +1291,9 @@ Linux kernel. It has been modified to remove all non-free binary blobs.")
|
||||||
#:extra-version "arm64-generic"
|
#:extra-version "arm64-generic"
|
||||||
#:extra-options
|
#:extra-options
|
||||||
(append
|
(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)
|
("CONFIG_RTC_DRV_RK808" . #t)
|
||||||
;; Pinebook display, battery, charger and usb
|
;; Pinebook display, battery, charger and usb
|
||||||
("CONFIG_DRM_ANALOGIX_ANX6345" . m)
|
("CONFIG_DRM_ANALOGIX_ANX6345" . m)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue