]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/blobdiff - lfs/hostapd
Merge branch 'master' into next
[people/mfischer/ipfire-2.x.git] / lfs / hostapd
index f07d378be5523bcdf3b2af0dca92b68a646c95b0..89f5ecf73714acf407c98db6509d420b4a29ac07 100644 (file)
@@ -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