summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/ath9k-htc-firmware-objcopy.patch
diff options
context:
space:
mode:
authorJean-Pierre De Jesus DIAZ <[email protected]>2024-02-29 16:20:50 +0100
committerLudovic Courtès <[email protected]>2024-04-17 12:13:02 +0200
commit9f8e92cc7d8cbcb2709dda5f3f0287215441d939 (patch)
treeac48955be13673e90535e50397790181be06f4fb /gnu/packages/patches/ath9k-htc-firmware-objcopy.patch
parent4c88ffdb6592a095f9ad47a19399acd9914a8022 (diff)
gnu: ath9k-htc-firmware: Split package.
* gnu/local.mk (dist_patch_DATA): Remove ath9k-htc-firmware-objcopy.patch. * gnu/packages/firmware.scm (ath9k-htc-firmware): Remove. (ath9k-htc-ar7010-firmware, ath9k-htc-ar9271-firmware): New variables. * gnu/packages/patches/ath9k-htc-firmware-objcopy.patch: Delete file. * gnu/system.scm (%base-firmware): Use new ath9k packages. Change-Id: I86259e398427abd139c1f310a95bb15e2c03cee3 Co-authored-by: Ludovic Courtès <[email protected]>
Diffstat (limited to 'gnu/packages/patches/ath9k-htc-firmware-objcopy.patch')
-rw-r--r--gnu/packages/patches/ath9k-htc-firmware-objcopy.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/gnu/packages/patches/ath9k-htc-firmware-objcopy.patch b/gnu/packages/patches/ath9k-htc-firmware-objcopy.patch
deleted file mode 100644
index 13c3ca1413..0000000000
--- a/gnu/packages/patches/ath9k-htc-firmware-objcopy.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-The firmware is cross-compiled, but the build system ends up using
-'objcopy' instead of '$TARGET-objcopy' by default. Force it to
-use the right one.
-
---- source/target_firmware/configure 2014-10-28 20:57:26.834436561 +0100
-+++ source/target_firmware/configure 2014-10-28 20:57:29.666436530 +0100
-@@ -11,6 +11,7 @@ mkdir -p build
- cat > "$TOOLCHAIN_FILE" <<EOF
- INCLUDE(CMakeForceCompiler)
-
-+SET(CMAKE_OBJCOPY ${TARGET}-objcopy)
- SET(CMAKE_SYSTEM_PROCESSOR xtensa)
- SET(CMAKE_FIND_ROOT_PATH ${TOOLCHAIN}/$TARGET)
- SET(CMAKE_STRIP :)