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/generic.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/generic.mk')
-rw-r--r-- | target/linux/ar71xx/image/generic.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ar71xx/image/generic.mk b/target/linux/ar71xx/image/generic.mk index b417a3fb15..cb57dba986 100644 --- a/target/linux/ar71xx/image/generic.mk +++ b/target/linux/ar71xx/image/generic.mk @@ -300,7 +300,7 @@ TARGET_DEVICES += rnx-n360rt define Device/mc-mac1200r $(Device/tplink-8mlzma) DEVICE_TITLE := MERCURY MAC1200R - DEVICE_PACKAGES := kmod-ath10k + DEVICE_PACKAGES := kmod-ath10k ath10k-firmware-qca988x BOARDNAME := MC-MAC1200R DEVICE_PROFILE := MAC1200R TPLINK_HWID := 0x12000001 @@ -392,7 +392,7 @@ TARGET_DEVICES += oolite define Device/NBG6616 DEVICE_TITLE := ZyXEL NBG6616 - DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev kmod-usb-storage kmod-rtc-pcf8563 kmod-ath10k + DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev kmod-usb-storage kmod-rtc-pcf8563 kmod-ath10k ath10k-firmware-qca988x BOARDNAME = NBG6616 KERNEL_SIZE = 2048k IMAGE_SIZE = 15323k @@ -534,7 +534,7 @@ endef define Device/qihoo-c301 $(Device/seama) DEVICE_TITLE := Qihoo C301 - DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev kmod-ath10k + DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev kmod-ath10k ath10k-firmware-qca988x BOARDNAME = QIHOO-C301 IMAGE_SIZE = 15744k MTDPARTS = spi0.0:256k(u-boot)ro,64k(u-boot-env),64k(devdata),64k(devconf),15744k(firmware),64k(warm_start),64k(action_image_config),64k(radiocfg)ro;spi0.1:15360k(upgrade2),1024k(privatedata) |