浏览代码

ipq-wifi: add a note / reminder about upstreaming new board files

|Please send a mail with your device-specific board files upstream.
|You can find instructions and examples on the linux-wireless wiki:
|<https://wireless.wiki.kernel.org/en/users/drivers/ath10k/boardfiles>

Signed-off-by: Christian Lamparter <[email protected]>
Christian Lamparter 7 年之前
父节点
当前提交
df495305f3
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      package/firmware/ipq-wifi/Makefile

+ 3 - 0
package/firmware/ipq-wifi/Makefile

@@ -14,6 +14,9 @@ define Build/Compile
 endef
 
 #ALLWIFIBOARDS:=<devicename>
+# Please send a mail with your device-specific board files upstream.
+# You can find instructions and examples on the linux-wireless wiki:
+# <https://wireless.wiki.kernel.org/en/users/drivers/ath10k/boardfiles>
 ALLWIFIBOARDS:=zyxel_nbg6617 zyxel_wre6606
 ALLWIFIPACKAGES:=$(foreach BOARD,$(ALLWIFIBOARDS),ipq-wifi-$(BOARD))