summaryrefslogtreecommitdiff
path: root/package/linux-atm/patches/400-stdint_local_instead_of_host.patch
diff options
context:
space:
mode:
authorTravis Kemen <thepeople@openwrt.org>2010-03-14 18:58:33 +0000
committerTravis Kemen <thepeople@openwrt.org>2010-03-14 18:58:33 +0000
commit6457d3458670010a9967a8aaf0c7c6c72a7136b6 (patch)
treef5ec10778223f6ca4474fb3154f7c6d07c088eaa /package/linux-atm/patches/400-stdint_local_instead_of_host.patch
parent80d6e3b245e91544a6f070e92bcb3ed5b3883d03 (diff)
downloadmtk-20170518-6457d3458670010a9967a8aaf0c7c6c72a7136b6.zip
mtk-20170518-6457d3458670010a9967a8aaf0c7c6c72a7136b6.tar.gz
mtk-20170518-6457d3458670010a9967a8aaf0c7c6c72a7136b6.tar.bz2
linux-atm: Update to stable version 2.5.1 from upstream project
This commit integrates the upstream version of the linux-atm tools version 2.5.1. It simplify the patchset but keeps the debian-patches, prevent the usage of libflex on the target, and let the package compiles every tools. The Makefile only installs atmarp & atmarpd, but some useful debug programs are also included (like aread/awrite, atmdump,...) in the makefile, but commented by default. Signed-off-by: Obinou <obconseil@gmail.com> SVN-Revision: 20216
Diffstat (limited to 'package/linux-atm/patches/400-stdint_local_instead_of_host.patch')
-rw-r--r--package/linux-atm/patches/400-stdint_local_instead_of_host.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/package/linux-atm/patches/400-stdint_local_instead_of_host.patch b/package/linux-atm/patches/400-stdint_local_instead_of_host.patch
deleted file mode 100644
index b4db87e..0000000
--- a/package/linux-atm/patches/400-stdint_local_instead_of_host.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: linux-atm-2.4.1/src/include/stdint.h
-===================================================================
---- linux-atm-2.4.1.orig/src/include/stdint.h 2007-10-20 19:19:10.194209414 +0200
-+++ linux-atm-2.4.1/src/include/stdint.h 2007-10-20 19:19:18.282670346 +0200
-@@ -6,7 +6,7 @@
-
- #if __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 1
-
--#include "/usr/include/stdint.h"
-+#include_next <stdint.h>
-
- #elif __GLIBC__ >= 2
-