X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fwpa_supplicant;h=22c61da0417dd5e7c7dfd4f2e5d658c4163f3a37;hb=a77b2aa2e61d7aba5abaee7d7caf93f58b0b87d3;hp=80225ef9ad839d95adc28d19ef5484869102d29e;hpb=cab25d67ad7f0b0efec2332ae9dddf3c8d380e89;p=ipfire-2.x.git diff --git a/lfs/wpa_supplicant b/lfs/wpa_supplicant index 80225ef9ad..22c61da041 100644 --- a/lfs/wpa_supplicant +++ b/lfs/wpa_supplicant @@ -24,7 +24,7 @@ include Config -VER = 0.5.11 +VER = 0.6.9 THISAPP = wpa_supplicant-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,6 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = wpa_supplicant -PAK_VER = 2 ############################################################################### # Top-level Rules @@ -42,7 +41,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = ad320af63f735531878e592f1ffd9b06 +$(DL_FILE)_MD5 = 0efb8fcedf0a8acf6f423dfdb0658fdd install : $(TARGET) @@ -75,9 +74,9 @@ $(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/wpa_supplicant/config ./.config - cd $(DIR_APP) && sed -e "s/wpa_cli\ dynamic_eap_methods/wpa_cli\ #dynamic_eap_methods/" -i Makefile - cd $(DIR_APP) && sed -e "s@/usr/local@/usr@g" -i Makefile - cd $(DIR_APP) && make && make install + 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 && CFLAGS+=-I/usr/src/linux/include make && make install @rm -rf $(DIR_APP) @$(POSTBUILD)