diff options
| author | Christian Lamparter | 2018-07-29 09:55:13 +0000 |
|---|---|---|
| committer | John Crispin | 2018-07-30 06:11:21 +0000 |
| commit | df495305f36216c972255f62d0d0b6f8d4567b87 (patch) | |
| tree | e2fb9008da5cacdb46e601452d0f489a3a7df00d | |
| parent | 7880a6f7fee89efe9e5e4c707b59ba45f02e21cf (diff) | |
| download | openwrt-df495305f36216c972255f62d0d0b6f8d4567b87.tar.gz | |
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>
| -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)) |