]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/wpa_supplicant
kernel: update to 5.10.47
[ipfire-2.x.git] / lfs / wpa_supplicant
index 887ec6bd583b4fd2084242649d9845d2d8d73506..c64b6aab47d9524e37f915a8b3d0eb0e72b6e8fa 100644 (file)
 
 include Config
 
-VER        = 2.7
+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 = a68538fb62766f40f890125026c42c10
+$(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)