summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorDariqq <dariqq@posteo.net>2024-08-21 18:34:51 +0000
committerLudovic Courtès <ludo@gnu.org>2025-01-14 14:11:42 +0100
commitd804997897d2a531e0e3186e64df798a7e2e0d1a (patch)
tree59964f3ec75e0545a62177f2d1835661b9fb8082 /gnu
parentad672d80d72b8ee2dc9e0982d9854bf6f88fb751 (diff)
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>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/firmware.scm4
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/firmware.scm b/gnu/packages/firmware.scm
index 04f138f22c..cd148fa570 100644
--- a/gnu/packages/firmware.scm
+++ b/gnu/packages/firmware.scm
@@ -119,7 +119,6 @@
#: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 @@
(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