From 4902c3ecc6b74493f0c4f29efdffc46b187f2b11 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Tue, 28 Oct 2014 23:07:57 +0100 Subject: gnu: Add ath9k-htc-firmware. * gnu/packages/firmware.scm: New file. * gnu/packages/patches/ath9k-htc-firmware-objcopy.patch: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add 'firmware.scm'. (dist_patch_DATA): Add the patch. --- gnu/packages/patches/ath9k-htc-firmware-objcopy.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 gnu/packages/patches/ath9k-htc-firmware-objcopy.patch (limited to 'gnu/packages/patches/ath9k-htc-firmware-objcopy.patch') diff --git a/gnu/packages/patches/ath9k-htc-firmware-objcopy.patch b/gnu/packages/patches/ath9k-htc-firmware-objcopy.patch new file mode 100644 index 0000000000..2172f8353f --- /dev/null +++ b/gnu/packages/patches/ath9k-htc-firmware-objcopy.patch @@ -0,0 +1,14 @@ +The firmware is cross-compiled, but the build system ends up using +'objcopy' instead of 'xtensa-elf-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" <