diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-11-17 20:46:48 (EST) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-11-17 20:47:52 (EST) |
commit | eceab14c735a501cc90a49f0b0061c1847fcca17 (patch) | |
tree | 809a1157888c3ef7a737471034f3c81e84cc6ee4 | |
parent | acb2e11e301a8bbf42a01442f7ed408dad1402b6 (diff) |
linux-libre: Build in ath9k_htc firmware
-rw-r--r-- | changelog | 3 | ||||
-rw-r--r-- | src/build/linux-libre/3.10.60~gnu/config | 3 | ||||
-rw-r--r-- | substvars | 1 |
3 files changed, 6 insertions, 1 deletions
@@ -5,6 +5,9 @@ config-ao751h (1.5) trunk * config-lilo: Use ProteanOS background image and clearer menu entry labels. * config-linux-libre-ao751h: New upstream version. + * config-linux-libre-dimension2400: Depend on open-ath9k-htc-firmware. + * config-linux-libre-dimension2400: Set CONFIG_EXTRA_FIRMWARE and + CONFIG_EXTRA_FIRMWARE_DIR to include ath9k_htc firmware. -- "P. J. McDermott" <pj@pehjota.net> Tue, 11 Nov 2014 09:21:14 -0500 diff --git a/src/build/linux-libre/3.10.60~gnu/config b/src/build/linux-libre/3.10.60~gnu/config index c7144a3..312a960 100644 --- a/src/build/linux-libre/3.10.60~gnu/config +++ b/src/build/linux-libre/3.10.60~gnu/config @@ -1335,7 +1335,8 @@ CONFIG_STANDALONE=y CONFIG_PREVENT_FIRMWARE_BUILD=y CONFIG_FW_LOADER=y # CONFIG_FIRMWARE_IN_KERNEL is not set -CONFIG_EXTRA_FIRMWARE="" +CONFIG_EXTRA_FIRMWARE="htc_7010.fw htc_9271.fw" +CONFIG_EXTRA_FIRMWARE_DIR="/lib/firmware" CONFIG_FW_LOADER_USER_HELPER=y # CONFIG_SYS_HYPERVISOR is not set # CONFIG_GENERIC_CPU_DEVICES is not set @@ -1,2 +1,3 @@ Config-Base-Depends: proteanos-branding, lilo Config-lilo-Depends: proteanos-branding-lilo +Config-linux-libre-Depends: open-ath9k-htc-firmware |