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/500-reenable_arpd.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/500-reenable_arpd.patch')
-rw-r--r-- | package/linux-atm/patches/500-reenable_arpd.patch | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/package/linux-atm/patches/500-reenable_arpd.patch b/package/linux-atm/patches/500-reenable_arpd.patch deleted file mode 100644 index 8815862d63..0000000000 --- a/package/linux-atm/patches/500-reenable_arpd.patch +++ /dev/null @@ -1,53 +0,0 @@ -Index: linux-atm-2.4.1/configure -=================================================================== ---- linux-atm-2.4.1.orig/configure 2007-10-20 19:19:17.578630228 +0200 -+++ linux-atm-2.4.1/configure 2007-10-20 19:19:18.630690180 +0200 -@@ -8825,7 +8825,7 @@ - fi; - - -- ac_config_files="$ac_config_files Makefile doc/Makefile m4/Makefile src/Makefile src/include/Makefile src/lib/Makefile" -+ ac_config_files="$ac_config_files Makefile doc/Makefile m4/Makefile src/Makefile src/include/Makefile src/lib/Makefile src/arpd/Makefile" - cat >confcache <<\_ACEOF - # This file is a shell script that caches the results of configure - # tests run on this system so they can be shared between configure -@@ -9367,6 +9367,7 @@ - "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; - "src/include/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/include/Makefile" ;; - "src/lib/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/lib/Makefile" ;; -+ "src/arpd/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/arpd/Makefile" ;; - "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;; - "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; - *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 -Index: linux-atm-2.4.1/configure.in -=================================================================== ---- linux-atm-2.4.1.orig/configure.in 2007-10-20 19:19:16.214552491 +0200 -+++ linux-atm-2.4.1/configure.in 2007-10-20 19:19:18.642690862 +0200 -@@ -153,5 +153,6 @@ - src/Makefile \ - src/include/Makefile \ - src/lib/Makefile \ -+ src/arpd/Makefile \ - ) - -Index: linux-atm-2.4.1/src/Makefile.am -=================================================================== ---- linux-atm-2.4.1.orig/src/Makefile.am 2007-10-20 19:19:16.218552720 +0200 -+++ linux-atm-2.4.1/src/Makefile.am 2007-10-20 19:19:18.650691320 +0200 -@@ -1,2 +1,2 @@ --SUBDIRS = include lib -+SUBDIRS = include lib arpd - -Index: linux-atm-2.4.1/src/Makefile.in -=================================================================== ---- linux-atm-2.4.1.orig/src/Makefile.in 2007-10-20 19:19:17.650634330 +0200 -+++ linux-atm-2.4.1/src/Makefile.in 2007-10-20 19:19:18.678692917 +0200 -@@ -96,7 +96,7 @@ - VERSION = @VERSION@ - YACC = @YACC@ - --SUBDIRS = include lib -+SUBDIRS = include lib arpd - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = ../config.h - CONFIG_CLEAN_FILES = |