mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-12-16 17:01:37 +00:00
ath79: make the indio profile use the ath10k feed
Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
parent
5dd85e4bb5
commit
198aaefbdb
@ -127,7 +127,7 @@ define KernelPackage/mac80211
|
||||
$(call KernelPackage/mac80211/Default)
|
||||
TITLE:=Linux 802.11 Wireless Networking Stack
|
||||
# +kmod-crypto-cmac is a runtime only dependency of net/mac80211/aes_cmac.c
|
||||
DEPENDS+= +kmod-cfg80211 +hostapd-common
|
||||
DEPENDS+= +kmod-cfg80211 +hostapd-common +kmod-crypto-hash
|
||||
KCONFIG:=\
|
||||
CONFIG_AVERAGE=y
|
||||
FILES:= $(PKG_BUILD_DIR)/net/mac80211/mac80211.ko
|
||||
|
||||
@ -4,6 +4,14 @@ target: ath79
|
||||
subtarget: generic
|
||||
description: Build image for the Indio 305AC
|
||||
image: bin/targets/ath79/generic/openwrt-ath79-generic-indio_um-305ac-squashfs-sysupgrade.bin
|
||||
feeds:
|
||||
- name: wifi_ath10k
|
||||
path: ../../feeds/wifi-ath10k
|
||||
include:
|
||||
- ucentral-ap
|
||||
|
||||
packages:
|
||||
- ath10k-firmware-qca9887-ct
|
||||
- kmod-ath10k-ct
|
||||
diffconfig: |
|
||||
# CONFIG_PACKAGE_kmod-ath10k is not set
|
||||
# CONFIG_PACKAGE_ath10k-firmware-qca9887 is not set
|
||||
|
||||
Loading…
Reference in New Issue
Block a user