]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
iw: update to 3.10.
authorArne Fitzenreiter <arne_f@ipfire.org>
Tue, 27 Aug 2013 18:21:23 +0000 (20:21 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Tue, 27 Aug 2013 18:21:23 +0000 (20:21 +0200)
lfs/iw

diff --git a/lfs/iw b/lfs/iw
index 6a6627fb72d61a03603ed6adab36ba6d804731e4..e55bc5c35da13e8d6158436d09410f70686ee117 100644 (file)
--- a/lfs/iw
+++ b/lfs/iw
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 3.8
+VER        = 3.10
 
 THISAPP    = iw-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 2aae163b7c3b581b7d94f34a5d3e47d8
+$(DL_FILE)_MD5 = 07219ad06535bc270f7a8873aba6d5fa
 
 install : $(TARGET)
 
@@ -70,7 +70,7 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
-       cd $(DIR_APP) && CFLAGS+=-I/usr/src/linux/include make $(MAKETUNING)
+       cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)