dahdi-linux: update to 2.11.1
authorDaniel Golle <daniel@makrotopia.org>
Sun, 12 Jun 2016 18:30:02 +0000 (20:30 +0200)
committerDaniel Golle <daniel@makrotopia.org>
Sun, 12 Jun 2016 18:30:28 +0000 (20:30 +0200)
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
libs/dahdi-linux/Makefile
libs/dahdi-linux/patches/001-include-slab-h-in-oct612x-user-c.patch [deleted file]

index daeaa738fc345c4f8bef14051911dada1097aa19..1c0c7d09d43075cadf0f1b97df063f651aea736e 100644 (file)
@@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk
 include $(INCLUDE_DIR)/kernel.mk
 
 PKG_NAME:=dahdi-linux
-PKG_VERSION:=2.10.2
-PKG_RELEASE:=2
+PKG_VERSION:=2.11.1
+PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://downloads.asterisk.org/pub/telephony/dahdi-linux/releases/
-PKG_MD5SUM:=0281de245f4fa056f765ae2a6e1f1a4b
+PKG_MD5SUM:=af96917e15eebc36519948133ec7e36b
 
 PKG_LICENSE:=GPL-2.0
 PKG_LICENSE_FILES:=LICENSE
diff --git a/libs/dahdi-linux/patches/001-include-slab-h-in-oct612x-user-c.patch b/libs/dahdi-linux/patches/001-include-slab-h-in-oct612x-user-c.patch
deleted file mode 100644 (file)
index 4099cc0..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/drivers/dahdi/oct612x/oct612x-user.c
-+++ b/drivers/dahdi/oct612x/oct612x-user.c
-@@ -22,6 +22,7 @@
- #include <linux/kernel.h>
- #include <linux/module.h>
-+#include <linux/slab.h>
- #include <dahdi/kernel.h>