From: Michael Tremer Date: Wed, 14 Jan 2026 14:36:33 +0000 (+0000) Subject: hostapd: Remove DEBUG= setting on update X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42732fe154b38287278355fd300e878f0786a8fa;p=ipfire-2.x.git hostapd: Remove DEBUG= setting on update Signed-off-by: Michael Tremer --- diff --git a/lfs/hostapd b/lfs/hostapd index 4f8a7d4bc0..1bb77a5e83 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 = 70 +PAK_VER = 71 DEPS = diff --git a/src/paks/hostapd/update.sh b/src/paks/hostapd/update.sh index 46deb04d1f..05d197603a 100644 --- a/src/paks/hostapd/update.sh +++ b/src/paks/hostapd/update.sh @@ -23,5 +23,11 @@ # . /opt/pakfire/lib/functions.sh exctract_backup_includes + +# Remove any previous DEBUG= statements +if [ -e "/var/ipfire/wlanap/settings" ]; then + sed -e "/^DEBUG=/d" -i /var/ipfire/wlanap/settings +fi + ./uninstall.sh ./install.sh