ipq-wifi: add a note / reminder about upstreaming new board files
authorChristian Lamparter <chunkeey@gmail.com>
Sun, 29 Jul 2018 09:55:13 +0000 (11:55 +0200)
committerJohn Crispin <john@phrozen.org>
Mon, 30 Jul 2018 06:11:21 +0000 (08:11 +0200)
|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 <chunkeey@gmail.com>
package/firmware/ipq-wifi/Makefile

index b1428f173ddb507f0c92313dcca7aae57284a0b8..a5555d5d7c49fb87eeffdcfb106c0c7188dcd8f1 100644 (file)
@@ -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))