]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - lfs/compat-wireless
Merge remote-tracking branch 'trikolon/next' into next
[people/teissler/ipfire-2.x.git] / lfs / compat-wireless
index 4f94fe8a2dbbd0da3fe61fdb51f4aee63eaf0baf..9ce6f07593c81698f6ce1427e4eb34c5166e94cc 100644 (file)
@@ -26,7 +26,7 @@ include Config
 
 VERSUFIX=ipfire$(KCFG)
 
-VER        = 3.6.2-1-snp
+VER        = 3.6.8-1-snp
 
 ifeq "$(KCFG)" "-xen"
        KVER = 2.6.32.60
@@ -47,8 +47,7 @@ objects = $(DL_FILE) asix-4.4.0.tar.xz
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 asix-4.4.0.tar.xz = $(DL_FROM)/asix-4.4.0.tar.xz
 
-$(DL_FILE)_MD5 = 3adbfc455f883d297e02cac2d8d2c40f
-
+$(DL_FILE)_MD5 = 4120bc9841d6a1b5b92af34103f16a06
 asix-4.4.0.tar.xz_MD5=633609e889de41554826e0e2cd7bffde
 
 install : $(TARGET)
@@ -86,6 +85,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        # Codel patches
        cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/compat-wireless_codel-avoid-a-nul-rec_inv_sqrt.patch
 
+       # compat-3.1 include a bogus cpufreq_backort
+       cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/compat-wireless-3.6.8-remove_3.1_cpufreq_backport.patch
+
        # Build ath5k only if target has pci
        cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/compat-wireless-3.5-build_ath5k_only_with_pci.patch