]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/compat-wireless
kernel: bump package release.
[ipfire-2.x.git] / lfs / compat-wireless
index 24ad75bbfbd3f780124d96148e15909be6b7f387..6c6b7911999aa06eb0a54ca1c591a8e1ae1f3bdf 100644 (file)
@@ -26,10 +26,10 @@ include Config
 
 VERSUFIX=ipfire$(KCFG)
 
-VER        = 3.5-3-snpc
+VER        = 3.6.6-1-snp
 
 ifeq "$(KCFG)" "-xen"
-       KVER = 2.6.32.59
+       KVER = 2.6.32.60
 endif
 
 THISAPP    = compat-wireless-$(VER)
@@ -47,7 +47,8 @@ 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 = 66f27eed39aacd567f67025305273cd7
+$(DL_FILE)_MD5 = e20f1b5a50095cf3483fd171ea9d3f92
+
 asix-4.4.0.tar.xz_MD5=633609e889de41554826e0e2cd7bffde
 
 install : $(TARGET)
@@ -82,6 +83,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        # kfifo has no license info and taints kernel
        cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/compat-wireless-2.6.39_kfifo_module_info.patch
 
+       # Codel patches
+       cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/compat-wireless_codel-avoid-a-nul-rec_inv_sqrt.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
 
@@ -113,7 +117,7 @@ endif
                KMODPATH_ARG='INSTALL_MOD_PATH=' KMODDIR=kernel install-modules
 
        # Install firmware udev files...
-       cd $(DIR_APP)/udev && install -m 644 50-compat_firmware.rules /etc/udev/rules.d/
+       cd $(DIR_APP)/udev && install -m 644 50-compat_firmware.rules /lib/udev/rules.d/
        cd $(DIR_APP)/udev && install -m 755 compat_firmware.sh /lib/udev/
 
        -rm -rf $(DIR_APP)