From: Arne Fitzenreiter Date: Sat, 8 Jun 2013 08:12:29 +0000 (+0200) Subject: compat-drivers: remove obsolte patch for arm. X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=commitdiff_plain;h=3009db9c4e4b15535ac88b5cb3ec748694ac6978 compat-drivers: remove obsolte patch for arm. --- diff --git a/lfs/compat-drivers b/lfs/compat-drivers index f23a6fc3c..ea2251a27 100644 --- a/lfs/compat-drivers +++ b/lfs/compat-drivers @@ -119,9 +119,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 diff --git a/src/patches/compat-drivers-3.8-arm_missing_vmalloc.patch b/src/patches/compat-drivers-3.8-arm_missing_vmalloc.patch deleted file mode 100644 index d32008bb4..000000000 --- a/src/patches/compat-drivers-3.8-arm_missing_vmalloc.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -Naur compat-drivers-3.8-1-u.org/drivers/net/ethernet/atheros/alx/alx_main.c compat-drivers-3.8-1-u/drivers/net/ethernet/atheros/alx/alx_main.c ---- compat-drivers-3.8-1-u.org/drivers/net/ethernet/atheros/alx/alx_main.c 2013-02-20 14:24:50.000000000 +0100 -+++ compat-drivers-3.8-1-u/drivers/net/ethernet/atheros/alx/alx_main.c 2013-03-03 12:41:04.000000000 +0100 -@@ -26,6 +26,7 @@ - #include - #include - #include -+#include - - #include "alx_reg.h" - #include "alx_hw.h"