From fd03f702f7656d3773e84f9426c13e76f1ffa48d Mon Sep 17 00:00:00 2001 From: Herman Rimm Date: Thu, 7 Aug 2025 20:10:24 +0200 Subject: [PATCH] gnu: linux-libre-arm64-generic: Build motorcomm module. * gnu/packages/linux.scm (linux-libre-arm64-generic) (linux-libre-lts-arm64-generic): Build motorcomm kernel module. Change-Id: I2cb40f4bf0878b36fcf61fe8e8cfe810b3e3b264 --- gnu/packages/linux.scm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 5cd9384bd9747a13a34ca6572464384f4086145d..2ea11c7673465b5b2183d08c8eb241832fc9cad4 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1317,6 +1317,8 @@ Linux kernel. It has been modified to remove all non-free binary blobs.") (append `(;; Provide support for ath9k wireless ("CONFIG_ATH9K_HTC" . m) + ;; Support Orange Pi R1 Plus LTS ethernet PHY. + ("CONFIG_MOTORCOMM_PHY" . m) ;; needed to fix the RTC on rockchip platforms ("CONFIG_RTC_DRV_RK808" . #t) ;; Pinebook display, battery, charger and usb @@ -1351,6 +1353,8 @@ Linux kernel. It has been modified to remove all non-free binary blobs.") (append `( ;; Provide support for ath9k wireless ("CONFIG_ATH9K_HTC" . m) + ;; Support Orange Pi R1 Plus LTS ethernet PHY. + ("CONFIG_MOTORCOMM_PHY" . m) ;; needed to fix the RTC on rockchip platforms ("CONFIG_RTC_DRV_RK808" . #t) ;; Pinebook display, battery, charger and usb