mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
upgrade to new version of br2684ctl
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7011 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -29654,517 +29654,6 @@
|
||||
@for file in $(DISTFILES); do \
|
||||
d=$(srcdir); \
|
||||
if test -d $$d/$$file; then \
|
||||
--- linux-atm-2.4.1.orig/src/br2684/Makefile.am
|
||||
+++ linux-atm-2.4.1/src/br2684/Makefile.am
|
||||
@@ -0,0 +1,10 @@
|
||||
+sbin_PROGRAMS = br2684ctl
|
||||
+
|
||||
+LDADD = $(top_builddir)/src/lib/libatm.la
|
||||
+
|
||||
+br2684ctl_SOURCES = br2684ctl.c
|
||||
+
|
||||
+man_MANS = br2684ctl.8
|
||||
+
|
||||
+EXTRA_DIST = $(man_MANS) USAGE.br2684
|
||||
+
|
||||
--- linux-atm-2.4.1.orig/src/br2684/Makefile.in
|
||||
+++ linux-atm-2.4.1/src/br2684/Makefile.in
|
||||
@@ -0,0 +1,418 @@
|
||||
+# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
|
||||
+
|
||||
+# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
|
||||
+# This Makefile.in is free software; the Free Software Foundation
|
||||
+# gives unlimited permission to copy and/or distribute it,
|
||||
+# with or without modifications, as long as this notice is preserved.
|
||||
+
|
||||
+# This program is distributed in the hope that it will be useful,
|
||||
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
+# PARTICULAR PURPOSE.
|
||||
+
|
||||
+
|
||||
+SHELL = @SHELL@
|
||||
+
|
||||
+srcdir = @srcdir@
|
||||
+top_srcdir = @top_srcdir@
|
||||
+VPATH = @srcdir@
|
||||
+prefix = @prefix@
|
||||
+exec_prefix = @exec_prefix@
|
||||
+
|
||||
+bindir = @bindir@
|
||||
+sbindir = @sbindir@
|
||||
+libexecdir = @libexecdir@
|
||||
+datadir = @datadir@
|
||||
+sysconfdir = @sysconfdir@
|
||||
+sharedstatedir = @sharedstatedir@
|
||||
+localstatedir = @localstatedir@
|
||||
+libdir = @libdir@
|
||||
+infodir = @infodir@
|
||||
+mandir = @mandir@
|
||||
+includedir = @includedir@
|
||||
+oldincludedir = /usr/include
|
||||
+
|
||||
+DESTDIR =
|
||||
+
|
||||
+pkgdatadir = $(datadir)/@PACKAGE@
|
||||
+pkglibdir = $(libdir)/@PACKAGE@
|
||||
+pkgincludedir = $(includedir)/@PACKAGE@
|
||||
+
|
||||
+top_builddir = ../..
|
||||
+
|
||||
+ACLOCAL = @ACLOCAL@
|
||||
+AUTOCONF = @AUTOCONF@
|
||||
+AUTOMAKE = @AUTOMAKE@
|
||||
+AUTOHEADER = @AUTOHEADER@
|
||||
+
|
||||
+INSTALL = @INSTALL@
|
||||
+INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
|
||||
+INSTALL_DATA = @INSTALL_DATA@
|
||||
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
+transform = @program_transform_name@
|
||||
+
|
||||
+NORMAL_INSTALL = :
|
||||
+PRE_INSTALL = :
|
||||
+POST_INSTALL = :
|
||||
+NORMAL_UNINSTALL = :
|
||||
+PRE_UNINSTALL = :
|
||||
+POST_UNINSTALL = :
|
||||
+host_alias = @host_alias@
|
||||
+host_triplet = @host@
|
||||
+AR = @AR@
|
||||
+AS = @AS@
|
||||
+CC = /usr/src/openwrt/staging_dir_mipsel/bin/mipsel-linux-gcc
|
||||
+CXX = @CXX@
|
||||
+CXXCPP = @CXXCPP@
|
||||
+DLLTOOL = @DLLTOOL@
|
||||
+ECHO = @ECHO@
|
||||
+EGREP = @EGREP@
|
||||
+EXEEXT = @EXEEXT@
|
||||
+F77 = @F77@
|
||||
+GCJ = @GCJ@
|
||||
+GCJFLAGS = @GCJFLAGS@
|
||||
+HAVE_LIB = @HAVE_LIB@
|
||||
+LEX = @LEX@
|
||||
+LIB = @LIB@
|
||||
+LIBTOOL = @LIBTOOL@
|
||||
+LIBTOOL_DEPS = @LIBTOOL_DEPS@
|
||||
+LIBVER_AGE = @LIBVER_AGE@
|
||||
+LIBVER_CURRENT = @LIBVER_CURRENT@
|
||||
+LIBVER_REVISION = @LIBVER_REVISION@
|
||||
+LN_S = @LN_S@
|
||||
+LTLIB = @LTLIB@
|
||||
+MAKEINFO = @MAKEINFO@
|
||||
+OBJDUMP = @OBJDUMP@
|
||||
+OBJEXT = @OBJEXT@
|
||||
+PACKAGE = @PACKAGE@
|
||||
+PERL = @PERL@
|
||||
+RANLIB = @RANLIB@
|
||||
+RC = @RC@
|
||||
+STRIP = @STRIP@
|
||||
+VERSION = @VERSION@
|
||||
+YACC = @YACC@
|
||||
+
|
||||
+sbin_PROGRAMS = br2684ctl
|
||||
+
|
||||
+LDADD = $(top_builddir)/src/lib/libatm.la
|
||||
+
|
||||
+br2684ctl_SOURCES = br2684ctl.c
|
||||
+
|
||||
+man_MANS = br2684ctl.8
|
||||
+
|
||||
+EXTRA_DIST = $(man_MANS) USAGE.br2684
|
||||
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
+CONFIG_HEADER = ../../config.h
|
||||
+CONFIG_CLEAN_FILES =
|
||||
+sbin_PROGRAMS = br2684ctl$(EXEEXT)
|
||||
+PROGRAMS = $(sbin_PROGRAMS)
|
||||
+
|
||||
+
|
||||
+DEFS = @DEFS@ -I. -I$(srcdir) -I../..
|
||||
+CPPFLAGS = @CPPFLAGS@
|
||||
+LDFLAGS = @LDFLAGS@
|
||||
+LIBS = @LIBS@
|
||||
+br2684ctl_OBJECTS = br2684ctl.$(OBJEXT)
|
||||
+br2684ctl_LDADD = $(LDADD)
|
||||
+br2684ctl_DEPENDENCIES = $(top_builddir)/src/lib/libatm.la
|
||||
+br2684ctl_LDFLAGS =
|
||||
+CFLAGS = @CFLAGS@
|
||||
+COMPILE = $(TARGET_CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||||
+LTCOMPILE = $(LIBTOOL) --mode=compile $(TARGET_CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||||
+CCLD = $(TARGET_CC)
|
||||
+LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
|
||||
+man8dir = $(mandir)/man8
|
||||
+MANS = $(man_MANS)
|
||||
+
|
||||
+NROFF = nroff
|
||||
+DIST_COMMON = Makefile.am Makefile.in
|
||||
+
|
||||
+
|
||||
+DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
|
||||
+
|
||||
+TAR = tar
|
||||
+GZIP_ENV = --best
|
||||
+DEP_FILES = .deps/br2684ctl.P
|
||||
+SOURCES = $(br2684ctl_SOURCES)
|
||||
+OBJECTS = $(br2684ctl_OBJECTS)
|
||||
+
|
||||
+all: all-redirect
|
||||
+.SUFFIXES:
|
||||
+.SUFFIXES: .S .c .lo .o .obj .s
|
||||
+$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
||||
+ cd $(top_srcdir) && $(AUTOMAKE) --gnu src/br2684/Makefile
|
||||
+
|
||||
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
|
||||
+ cd $(top_builddir) \
|
||||
+ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
||||
+
|
||||
+
|
||||
+mostlyclean-sbinPROGRAMS:
|
||||
+
|
||||
+clean-sbinPROGRAMS:
|
||||
+ -test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS)
|
||||
+
|
||||
+distclean-sbinPROGRAMS:
|
||||
+
|
||||
+maintainer-clean-sbinPROGRAMS:
|
||||
+
|
||||
+install-sbinPROGRAMS: $(sbin_PROGRAMS)
|
||||
+ @$(NORMAL_INSTALL)
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(sbindir)
|
||||
+ @list='$(sbin_PROGRAMS)'; for p in $$list; do \
|
||||
+ if test -f $$p; then \
|
||||
+ echo " $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(sbindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
|
||||
+ $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(sbindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
|
||||
+ else :; fi; \
|
||||
+ done
|
||||
+
|
||||
+uninstall-sbinPROGRAMS:
|
||||
+ @$(NORMAL_UNINSTALL)
|
||||
+ list='$(sbin_PROGRAMS)'; for p in $$list; do \
|
||||
+ rm -f $(DESTDIR)$(sbindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
|
||||
+ done
|
||||
+
|
||||
+# FIXME: We should only use cygpath when building on Windows,
|
||||
+# and only if it is available.
|
||||
+.c.obj:
|
||||
+ $(COMPILE) -c `cygpath -w $<`
|
||||
+
|
||||
+.s.o:
|
||||
+ $(COMPILE) -c $<
|
||||
+
|
||||
+.S.o:
|
||||
+ $(COMPILE) -c $<
|
||||
+
|
||||
+mostlyclean-compile:
|
||||
+ -rm -f *.o core *.core
|
||||
+ -rm -f *.$(OBJEXT)
|
||||
+
|
||||
+clean-compile:
|
||||
+
|
||||
+distclean-compile:
|
||||
+ -rm -f *.tab.c
|
||||
+
|
||||
+maintainer-clean-compile:
|
||||
+
|
||||
+.s.lo:
|
||||
+ $(LIBTOOL) --mode=compile $(COMPILE) -c $<
|
||||
+
|
||||
+.S.lo:
|
||||
+ $(LIBTOOL) --mode=compile $(COMPILE) -c $<
|
||||
+
|
||||
+mostlyclean-libtool:
|
||||
+ -rm -f *.lo
|
||||
+
|
||||
+clean-libtool:
|
||||
+ -rm -rf .libs _libs
|
||||
+
|
||||
+distclean-libtool:
|
||||
+
|
||||
+maintainer-clean-libtool:
|
||||
+
|
||||
+br2684ctl$(EXEEXT): $(br2684ctl_OBJECTS) $(br2684ctl_DEPENDENCIES)
|
||||
+ @rm -f br2684ctl$(EXEEXT)
|
||||
+ $(LINK) $(br2684ctl_LDFLAGS) $(br2684ctl_OBJECTS) $(br2684ctl_LDADD) $(LIBS)
|
||||
+
|
||||
+install-man8:
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(man8dir)
|
||||
+ @list='$(man8_MANS)'; \
|
||||
+ l2='$(man_MANS)'; for i in $$l2; do \
|
||||
+ case "$$i" in \
|
||||
+ *.8*) list="$$list $$i" ;; \
|
||||
+ esac; \
|
||||
+ done; \
|
||||
+ for i in $$list; do \
|
||||
+ if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
|
||||
+ else file=$$i; fi; \
|
||||
+ ext=`echo $$i | sed -e 's/^.*\\.//'`; \
|
||||
+ inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
|
||||
+ inst=`echo $$inst | sed '$(transform)'`.$$ext; \
|
||||
+ echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man8dir)/$$inst"; \
|
||||
+ $(INSTALL_DATA) $$file $(DESTDIR)$(man8dir)/$$inst; \
|
||||
+ done
|
||||
+
|
||||
+uninstall-man8:
|
||||
+ @list='$(man8_MANS)'; \
|
||||
+ l2='$(man_MANS)'; for i in $$l2; do \
|
||||
+ case "$$i" in \
|
||||
+ *.8*) list="$$list $$i" ;; \
|
||||
+ esac; \
|
||||
+ done; \
|
||||
+ for i in $$list; do \
|
||||
+ ext=`echo $$i | sed -e 's/^.*\\.//'`; \
|
||||
+ inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
|
||||
+ inst=`echo $$inst | sed '$(transform)'`.$$ext; \
|
||||
+ echo " rm -f $(DESTDIR)$(man8dir)/$$inst"; \
|
||||
+ rm -f $(DESTDIR)$(man8dir)/$$inst; \
|
||||
+ done
|
||||
+install-man: $(MANS)
|
||||
+ @$(NORMAL_INSTALL)
|
||||
+ $(MAKE) $(AM_MAKEFLAGS) install-man8
|
||||
+uninstall-man:
|
||||
+ @$(NORMAL_UNINSTALL)
|
||||
+ $(MAKE) $(AM_MAKEFLAGS) uninstall-man8
|
||||
+
|
||||
+tags: TAGS
|
||||
+
|
||||
+ID: $(HEADERS) $(SOURCES) $(LISP)
|
||||
+ list='$(SOURCES) $(HEADERS)'; \
|
||||
+ unique=`for i in $$list; do echo $$i; done | \
|
||||
+ awk ' { files[$$0] = 1; } \
|
||||
+ END { for (i in files) print i; }'`; \
|
||||
+ here=`pwd` && cd $(srcdir) \
|
||||
+ && mkid -f$$here/ID $$unique $(LISP)
|
||||
+
|
||||
+TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
|
||||
+ tags=; \
|
||||
+ here=`pwd`; \
|
||||
+ list='$(SOURCES) $(HEADERS)'; \
|
||||
+ unique=`for i in $$list; do echo $$i; done | \
|
||||
+ awk ' { files[$$0] = 1; } \
|
||||
+ END { for (i in files) print i; }'`; \
|
||||
+ test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
|
||||
+ || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags $$unique $(LISP))
|
||||
+
|
||||
+mostlyclean-tags:
|
||||
+
|
||||
+clean-tags:
|
||||
+
|
||||
+distclean-tags:
|
||||
+ -rm -f TAGS ID
|
||||
+
|
||||
+maintainer-clean-tags:
|
||||
+
|
||||
+distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
|
||||
+
|
||||
+subdir = src/br2684
|
||||
+
|
||||
+distdir: $(DISTFILES)
|
||||
+ here=`cd $(top_builddir) && pwd`; \
|
||||
+ top_distdir=`cd $(top_distdir) && pwd`; \
|
||||
+ distdir=`cd $(distdir) && pwd`; \
|
||||
+ cd $(top_srcdir) \
|
||||
+ && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/br2684/Makefile
|
||||
+ @for file in $(DISTFILES); do \
|
||||
+ d=$(srcdir); \
|
||||
+ if test -d $$d/$$file; then \
|
||||
+ cp -pr $$d/$$file $(distdir)/$$file; \
|
||||
+ else \
|
||||
+ test -f $(distdir)/$$file \
|
||||
+ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|
||||
+ || cp -p $$d/$$file $(distdir)/$$file || :; \
|
||||
+ fi; \
|
||||
+ done
|
||||
+
|
||||
+DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
|
||||
+
|
||||
+-include $(DEP_FILES)
|
||||
+
|
||||
+mostlyclean-depend:
|
||||
+
|
||||
+clean-depend:
|
||||
+
|
||||
+distclean-depend:
|
||||
+ -rm -rf .deps
|
||||
+
|
||||
+maintainer-clean-depend:
|
||||
+
|
||||
+%.o: %.c
|
||||
+ @echo '$(COMPILE) -c $<'; \
|
||||
+ $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
|
||||
+ @-cp .deps/$(*F).pp .deps/$(*F).P; \
|
||||
+ tr ' ' '\012' < .deps/$(*F).pp \
|
||||
+ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
|
||||
+ >> .deps/$(*F).P; \
|
||||
+ rm .deps/$(*F).pp
|
||||
+
|
||||
+%.lo: %.c
|
||||
+ @echo '$(LTCOMPILE) -c $<'; \
|
||||
+ $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
|
||||
+ @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
|
||||
+ < .deps/$(*F).pp > .deps/$(*F).P; \
|
||||
+ tr ' ' '\012' < .deps/$(*F).pp \
|
||||
+ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
|
||||
+ >> .deps/$(*F).P; \
|
||||
+ rm -f .deps/$(*F).pp
|
||||
+info-am:
|
||||
+info: info-am
|
||||
+dvi-am:
|
||||
+dvi: dvi-am
|
||||
+check-am: all-am
|
||||
+check: check-am
|
||||
+installcheck-am:
|
||||
+installcheck: installcheck-am
|
||||
+install-exec-am: install-sbinPROGRAMS
|
||||
+install-exec: install-exec-am
|
||||
+
|
||||
+install-data-am: install-man
|
||||
+install-data: install-data-am
|
||||
+
|
||||
+install-am: all-am
|
||||
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
||||
+install: install-am
|
||||
+uninstall-am: uninstall-sbinPROGRAMS uninstall-man
|
||||
+uninstall: uninstall-am
|
||||
+all-am: Makefile $(PROGRAMS) $(MANS)
|
||||
+all-redirect: all-am
|
||||
+install-strip:
|
||||
+ $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
|
||||
+installdirs:
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(sbindir) $(DESTDIR)$(mandir)/man8
|
||||
+
|
||||
+
|
||||
+mostlyclean-generic:
|
||||
+
|
||||
+clean-generic:
|
||||
+
|
||||
+distclean-generic:
|
||||
+ -rm -f Makefile $(CONFIG_CLEAN_FILES)
|
||||
+ -rm -f config.cache config.log stamp-h stamp-h[0-9]*
|
||||
+
|
||||
+maintainer-clean-generic:
|
||||
+mostlyclean-am: mostlyclean-sbinPROGRAMS mostlyclean-compile \
|
||||
+ mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
|
||||
+ mostlyclean-generic
|
||||
+
|
||||
+mostlyclean: mostlyclean-am
|
||||
+
|
||||
+clean-am: clean-sbinPROGRAMS clean-compile clean-libtool clean-tags \
|
||||
+ clean-depend clean-generic mostlyclean-am
|
||||
+
|
||||
+clean: clean-am
|
||||
+
|
||||
+distclean-am: distclean-sbinPROGRAMS distclean-compile \
|
||||
+ distclean-libtool distclean-tags distclean-depend \
|
||||
+ distclean-generic clean-am
|
||||
+ -rm -f libtool
|
||||
+
|
||||
+distclean: distclean-am
|
||||
+
|
||||
+maintainer-clean-am: maintainer-clean-sbinPROGRAMS \
|
||||
+ maintainer-clean-compile maintainer-clean-libtool \
|
||||
+ maintainer-clean-tags maintainer-clean-depend \
|
||||
+ maintainer-clean-generic distclean-am
|
||||
+ @echo "This command is intended for maintainers to use;"
|
||||
+ @echo "it deletes files that may require special tools to rebuild."
|
||||
+
|
||||
+maintainer-clean: maintainer-clean-am
|
||||
+
|
||||
+.PHONY: mostlyclean-sbinPROGRAMS distclean-sbinPROGRAMS \
|
||||
+clean-sbinPROGRAMS maintainer-clean-sbinPROGRAMS uninstall-sbinPROGRAMS \
|
||||
+install-sbinPROGRAMS mostlyclean-compile distclean-compile \
|
||||
+clean-compile maintainer-clean-compile mostlyclean-libtool \
|
||||
+distclean-libtool clean-libtool maintainer-clean-libtool install-man8 \
|
||||
+uninstall-man8 install-man uninstall-man tags mostlyclean-tags \
|
||||
+distclean-tags clean-tags maintainer-clean-tags distdir \
|
||||
+mostlyclean-depend distclean-depend clean-depend \
|
||||
+maintainer-clean-depend info-am info dvi-am dvi check check-am \
|
||||
+installcheck-am installcheck install-exec-am install-exec \
|
||||
+install-data-am install-data install-am install uninstall-am uninstall \
|
||||
+all-redirect all-am all installdirs mostlyclean-generic \
|
||||
+distclean-generic clean-generic maintainer-clean-generic clean \
|
||||
+mostlyclean distclean maintainer-clean
|
||||
+
|
||||
+
|
||||
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
+# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
+.NOEXPORT:
|
||||
--- linux-atm-2.4.1.orig/src/br2684/br2684ctl.8
|
||||
+++ linux-atm-2.4.1/src/br2684/br2684ctl.8
|
||||
@@ -0,0 +1,74 @@
|
||||
+.\"
|
||||
+.TH br2684ctl 1 "7 Jul 2003"
|
||||
+.SH NAME
|
||||
+br2684ctl \- RFC1483/2684 Bridge Daemon
|
||||
+.SH SYNOPSIS
|
||||
+.B br2684ctl
|
||||
+[
|
||||
+.BI \-b
|
||||
+] [[
|
||||
+.BI \-c\ n
|
||||
+] [
|
||||
+.BI \-e\ 0|1
|
||||
+] [
|
||||
+.BI \-s\ sndbuf
|
||||
+] [
|
||||
+.BI \-a\ [itf].vpi.vci
|
||||
+]] ...
|
||||
+.SH PARAMETERS
|
||||
+.TP 15
|
||||
+.BI \-a\ [itf].vpi.vci
|
||||
+ATM PVC number, VPI and VCI. (Required)
|
||||
+.BI \-b
|
||||
+Puts the process in the background.
|
||||
+.TP 15
|
||||
+.BI \-c\ n
|
||||
+br2684 interface number such as 0, 1, ... (Required)
|
||||
+.TP 15
|
||||
+.BI \-e\ 0|1
|
||||
+Encapsulation method: 0=LLC, 1=VC mux (the default is 0 or LLC)
|
||||
+.TP 15
|
||||
+.TP 15
|
||||
+.BI \-s\ sndbuf
|
||||
+Send buffer size. Default is 8192.
|
||||
+.SH DESCRIPTION
|
||||
+br2684ctl handles RFC1483/2684 bridged PDUs.
|
||||
+This is most often used in ADSL scenarios where
|
||||
+.I usually
|
||||
+the subscribers'
|
||||
+ethernet traffic is encapsulated in ATM AAL5 (by bridging ADSL modems)
|
||||
+according to RFC2684.
|
||||
+The subscriber-side ADSL modem can be external with an ethernet connector
|
||||
+or an internal ADSL card in a PC.
|
||||
+RFC1483 has been obsoleted by RFC2684.
|
||||
+
|
||||
+For example it is possible to set up your Linux box to handle several
|
||||
+ATM PVC's with bridged-1483 (sometimes referred as SNAP) encapsulation.
|
||||
+The Linux network stack might provide DHCP, IP masquerading, IP firewall services or
|
||||
+bridge the Ethernet frames just like it had several ethernet interfaces.
|
||||
+In fact it can have several (logical) ethernet interfaces, where
|
||||
+ATM is just used as a carrier.
|
||||
+.SH USAGE
|
||||
+br2684ctl creates a new network interface named nas[n]
|
||||
+which is bound to an specific ATM PVC. It requires two mandatory
|
||||
+arguments: -c, the interface number, and -a, the ATM PVC. It should be
|
||||
+noted that the order of the command arguments matter; -c should be
|
||||
+followed by -a. You can create as many interfaces as necessary
|
||||
+in one go, just make a long command line ;)
|
||||
+
|
||||
+For example, following command will create a nas0 interface which uses
|
||||
+the ATM PVC with VPI=0 and VCI=401. You need to configure the PVC connection
|
||||
+0.401 on the ATM switch manually.
|
||||
+
|
||||
+% br2684ctl -c 0 -a 0.401
|
||||
+
|
||||
+The command will only create a new interface nas0.
|
||||
+Next step is to assign an IP address and netmask to
|
||||
+the interface nas0 using the ifconfig command. Using ifconfig, you can
|
||||
+also assign a Ethernet MAC address to the interface nas0, if necessary.
|
||||
+
|
||||
+% ifconfig nas0 192.168.2.1 netmask 255.255.255.0
|
||||
+.SH NOTES
|
||||
+This man page is based on a tutorial by by Joonbum Byun <jbyun@megaxess.com>
|
||||
+.SH SEE ALSO
|
||||
+.BR qos (7)
|
||||
--- linux-atm-2.4.1.orig/doc/Makefile.in
|
||||
+++ linux-atm-2.4.1/doc/Makefile.in
|
||||
@@ -1,4 +1,4 @@
|
||||
@@ -30808,88 +30297,6 @@
|
||||
++#endif /* __KERNEL__ */
|
||||
++
|
||||
++#endif
|
||||
--- linux-atm-2.4.1.orig/debian/README.br2684
|
||||
+++ linux-atm-2.4.1/debian/README.br2684
|
||||
@@ -0,0 +1,79 @@
|
||||
+README.br2684
|
||||
+~~~~~~~~~~~~~
|
||||
+
|
||||
+The linux-atm CVS includes a program called br2684 which can be used
|
||||
+to configure br2684 ATM bridging. On request (#216663), the Debian
|
||||
+maintainer included br2684 in the source package.
|
||||
+
|
||||
+This was done in a way that separates the - unreleased CVS snapshot -
|
||||
+br2684 program into its own binary package so avoid shipping
|
||||
+released and unreleased software in the same binary package.
|
||||
+
|
||||
+The modified source package (2.4.1-10) was rejected by Debian
|
||||
+ftpmaster because he found the package too small to warrant its own
|
||||
+.deb.
|
||||
+
|
||||
+Hence, atm-tools-br2684 is not built any more.
|
||||
+
|
||||
+You can, however, build your own atm-tools-br2684 package from the
|
||||
+official Debian source package by following this "script".
|
||||
+
|
||||
+(0)
|
||||
+Install all build dependencies plus autoconf, libtool, automake. If
|
||||
+#219936 is still unfixed, copy /usr/bin/autoreconf to a local
|
||||
+directory and apply the following patch after changing "+@@" to "@@"
|
||||
+in the first line (this was inserted to be able to feed this readme to
|
||||
+patch to apply the patch given in (1).
|
||||
+
|
||||
+--- /usr/bin/autoreconf
|
||||
++++ autoreconf
|
||||
++@@ -183,7 +183,7 @@
|
||||
+ {
|
||||
+ $autoconf .= ' --force';
|
||||
+ $autoheader .= ' --force';
|
||||
+- $automake .= ' --force-missing';
|
||||
++ $automake .= '';
|
||||
+ $autopoint .= ' --force';
|
||||
+ $libtoolize .= ' --force';
|
||||
+ }
|
||||
+
|
||||
+(1) Apply the following patch
|
||||
+--- configure.in.orig
|
||||
++++ configure.in
|
||||
+@@ -152,6 +152,7 @@
|
||||
+ m4/Makefile \
|
||||
+ src/Makefile \
|
||||
+ src/include/Makefile \
|
||||
++ src/br2684/Makefile \
|
||||
+ src/lib/Makefile \
|
||||
+ src/test/Makefile \
|
||||
+ src/debug/Makefile \
|
||||
+--- debian/rules.orig
|
||||
++++ debian/rules
|
||||
+@@ -11,7 +11,7 @@
|
||||
+ export PACKAGE=linux-atm
|
||||
+
|
||||
+ buildindeppackages=atm-dev
|
||||
+-buildarchpackages=atm-tools libatm1 libatm1-dev
|
||||
++buildarchpackages=atm-tools atm-tools-br2684 libatm1 libatm1-dev
|
||||
+
|
||||
+ # generate -ppackage1 -ppackage2 ... commandline for debhelper
|
||||
+ dhbuildarchpackages=$(addprefix -p,$(buildarchpackages))
|
||||
+--- src/Makefile.am.orig
|
||||
++++ src/Makefile.am
|
||||
+@@ -1,3 +1,3 @@
|
||||
+ SUBDIRS = include lib test debug qgen saal sigd maint arpd ilmid man led lane \
|
||||
+- mpoad switch config extra
|
||||
++ mpoad switch config extra br2684
|
||||
+
|
||||
+
|
||||
+(2)
|
||||
+Invoke autoreconf -f -i
|
||||
+
|
||||
+(3)
|
||||
+create your own changelog entry and your own local version number
|
||||
+
|
||||
+(4)
|
||||
+Build the package as usual
|
||||
+
|
||||
+Marc Haber, 2003-11-05
|
||||
--- linux-atm-2.4.1.orig/debian/control
|
||||
+++ linux-atm-2.4.1/debian/control
|
||||
@@ -0,0 +1,57 @@
|
||||
@@ -30950,11 +30357,6 @@
|
||||
+ Transfer Mode) related programs.
|
||||
+ .
|
||||
+ Homepage: http://linux-atm.sourceforge.net/
|
||||
--- linux-atm-2.4.1.orig/debian/atm-tools-br2684.dirs
|
||||
+++ linux-atm-2.4.1/debian/atm-tools-br2684.dirs
|
||||
@@ -0,0 +1,2 @@
|
||||
+usr/sbin
|
||||
+usr/share/man/man8
|
||||
--- linux-atm-2.4.1.orig/debian/rules
|
||||
+++ linux-atm-2.4.1/debian/rules
|
||||
@@ -0,0 +1,136 @@
|
||||
|
||||
Reference in New Issue
Block a user