aboutsummaryrefslogtreecommitdiffstats
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
commit4becdf7e77c1f407e8fe59c5f608584ec882a4bb (patch)
treee1efdb4b1dc98c8c26a09e7b2e61d9a0a84db8c9 /package/linux-atm/patches/400-stdint_local_instead_of_host.patch
parente9b2c3c8bb20ff79fa4c79f5e3d16f00afa11295 (diff)
downloadupstream-4becdf7e77c1f407e8fe59c5f608584ec882a4bb.tar.gz
upstream-4becdf7e77c1f407e8fe59c5f608584ec882a4bb.tar.bz2
upstream-4becdf7e77c1f407e8fe59c5f608584ec882a4bb.zip
[package] 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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20216 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 b4db87e624..0000000000
--- 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
-