gnu: ath9k-firmware: Remove CMAKE_SYSTEM_NAME override.

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

Change-Id: I87acb0aa781d104be511b1f368d9332c61d71627
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Dariqq 2024-08-21 18:34:51 +00:00 committed by Ludovic Courtès
parent ad672d80d7
commit d804997897
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

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