From 4becdf7e77c1f407e8fe59c5f608584ec882a4bb Mon Sep 17 00:00:00 2001 From: Travis Kemen Date: Sun, 14 Mar 2010 18:58:33 +0000 Subject: [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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20216 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../patches/400-stdint_local_instead_of_host.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 package/linux-atm/patches/400-stdint_local_instead_of_host.patch (limited to 'package/linux-atm/patches/400-stdint_local_instead_of_host.patch') 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 - - #elif __GLIBC__ >= 2 - -- cgit v1.2.3