From: Michael Tremer Date: Tue, 3 Feb 2026 10:14:43 +0000 (+0000) Subject: hostapd: Remove any previous HTCAPS/VHTCAPS settings X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe9d3554182d541996af8df59acaf8a66cca0d81;p=ipfire-2.x.git hostapd: Remove any previous HTCAPS/VHTCAPS settings These are no longer used and generate warnings from the configuration file parser. Signed-off-by: Michael Tremer --- diff --git a/lfs/hostapd b/lfs/hostapd index 27c6006e4..1ccc4d14a 100644 --- a/lfs/hostapd +++ b/lfs/hostapd @@ -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 = diff --git a/src/paks/hostapd/update.sh b/src/paks/hostapd/update.sh index 05d197603..fc67b2500 100644 --- a/src/paks/hostapd/update.sh +++ b/src/paks/hostapd/update.sh @@ -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