diff options
author | thepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-03-14 18:58:33 +0000 |
---|---|---|
committer | thepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-03-14 18:58:33 +0000 |
commit | b69c2d4576bdd106b93c746953ea30c6b9319233 (patch) | |
tree | e1efdb4b1dc98c8c26a09e7b2e61d9a0a84db8c9 /package/linux-atm/patches/500-reenable_arpd.patch | |
parent | 30c92b33901240425bd35779b16ac2e364c547dd (diff) |
[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/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 8815862d6..000000000 --- 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 = |