]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - lfs/madwifi
Upgraded mpd to latest version
[people/teissler/ipfire-2.x.git] / lfs / madwifi
index 2818b0565c62d4dc8126e181d48d62b01dea311f..086454b90f5b3ddf67730deccba4ba947dd9a2f9 100644 (file)
 
 include Config
 
-VER        = hal-2008-08-15-r3851-20080829
+VER        = hal-0.10.5.6-r3879-20081204
 
 THISAPP    = madwifi-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 ifeq "$(SMP)" ""
-  TARGET     = $(DIR_INFO)/$(THISAPP)
+  TARGET     = $(DIR_INFO)/$(THISAPP)-kmod-$(KVER)
 else
   TARGET     = $(DIR_INFO)/$(THISAPP)-smp
 endif
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 5e66a7d080636675830a94775d13c760
+$(DL_FILE)_MD5 = bc9657269748cd576f258ceda31eb3a7
 
 install : $(TARGET)
 
@@ -81,4 +81,7 @@ ifeq "$(SMP)" ""
        cp $(DIR_SRC)/config/madwifi/madwifi.conf /etc/
        ln -s $(DIR_APP) $(DIR_SRC)/madwifi 
 endif
+       # Set Countrycode to germany because some cards
+       # are not detected without cc
+       echo options ath_pci countrycode=276 > /etc/modprobe.d/madwifi
        @$(POSTBUILD)