This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via 3009db9c4e4b15535ac88b5cb3ec748694ac6978 (commit) from 6817e57ae4b05ae0ca99c1e7cdf14673f1f11bbd (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 3009db9c4e4b15535ac88b5cb3ec748694ac6978 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sat Jun 8 10:12:29 2013 +0200
compat-drivers: remove obsolte patch for arm.
-----------------------------------------------------------------------
Summary of changes: lfs/compat-drivers | 3 --- src/patches/compat-drivers-3.8-arm_missing_vmalloc.patch | 11 ----------- 2 files changed, 14 deletions(-) delete mode 100644 src/patches/compat-drivers-3.8-arm_missing_vmalloc.patch
Difference in files: diff --git a/lfs/compat-drivers b/lfs/compat-drivers index f23a6fc..ea2251a 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 d32008b..0000000 --- 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 <linux/bitops.h> - #include <linux/netdevice.h> - #include <linux/etherdevice.h> -+#include <linux/vmalloc.h> - - #include "alx_reg.h" - #include "alx_hw.h"
hooks/post-receive -- IPFire 2.x development tree