wlan-ap-Telecominfraproject/patches/backports/0001-profiles-wifi.yml-add-profile-for-OpenWrt-HEAD-wifi.patch
John Crispin 7aa5c2e7d9 backport/wifi: backport wifi stack from OpenWrt HEAD
This makes the v5.7 based wifi feature set from OpenWrt HEAD work inside
19.07.

Signed-off-by: John Crispin <john@phrozen.org>
2020-07-01 21:20:35 +02:00

29 lines
755 B
Diff

From 13946c7d95473d81a762e9b6e27f6f76bb410970 Mon Sep 17 00:00:00 2001
From: John Crispin <john@phrozen.org>
Date: Thu, 25 Jun 2020 16:31:59 +0200
Subject: [PATCH] profiles/wifi.yml: add profile for OpenWrt HEAD wifi
Selecting this profile will override the current wifi stack with the v5.7
version from OpenWrt HEAD.
Signed-off-by: John Crispin <john@phrozen.org>
---
profiles/wifi.yml | 5 +++++
1 file changed, 5 insertions(+)
create mode 100644 profiles/wifi.yml
diff --git a/profiles/wifi.yml b/profiles/wifi.yml
new file mode 100644
index 0000000000..f3ace69394
--- /dev/null
+++ b/profiles/wifi.yml
@@ -0,0 +1,5 @@
+---
+description: Add the wifi support from OpenWrt HEAD
+feeds:
+ - name: wifi
+ path: ../../feeds/wifi-trunk
--
2.25.1