mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-12-18 01:41:24 +00:00
This makes the v5.7 based wifi feature set from OpenWrt HEAD work inside 19.07. Signed-off-by: John Crispin <john@phrozen.org>
29 lines
755 B
Diff
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
|
|
|