]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
wpa_supplicant: updated 1.0.
authorArne Fitzenreiter <arne_f@ipfire.org>
Wed, 31 Oct 2012 19:55:29 +0000 (20:55 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Wed, 31 Oct 2012 19:55:29 +0000 (20:55 +0100)
lfs/wpa_supplicant

index 177caf9e8bf964aa0448b576968dc0539f8e417a..ef539dffdd05cb93c3103e859fa3336058d551a8 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2008  Michael Tremer & Christian Schmidt                      #
+# Copyright (C) 2007-2012  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 0.7.3
+VER        = 1.0
 
 THISAPP    = wpa_supplicant-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -41,7 +41,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = f516f191384a9a546e3f5145c08addda
+$(DL_FILE)_MD5 = 8650f6aa23646ef634402552d0669640
 
 install : $(TARGET)
 
@@ -75,9 +75,6 @@ $(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
-ifeq "$(MACHINE_TYPE)" "arm"
-       cd $(DIR_APP)/wpa_supplicant && sed -e "s/^CONFIG_DRIVER_MADWIFI=y/#&/" -i .config
-endif
        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