]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
wpa_supplicant: Update to development version
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 18 Jan 2021 13:02:43 +0000 (13:02 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 18 Jan 2021 13:03:43 +0000 (13:03 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/wpa_supplicant

index 549cee152e9a752d1b11755ef823a9ab66346d82..c64b6aab47d9524e37f915a8b3d0eb0e72b6e8fa 100644 (file)
 
 include Config
 
-VER        = 2.9
+VER        = 581dfcc
 
 THISAPP    = wpa_supplicant-$(VER)
-DL_FILE    = $(THISAPP).tar.gz
+DL_FILE    = hostapd-$(VER).tar.gz
 DL_FROM    = $(URL_IPFIRE)
-DIR_APP    = $(DIR_SRC)/$(THISAPP)
+DIR_APP    = $(DIR_SRC)/hostap-$(VER)
 TARGET     = $(DIR_INFO)/$(THISAPP)
-PROG       = wpa_supplicant
 
 ###############################################################################
 # Top-level Rules
@@ -41,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 2d2958c782576dc9901092fbfecb4190
+$(DL_FILE)_MD5 = eed922f2daabe16d74adf2b23455d8bd
 
 install : $(TARGET)
 
@@ -74,10 +73,10 @@ $(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)/wpa_supplicant && cp $(DIR_SRC)/config/wpa_supplicant/config ./.config
        cd $(DIR_APP)/wpa_supplicant && sed -e "s/wpa_cli\ dynamic_eap_methods/wpa_cli\ #dynamic_eap_methods/" -i Makefile
        cd $(DIR_APP)/wpa_supplicant && sed -e "s@/usr/local@/usr@g" -i Makefile
-       cd $(DIR_APP)/wpa_supplicant && make && make install
+       cd $(DIR_APP)/wpa_supplicant && make $(MAKETUNING)
+       cd $(DIR_APP)/wpa_supplicant && make install
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)