From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 04/50] hostapd: Repair LFS file after merge garbage Date: Tue, 22 Feb 2022 12:50:49 +0000 Message-ID: <20220222125135.1211290-5-michael.tremer@ipfire.org> In-Reply-To: <20220222125135.1211290-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8061985153913095238==" List-Id: --===============8061985153913095238== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Peter M=C3=BCller Reported-by: Michael Tremer Signed-off-by: Peter M=C3=BCller --- lfs/hostapd | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lfs/hostapd b/lfs/hostapd index f07d378be..89f5ecf73 100644 --- a/lfs/hostapd +++ b/lfs/hostapd @@ -24,6 +24,7 @@ =20 include Config =20 +SUMMARY =3D Daemon for running a WPA capable Access Point VER =3D 2_10 =20 THISAPP =3D hostap_$(VER) @@ -36,6 +37,8 @@ PAK_VER =3D 59 =20 DEPS =3D =20 +SERVICES =3D hostapd + ############################################################################= ### # Top-level Rules ############################################################################= ### @@ -87,7 +90,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP)/hostapd && make install install -v -m 644 $(DIR_SRC)/config/backup/includes/hostapd /var/ipfire/bac= kup/addons/includes/hostapd # install initscript - $(call INSTALL_INITSCRIPT,hostapd) + $(call INSTALL_INITSCRIPTS,$(SERVICES)) mkdir -p /var/ipfire/wlanap touch /var/ipfire/wlanap/settings cp -vrf $(DIR_SRC)/config/hostapd/hostapd.conf /var/ipfire/wlanap/hostapd.c= onf --=20 2.30.2 --===============8061985153913095238==--