mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 05:38:00 +00:00
ipq-wifi: add Pakedge WR-1 support
Calibration variants: Pakedge-WR-1 ETSI, FCC and IC-2.4GHz Pakedge-WR-1-ACMA ACMA Pakedge-WR-1-IC IC-5GHz Pakedge-WR-1-SRRC SRRC Signed-off-by: Tomasz Maciej Nowak <tmn505@gmail.com>
This commit is contained in:
parent
80baffd2aa
commit
47306d47ef
@ -34,6 +34,7 @@ ALLWIFIBOARDS:= \
|
||||
glinet_gl-s1300 \
|
||||
linksys_ea8300 \
|
||||
p2w_r619ac \
|
||||
pakedge_wr-1 \
|
||||
qxwlan_e2600ac-c1 \
|
||||
qxwlan_e2600ac-c2 \
|
||||
teltonika_rutx
|
||||
@ -106,6 +107,7 @@ $(eval $(call generate-ipq-wifi-package,glinet_gl-ap1300,GL.iNet GL-AP1300))
|
||||
$(eval $(call generate-ipq-wifi-package,glinet_gl-s1300,GL.iNet GL-S1300))
|
||||
$(eval $(call generate-ipq-wifi-package,linksys_ea8300,Linksys EA8300))
|
||||
$(eval $(call generate-ipq-wifi-package,p2w_r619ac,P&W R619AC))
|
||||
$(eval $(call generate-ipq-wifi-package,pakedge_wr-1,Pakedge WR-1))
|
||||
$(eval $(call generate-ipq-wifi-package,qxwlan_e2600ac-c1,Qxwlan E2600AC C1))
|
||||
$(eval $(call generate-ipq-wifi-package,qxwlan_e2600ac-c2,Qxwlan E2600AC C2))
|
||||
$(eval $(call generate-ipq-wifi-package,teltonika_rutx,Teltonika RUTX))
|
||||
|
BIN
package/firmware/ipq-wifi/board-pakedge_wr-1.qca4019
Normal file
BIN
package/firmware/ipq-wifi/board-pakedge_wr-1.qca4019
Normal file
Binary file not shown.
@ -257,8 +257,12 @@
|
||||
|
||||
&wifi0 {
|
||||
status = "okay";
|
||||
|
||||
qcom,ath10k-calibration-variant = "Pakedge-WR-1";
|
||||
};
|
||||
|
||||
&wifi1 {
|
||||
status = "okay";
|
||||
|
||||
qcom,ath10k-calibration-variant = "Pakedge-WR-1";
|
||||
};
|
||||
|
@ -899,6 +899,7 @@ define Device/pakedge_wr-1
|
||||
DEVICE_VENDOR := Pakedge
|
||||
DEVICE_MODEL := WR-1
|
||||
DEVICE_DTS_CONFIG := config@ap.dk01.1-c1
|
||||
DEVICE_PACKAGES := ipq-wifi-pakedge_wr-1
|
||||
SOC := qcom-ipq4018
|
||||
BLOCKSIZE := 64k
|
||||
IMAGE_SIZE := 31232k
|
||||
|
Loading…
Reference in New Issue
Block a user