gnu: ath9k-firmware: Remove CMAKE_SYSTEM_NAME override.

* gnu/packages/firmware.scm (ath9k-htc-ar7010-firmware)[arguments]: Remove
CMAKE_SYSTEM_NAME from #:configure-flag.
(ath9k-htc-ar9271-firmware)[arguments]: Same.

Signed-off-by: Janneke Nieuwenhuizen <janneke@gnu.org>

Change-Id: I87acb0aa781d104be511b1f368d9332c61d71627
This commit is contained in:
Dariqq 2024-08-21 18:34:51 +00:00 committed by Janneke Nieuwenhuizen
parent 235f8c1608
commit c731443ea2
No known key found for this signature in database
GPG key ID: F3C1A0D9C1D65273

View file

@ -119,7 +119,6 @@ (define-public ath9k-htc-ar7010-firmware
#:tests? #f
#:configure-flags
#~'("-DCMAKE_C_FLAGS=-Wno-error=implicit-function-declaration"
"-DCMAKE_SYSTEM_NAME=Generic" ;override default value
"-DTARGET_MAGPIE=ON")
#:phases
#~(modify-phases %standard-phases
@ -148,8 +147,7 @@ (define-public ath9k-htc-ar9271-firmware
(substitute-keyword-arguments
(package-arguments ath9k-htc-ar7010-firmware)
((#:configure-flags flags)
#~'("-DCMAKE_SYSTEM_NAME=Generic" ;override default value
"-DCMAKE_C_FLAGS=-Wno-error=implicit-function-declaration"
#~'("-DCMAKE_C_FLAGS=-Wno-error=implicit-function-declaration"
"-DTARGET_K2=ON"))))
(synopsis "Firmware for the Atheros AR9271 USB 802.11n NICs")
(description