diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-07-22 15:57:49 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-07-22 16:06:39 +0200 |
commit | f1e085adfe53d11956aaa91fcc5d8eebb2ad0b7e (patch) | |
tree | 4950768de69c322fedfb2c034a467bec774a0547 /target/linux/ar71xx/image/nand.mk | |
parent | 11fc0cd1b1f80a9452863612f63f42863f02429b (diff) | |
download | upstream-f1e085adfe53d11956aaa91fcc5d8eebb2ad0b7e.tar.gz upstream-f1e085adfe53d11956aaa91fcc5d8eebb2ad0b7e.tar.bz2 upstream-f1e085adfe53d11956aaa91fcc5d8eebb2ad0b7e.zip |
ar71xx: add ath10k firmware to profile defaults where ath10k is used
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/ar71xx/image/nand.mk')
-rw-r--r-- | target/linux/ar71xx/image/nand.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/image/nand.mk b/target/linux/ar71xx/image/nand.mk index 549b2c99c3..1aa8541587 100644 --- a/target/linux/ar71xx/image/nand.mk +++ b/target/linux/ar71xx/image/nand.mk @@ -40,6 +40,6 @@ LEGACY_DEVICES += WNDR4300V1 define LegacyDevice/NBG6716 DEVICE_TITLE := Zyxel NBG 6716 - DEVICE_PACKAGES := kmod-rtc-pcf8563 kmod-ath10k + DEVICE_PACKAGES := kmod-rtc-pcf8563 kmod-ath10k ath10k-firmware-qca988x endef LEGACY_DEVICES += NBG6716 |