]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/hostapd
Updated hostapd (0.7.3).
[people/pmueller/ipfire-2.x.git] / lfs / hostapd
index bd87ec2676d2c905d0d5f8cc3db0a97e825356c4..57d511a394d68213bb9aaf8c1c4b0ff8da4756a9 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 0.5.10
+VER        = 0.7.3
 
 THISAPP    = hostapd-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = hostapd
-PAK_VER    = 3
+PAK_VER    = 20
 
 DEPS       = ""
 
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = ed669d96346dfc7d9f9fad079731853f
+$(DL_FILE)_MD5 = 91a7c8d0f090b7104152d3455a84c112
 
 install : $(TARGET)
 
@@ -77,14 +77,22 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
-       cd $(DIR_APP) && cp $(DIR_SRC)/config/hostapd/config ./.config
-       cd $(DIR_APP) && sed -e "s@/usr/local@/usr@g" -i Makefile
-       cd $(DIR_APP) && make && make install
-       cp -vrf $(DIR_SRC)/config/hostapd/hostapd.conf /etc/hostapd.conf
+       #cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/hostapd-usb_hw_did_not_ack.patch
+       -cp /usr/src/linux/include/linux/genetlink.h /usr/include/linux/
+       -cp /usr/src/linux/include/linux/netfilter/nfnetlink.h /usr/include/linux/netfilter/
+       -cp /usr/src/linux/include/linux/netfilter/nfnetlink_compat.h /usr/include/linux/netfilter/
+       cd $(DIR_APP)/hostapd && cp $(DIR_SRC)/config/hostapd/config ./.config
+       cd $(DIR_APP)/hostapd && sed -e "s@/usr/local@/usr@g" -i Makefile
+       cd $(DIR_APP)/hostapd && make $(MAKETUNING) $(EXTRA_MAKE)
+       cd $(DIR_APP)/hostapd && make install
        install -v -m 644 $(DIR_SRC)/config/backup/includes/hostapd /var/ipfire/backup/addons/includes/hostapd
        mkdir -p /var/ipfire/wlanap
        touch /var/ipfire/wlanap/settings
-       chown nobody:nobody /var/ipfire/wlanap/settings
-       chmod 644 /var/ipfire/wlanap/settings
+       cp -vrf $(DIR_SRC)/config/hostapd/hostapd.conf /var/ipfire/wlanap/hostapd.conf
+       touch /var/ipfire/wlanap/hostapd.accept
+       touch /var/ipfire/wlanap/hostapd.deny
+       cp -vrf /var/ipfire/wlanap/hostapd.* /etc/
+       chown nobody:nobody /var/ipfire/wlanap/*
+       chmod 644 /var/ipfire/wlanap/*
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)