[04/50] hostapd: Repair LFS file after merge garbage

Message ID 20220222125135.1211290-5-michael.tremer@ipfire.org
State Accepted
Commit 808e3ea1929c33737a231aacbd3808b68f81611b
Headers
Series [01/50] expat: Update to version 2.4.6 - Security/CVE fixes |

Commit Message

Michael Tremer Feb. 22, 2022, 12:50 p.m. UTC
  From: Peter Müller <peter.mueller@ipfire.org>

Reported-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
---
 lfs/hostapd | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
  

Patch

diff --git a/lfs/hostapd b/lfs/hostapd
index f07d378be..89f5ecf73 100644
--- a/lfs/hostapd
+++ b/lfs/hostapd
@@ -24,6 +24,7 @@ 
 
 include Config
 
+SUMMARY    = Daemon for running a WPA capable Access Point
 VER        = 2_10
 
 THISAPP    = hostap_$(VER)
@@ -36,6 +37,8 @@  PAK_VER    = 59
 
 DEPS       =
 
+SERVICES   = 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/backup/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.conf