From 089bfa05c790034839a87906178b6ba2bcf3b70a Mon Sep 17 00:00:00 2001 From: Sabeeh Khan Date: Fri, 19 Apr 2024 17:52:36 -0500 Subject: 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 Signed-off-by: Ryan Eatmon --- .../wl18xx-target-scripts_8.7.3.bb | 26 ---------------------- .../wl18xx-target-scripts_8.8.1.bb | 26 ++++++++++++++++++++++ 2 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 meta-ti-extras/recipes-connectivity/wl18xx-target-scripts/wl18xx-target-scripts_8.7.3.bb create mode 100644 meta-ti-extras/recipes-connectivity/wl18xx-target-scripts/wl18xx-target-scripts_8.8.1.bb 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.7.3.bb deleted file mode 100644 index 84e8764f..00000000 --- a/meta-ti-extras/recipes-connectivity/wl18xx-target-scripts/wl18xx-target-scripts_8.7.3.bb +++ /dev/null @@ -1,26 +0,0 @@ -DESCRIPTION = "Scripts and configuration files for TI wireless drivers" -LICENSE = "GPL-2.0-only" -LIC_FILES_CHKSUM = "file://README;beginline=1;endline=21;md5=b8d6a0865f50159bf5c0d175d1f4a705" - -# Tag: R8.7_SP3 (8.7.3) -SRCREV = "a07b6e711d2a70608101d3d6cdc5749c4d8a96d5" -BRANCH = "sitara-scripts" -SRC_URI = "git://git.ti.com/git/wilink8-wlan/wl18xx-target-scripts.git;protocol=https;branch=${BRANCH} \ -file://0001-print_stat.sh-replace-system-bin-sh-with-bin-sh.patch \ -" - -PR = "r1" - -S = "${WORKDIR}/git" - -FILES:${PN} += "${datadir}/wl18xx/" - -do_install() { - install -d ${D}${datadir}/wl18xx/ - - scripts=`find ./* -type f -name "*.*"` - for s in $scripts - do - install -m 0755 $s ${D}${datadir}/wl18xx/ - done -} diff --git a/meta-ti-extras/recipes-connectivity/wl18xx-target-scripts/wl18xx-target-scripts_8.8.1.bb b/meta-ti-extras/recipes-connectivity/wl18xx-target-scripts/wl18xx-target-scripts_8.8.1.bb new file mode 100644 index 00000000..87890a31 --- /dev/null +++ b/meta-ti-extras/recipes-connectivity/wl18xx-target-scripts/wl18xx-target-scripts_8.8.1.bb @@ -0,0 +1,26 @@ +DESCRIPTION = "Scripts and configuration files for TI wireless drivers" +LICENSE = "GPL-2.0-only" +LIC_FILES_CHKSUM = "file://README;beginline=1;endline=21;md5=b8d6a0865f50159bf5c0d175d1f4a705" + +# Tag: R8.8.1 +SRCREV = "8bcee075061527d61f26d6d506aebdfd496037d9" +BRANCH = "sitara-scripts" +SRC_URI = "git://git.ti.com/git/wilink8-wlan/wl18xx-target-scripts.git;protocol=https;branch=${BRANCH} \ +file://0001-print_stat.sh-replace-system-bin-sh-with-bin-sh.patch \ +" + +PR = "r1" + +S = "${WORKDIR}/git" + +FILES:${PN} += "${datadir}/wl18xx/" + +do_install() { + install -d ${D}${datadir}/wl18xx/ + + scripts=`find ./* -type f -name "*.*"` + for s in $scripts + do + install -m 0755 $s ${D}${datadir}/wl18xx/ + done +} -- cgit v1.2.3-54-g00ecf