diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-10-28 23:07:57 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-10-29 00:31:23 +0100 |
commit | 4902c3ecc6b74493f0c4f29efdffc46b187f2b11 (patch) | |
tree | 2c0b78dbe21d583c1e4f1e79d4ee8f8e8bf772ef /gnu-system.am | |
parent | 9d3074609a3fb0712e0102dbbb4d7bdabb58d142 (diff) | |
download | patches-4902c3ecc6b74493f0c4f29efdffc46b187f2b11.tar patches-4902c3ecc6b74493f0c4f29efdffc46b187f2b11.tar.gz |
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.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index c0a3a20119..f0af1370af 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -81,6 +81,7 @@ GNU_SYSTEM_MODULES = \ gnu/packages/enchant.scm \ gnu/packages/feh.scm \ gnu/packages/file.scm \ + gnu/packages/firmware.scm \ gnu/packages/fish.scm \ gnu/packages/flashing-tools.scm \ gnu/packages/flex.scm \ @@ -307,6 +308,7 @@ dist_patch_DATA = \ gnu/packages/patches/abiword-wmf-version-lookup-fix.patch \ gnu/packages/patches/alsa-lib-mips-atomic-fix.patch \ gnu/packages/patches/apr-skip-getservbyname-test.patch \ + gnu/packages/patches/ath9k-htc-firmware-objcopy.patch \ gnu/packages/patches/automake-skip-amhello-tests.patch \ gnu/packages/patches/avahi-localstatedir.patch \ gnu/packages/patches/avrdude-fix-libusb.patch \ |