diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2018-07-29 11:55:13 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-07-30 08:11:21 +0200 |
commit | df495305f36216c972255f62d0d0b6f8d4567b87 (patch) | |
tree | e2fb9008da5cacdb46e601452d0f489a3a7df00d /package/firmware/ipq-wifi | |
parent | 7880a6f7fee89efe9e5e4c707b59ba45f02e21cf (diff) | |
download | upstream-df495305f36216c972255f62d0d0b6f8d4567b87.tar.gz upstream-df495305f36216c972255f62d0d0b6f8d4567b87.tar.bz2 upstream-df495305f36216c972255f62d0d0b6f8d4567b87.zip |
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 <chunkeey@gmail.com>
Diffstat (limited to 'package/firmware/ipq-wifi')
-rw-r--r-- | package/firmware/ipq-wifi/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/firmware/ipq-wifi/Makefile b/package/firmware/ipq-wifi/Makefile index b1428f173d..a5555d5d7c 100644 --- a/package/firmware/ipq-wifi/Makefile +++ b/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)) |