diff options
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 |