]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - lfs/compat-drivers
kernel: enable misdn support on intel kernels.
[people/teissler/ipfire-2.x.git] / lfs / compat-drivers
index f23a6fc3c5df2708634dcf680c116b9ed79b0ba8..57a9b163ffc5d843a91821d9b89bdefe9ac11ec8 100644 (file)
@@ -29,7 +29,7 @@ VERSUFIX=ipfire$(KCFG)
 VER        = 3.8.3-2-snpu
 
 ifeq "$(KCFG)" "-xen"
-       KVER = 2.6.32.60
+       KVER = 2.6.32.61
 endif
 
 THISAPP    = compat-drivers-$(VER)
@@ -81,6 +81,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xaf $(DIR_DL)/$(DL_FILE)
        cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/compat-drivers-3.8-1-u-kref_get_unless_zero.patch
+       cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/compat-drivers-3.8.3-ath_ignore_eeprom_regdomain.patch
 
        # 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
@@ -119,9 +120,6 @@ ifeq "$(MACHINE_TYPE)" "arm"
        # disable video because it not build on Arm
        cd $(DIR_APP) && sed -i -e \
                "s/export CONFIG_COMPAT_VIDEO_MODULES=y//g" config.mk
-
-       # Add a missing vmalloc ti atx
-       cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/compat-drivers-3.8-arm_missing_vmalloc.patch
 endif
 
        # Erase some modules that are obsolete or moved to other path