diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2020-04-26 21:30:16 +0200 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2020-04-28 09:33:09 +0200 |
commit | 2e5e9b459ed53b42f8938294a98e2546be976c85 (patch) | |
tree | 138abf8984b3aa3a61dcb8917c6787f8c3359748 /target/linux | |
parent | 658e68f85c2645e0132edc6b30a9c76cc17292de (diff) | |
download | upstream-2e5e9b459ed53b42f8938294a98e2546be976c85.tar.gz upstream-2e5e9b459ed53b42f8938294a98e2546be976c85.tar.bz2 upstream-2e5e9b459ed53b42f8938294a98e2546be976c85.zip |
ath10k-ct-firmware: rename ct-htt packages
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ath79/image/generic.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/image/generic.mk b/target/linux/ath79/image/generic.mk index b449832ad2..321615f014 100644 --- a/target/linux/ath79/image/generic.mk +++ b/target/linux/ath79/image/generic.mk @@ -829,7 +829,7 @@ define Device/nec_wg800hp IMAGE/factory.bin := append-kernel | pad-to $$$$(BLOCKSIZE) | \ append-rootfs | pad-rootfs | check-size | \ xor-image -p 6A57190601121E4C004C1E1201061957 -x | nec-fw LASER_ATERM - DEVICE_PACKAGES := kmod-ath10k-ct-smallbuffers ath10k-firmware-qca9887-ct-htt + DEVICE_PACKAGES := kmod-ath10k-ct-smallbuffers ath10k-firmware-qca9887-ct-full-htt endef TARGET_DEVICES += nec_wg800hp |