From faf1361ddcbf30663270032274b926239851525a Mon Sep 17 00:00:00 2001 From: suyuan <175338101@qq.com> Date: Sun, 23 Aug 2020 00:09:24 +0800 Subject: [PATCH] Fix the problem that the dedicated driver cannot be displayed when P&W R619AC 128M is selected for g-dock compilation. Fix that when P&W R619AC 128M is selected for g-dock compilation, the dedicated driver cannot be displayed in the make meuconfig - Firmware-----ath10k Board-Specific Override directory. --- root/package/firmware/ipq-wifi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/package/firmware/ipq-wifi/Makefile b/root/package/firmware/ipq-wifi/Makefile index 4b0e29ec..0e56b300 100644 --- a/root/package/firmware/ipq-wifi/Makefile +++ b/root/package/firmware/ipq-wifi/Makefile @@ -114,6 +114,6 @@ $(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,mobipromo_cm520-79f,MobiPromo CM520-79F)) $(eval $(call generate-ipq-wifi-package,qxwlan_e2600ac,Qxwlan E2600AC)) -$(eval $(call generate-ipq-wifi-package,p2w_r619ac,PW R619AC)) +$(eval $(call generate-ipq-wifi-package,p2w_r619ac,P&W R619AC)) $(foreach PACKAGE,$(ALLWIFIPACKAGES),$(eval $(call BuildPackage,$(PACKAGE))))