]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
hostapd: Remove any previous HTCAPS/VHTCAPS settings
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 3 Feb 2026 10:14:43 +0000 (10:14 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 3 Feb 2026 10:14:43 +0000 (10:14 +0000)
These are no longer used and generate warnings from the configuration
file parser.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/hostapd
src/paks/hostapd/update.sh

index 27c6006e4b2659abf0140f56167af1f225f9f3b3..1ccc4d14ada8e6652b14c5b1db40954654f427c3 100644 (file)
@@ -33,7 +33,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = hostapd
-PAK_VER    = 72
+PAK_VER    = 73
 
 DEPS       =
 
index 05d197603a7b5f83a174da5af3e40c90b7baf5c3..fc67b2500f07da7fb4105738652ab0e2fe7f1748 100644 (file)
@@ -26,7 +26,9 @@ exctract_backup_includes
 
 # Remove any previous DEBUG= statements
 if [ -e "/var/ipfire/wlanap/settings" ]; then
-       sed -e "/^DEBUG=/d" -i /var/ipfire/wlanap/settings
+       sed -i /var/ipfire/wlanap/settings \
+               -e "/^DEBUG=/d" \
+               -e "/^V?HTCAPS=/d"
 fi
 
 ./uninstall.sh