diff options
author | Travis Kemen <thepeople@openwrt.org> | 2010-03-14 18:58:33 +0000 |
---|---|---|
committer | Travis Kemen <thepeople@openwrt.org> | 2010-03-14 18:58:33 +0000 |
commit | 6457d3458670010a9967a8aaf0c7c6c72a7136b6 (patch) | |
tree | f5ec10778223f6ca4474fb3154f7c6d07c088eaa /package/linux-atm/patches/600-arpd_includes.patch | |
parent | 80d6e3b245e91544a6f070e92bcb3ed5b3883d03 (diff) | |
download | upstream-6457d3458670010a9967a8aaf0c7c6c72a7136b6.tar.gz upstream-6457d3458670010a9967a8aaf0c7c6c72a7136b6.tar.bz2 upstream-6457d3458670010a9967a8aaf0c7c6c72a7136b6.zip |
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/600-arpd_includes.patch')
-rw-r--r-- | package/linux-atm/patches/600-arpd_includes.patch | 42 |
1 files changed, 0 insertions, 42 deletions
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 <sys/types.h> - #include <sys/socket.h> /* for linux/if_arp.h */ - #include <netinet/in.h> /* for ntohs, etc. */ --#define _LINUX_NETDEVICE_H /* very crude hack for glibc2 */ - #include <linux/if_arp.h> - #include <linux/if_ether.h> - #include <atm.h> -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 <sys/types.h> - #include <sys/socket.h> - #include <sys/ioctl.h> --#include <net/if.h> -+#include <linux/if.h> - #include <netinet/in.h> - #include <atm.h> - #include <linux/atmclip.h> /* for CLIP_DEFAULT_IDLETIMER */ - #include <linux/atmarp.h> --#define _LINUX_NETDEVICE_H /* glibc2 */ - #include <linux/if_arp.h> - - #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 <sys/types.h> - #include <linux/atmclip.h> - #include <sys/socket.h> --#define _LINUX_NETDEVICE_H /* glibc2 */ - #include <linux/if_arp.h> - - #include "atmd.h" |