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 --- package/linux-atm/patches/600-arpd_includes.patch | 42 ----------------------- 1 file changed, 42 deletions(-) delete mode 100644 package/linux-atm/patches/600-arpd_includes.patch (limited to 'package/linux-atm/patches/600-arpd_includes.patch') diff --git a/package/linux-atm/patches/600-arpd_includes.patch b/package/linux-atm/patches/600-arpd_includes.patch deleted file mode 100644 index 1a74ecf81c..0000000000 --- a/package/linux-atm/patches/600-arpd_includes.patch +++ /dev/null @@ -1,42 +0,0 @@ -Index: linux-atm-2.4.1/src/arpd/arp.c -=================================================================== ---- linux-atm-2.4.1.orig/src/arpd/arp.c 2007-10-20 19:19:10.002198470 +0200 -+++ linux-atm-2.4.1/src/arpd/arp.c 2007-10-20 19:19:19.138719139 +0200 -@@ -15,7 +15,6 @@ - #include - #include /* for linux/if_arp.h */ - #include /* for ntohs, etc. */ --#define _LINUX_NETDEVICE_H /* very crude hack for glibc2 */ - #include - #include - #include -Index: linux-atm-2.4.1/src/arpd/io.c -=================================================================== ---- linux-atm-2.4.1.orig/src/arpd/io.c 2007-10-20 19:19:09.994198016 +0200 -+++ linux-atm-2.4.1/src/arpd/io.c 2007-10-20 19:19:19.154720039 +0200 -@@ -16,12 +16,11 @@ - #include - #include - #include --#include -+#include - #include - #include - #include /* for CLIP_DEFAULT_IDLETIMER */ - #include --#define _LINUX_NETDEVICE_H /* glibc2 */ - #include - - #include "atmd.h" -Index: linux-atm-2.4.1/src/arpd/itf.c -=================================================================== ---- linux-atm-2.4.1.orig/src/arpd/itf.c 2007-10-20 19:19:10.010198930 +0200 -+++ linux-atm-2.4.1/src/arpd/itf.c 2007-10-20 19:19:19.186721859 +0200 -@@ -12,7 +12,6 @@ - #include - #include - #include --#define _LINUX_NETDEVICE_H /* glibc2 */ - #include - - #include "atmd.h" -- cgit v1.2.3