mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-12-17 01:11:29 +00:00
ipq807x: add edgecore eap-102 support
Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
parent
bd2412f02e
commit
0b13cb3171
@ -27,7 +27,8 @@ ALLWIFIBOARDS:= \
|
||||
cig-wf188 \
|
||||
cig-wf188n \
|
||||
cig-wf194c \
|
||||
sercomm-wallaby
|
||||
sercomm-wallaby \
|
||||
edgecore-eap102
|
||||
|
||||
ALLWIFIPACKAGES:=$(foreach BOARD,$(ALLWIFIBOARDS),ath11k-wifi-$(BOARD))
|
||||
|
||||
@ -106,6 +107,7 @@ $(eval $(call generate-ath11k-wifi-package,cig-wf188,Cigtech WF188))
|
||||
$(eval $(call generate-ath11k-wifi-package,cig-wf188n,Cigtech WF188n))
|
||||
$(eval $(call generate-ath11k-wifi-package,cig-wf194c,Cigtech WF194c))
|
||||
$(eval $(call generate-ath11k-wifi-package,sercomm-wallaby,Sercomm Kiwi))
|
||||
$(eval $(call generate-ath11k-wifi-package,edgecore-eap102,Edgecore EAP102))
|
||||
|
||||
$(foreach PACKAGE,$(ALLWIFIPACKAGES),$(eval $(call BuildPackage,$(PACKAGE))))
|
||||
$(eval $(call BuildPackage,ath11k-wifi-qcom-ipq8074))
|
||||
|
||||
BIN
feeds/wifi-ax/ath11k-wifi/board-edgecore-eap102.IPQ8074
Normal file
BIN
feeds/wifi-ax/ath11k-wifi/board-edgecore-eap102.IPQ8074
Normal file
Binary file not shown.
@ -43,6 +43,7 @@ config-y:= \
|
||||
MAC80211_RC_MINSTREL_HT \
|
||||
MAC80211_RC_MINSTREL_VHT \
|
||||
MAC80211_RC_DEFAULT_MINSTREL \
|
||||
MAC80211_LEDS \
|
||||
WLAN_VENDOR_ADMTEK \
|
||||
WLAN_VENDOR_ATH \
|
||||
WLAN_VENDOR_ATMEL \
|
||||
|
||||
1027
patches/0035-ipq807x-add-edgecore-EAP-102-support.patch
Normal file
1027
patches/0035-ipq807x-add-edgecore-EAP-102-support.patch
Normal file
File diff suppressed because it is too large
Load Diff
10
profiles/eap102.yml
Normal file
10
profiles/eap102.yml
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
profile: edgecore_eap102
|
||||
target: ipq807x
|
||||
subtarget: ipq807x
|
||||
description: Build image for the Edgecore EAP102
|
||||
feeds:
|
||||
- name: ipq807x
|
||||
path: ../../feeds/ipq807x
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user