summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSabeeh Khan <sabeeh-khan@ti.com>2024-04-19 17:52:36 -0500
committerRyan Eatmon <reatmon@ti.com>2024-04-22 16:47:22 -0500
commit089bfa05c790034839a87906178b6ba2bcf3b70a (patch)
treeb0752c64fabc748b235ecd2c789aca2717d4c19e
parentff51c7f52f32ffcc6b023f85dedfd9c929fa53a4 (diff)
downloadmeta-ti-089bfa05c790034839a87906178b6ba2bcf3b70a.tar.gz
wl18xx-target-scripts: upgrade to R8.8.1
This upgrade contains the following changes: * updated hostapd path in ap_start.sh * ap_stop.sh removes wlan1 interface * hostapd.conf updated to work seamlessly with hostapd 2.10 Signed-off-by: Sabeeh Khan <sabeeh-khan@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-extras/recipes-connectivity/wl18xx-target-scripts/wl18xx-target-scripts_8.8.1.bb (renamed from meta-ti-extras/recipes-connectivity/wl18xx-target-scripts/wl18xx-target-scripts_8.7.3.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-ti-extras/recipes-connectivity/wl18xx-target-scripts/wl18xx-target-scripts_8.7.3.bb b/meta-ti-extras/recipes-connectivity/wl18xx-target-scripts/wl18xx-target-scripts_8.8.1.bb
index 84e8764f..87890a31 100644
--- a/meta-ti-extras/recipes-connectivity/wl18xx-target-scripts/wl18xx-target-scripts_8.7.3.bb
+++ b/meta-ti-extras/recipes-connectivity/wl18xx-target-scripts/wl18xx-target-scripts_8.8.1.bb
@@ -2,8 +2,8 @@ DESCRIPTION = "Scripts and configuration files for TI wireless drivers"
2LICENSE = "GPL-2.0-only" 2LICENSE = "GPL-2.0-only"
3LIC_FILES_CHKSUM = "file://README;beginline=1;endline=21;md5=b8d6a0865f50159bf5c0d175d1f4a705" 3LIC_FILES_CHKSUM = "file://README;beginline=1;endline=21;md5=b8d6a0865f50159bf5c0d175d1f4a705"
4 4
5# Tag: R8.7_SP3 (8.7.3) 5# Tag: R8.8.1
6SRCREV = "a07b6e711d2a70608101d3d6cdc5749c4d8a96d5" 6SRCREV = "8bcee075061527d61f26d6d506aebdfd496037d9"
7BRANCH = "sitara-scripts" 7BRANCH = "sitara-scripts"
8SRC_URI = "git://git.ti.com/git/wilink8-wlan/wl18xx-target-scripts.git;protocol=https;branch=${BRANCH} \ 8SRC_URI = "git://git.ti.com/git/wilink8-wlan/wl18xx-target-scripts.git;protocol=https;branch=${BRANCH} \
9file://0001-print_stat.sh-replace-system-bin-sh-with-bin-sh.patch \ 9file://0001-print_stat.sh-replace-system-bin-sh-with-bin-sh.patch \