summaryrefslogtreecommitdiffstats
path: root/package/linux-atm
Commit message (Collapse)AuthorAgeFilesLines
* linux-atm: put all packages into their own submenusflorian2012-12-051-0/+1
| | | | | | | | | Now that we package individual tools as well, the list of ATM tools is pretty big to deserve its own submenu. Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34504 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux-atm: fix typo introduced in r34502florian2012-12-051-1/+1
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34503 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux-atm: package each available atm debug tool individuallyflorian2012-12-051-0/+31
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34502 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux-atm: create atm-debug-tools packageflorian2012-12-041-28/+36
| | | | | | | | | Instead of commenting the inclusion of some binaries, just make them available using a new package "atm-debug-tools." Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34477 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux-atm: factor common descriptionsflorian2012-12-041-10/+8
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34476 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] linux-atm: add portability fixesflorian2012-11-231-0/+60
| | | | | | | | Spotted while building against musl libc. Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34312 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [linux-atm] actually deploy atmarp and atmarpd and not just their libtool ↵blogic2012-11-211-1/+1
| | | | | | | | | | | wrapper due to a small error in the atm-tools package we are not deploying atmarp/atmarpd but instead the (useless) libtool-wrappers. Signed-Off-By: Frank Meerkötter <frank@meerkoetter.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34287 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [linux-atm]: shouldn't use kernel headers from userspacekaloz2012-11-181-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34246 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux-atm: fix offline postinstall for br2684ctljow2012-10-232-5/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33900 3c298f89-4303-0410-b956-a3cf2f4a3e73
* build: add the + token to any commands that can pass through the jobserver, ↵nbd2012-09-231-2/+2
| | | | | | fixes parallel build on some systems git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33523 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux-atm: enable parallel buildsnbd2012-09-151-2/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33418 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package: linux-atm: br2684ct: fix nas interface bringup on bootjogo2012-08-092-2/+10
| | | | | | | | | | | Give nas interface time to setup them selves before configuring them. Should fix #11826. Contributed by T-Labs, Deutsche Telekom Innovation Laboratories Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33074 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] linux-atm: remove defunct ipoa protocol supportjow2012-06-262-36/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32504 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/linux-atm: use new service wrappersnico2011-11-082-13/+32
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28867 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] linux-atm: don't fail if an PREFIX env var is setjow2011-07-261-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27779 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux-atm: package atm-diagnostics with atmdump, atmdiag, etc.hauke2011-04-091-1/+21
| | | | | | | | | | | | If your ISP is pushing their own DSL equipment (which many do to contain support costs), they won't be forthcoming with your various settings: encapsulation, VPI/VCI, etc. These you might have to discover yourself. The easiest way to do this is with atmdiag and atmdump. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26542 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux-atm: Solos card requires explicit buffer size to br2684ctlnbd2011-03-201-1/+4
| | | | | | | | | The default send buffer size of 8192 potentially can run past the end of the buffer (skb) and trash memory. Explicitly setting a limit is required. (Patch by Philip Prindeville) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26242 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux-atm: fix path to the correct objcopy toolnbd2011-02-012-1/+41
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25285 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] br2684ctl from linux-atmflorian2011-01-292-2/+82
| | | | | | Signed-off-by: Philip Prindeville <philipp_subx@redfish-solutions.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25225 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [linux-atm]blogic2011-01-222-23/+14
| | | | | | | | * bump to 2.5.2 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25067 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] linux-atm: parallel build fixflorian2010-07-241-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22383 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] fix linux-atm build failure on brcm63xx (and probably other ↵florian2010-04-121-2/+2
| | | | | | targets) (#7145) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20826 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux-atm: add the kernel include dir to the cflags and move the build dir ↵nbd2010-03-281-0/+3
| | | | | | to $(KERNEL_BUILD_DIR) to ensure that target specific ATM API changes are included git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20556 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux-atm: clean up package installation into stagingnbd2010-03-281-11/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20555 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/linux-atm: refresh patchesjuhosg2010-03-261-77/+45
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20469 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] linux-atm: fix compilation of 'qgen' host toolnico2010-03-231-5/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20387 3c298f89-4303-0410-b956-a3cf2f4a3e73
* actually fix linux-atmthepeople2010-03-152-4/+221
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20233 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fixup linux-atm package after the broken patch earlierthepeople2010-03-152-223/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20225 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] linux-atm: Update to stable version 2.5.1 from upstream projectthepeople2010-03-149-88889/+364
| | | | | | | | | | | | | | | | | 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
* linux-atm: Add libtool fixuplars2010-02-201-1/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19786 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [linux-atm] make linux-atm depend on its kernel modul atm.kohauke2010-02-201-0/+1
| | | | | | | This hopfully fixes bug #6709. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19780 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove 'svn:keywords' property, not needed anymore after [15242]nico2009-04-171-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15245 3c298f89-4303-0410-b956-a3cf2f4a3e73
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)nbd2009-04-171-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15242 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove uninstalldev templates (no longer necessary)nbd2007-12-251-5/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9906 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Use $(CP) instead of $(INSTALL_BIN) for binaries.nbd2007-12-091-1/+1
| | | | | | | Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9694 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix the remaining patch reject in 700-libtoolize.patch in linux-atmnbd2007-10-201-13/+40888
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9381 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fixed linux-atmblogic2007-10-201-40885/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9377 3c298f89-4303-0410-b956-a3cf2f4a3e73
* refresh linux-atm patchesnbd2007-10-208-290/+304
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9373 3c298f89-4303-0410-b956-a3cf2f4a3e73
* re-libtoolize linux-atm to fix random libname breakagenbd2007-10-202-0/+41865
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9365 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add $(STAGING_DIR) as argument to the InstallDev template and update ↵nbd2007-09-281-6/+6
| | | | | | packages accordingly - this way we can reuse InstallDev to automatically generate UninstallDev or create -dev packages git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9052 3c298f89-4303-0410-b956-a3cf2f4a3e73
* only build linux-atm if it's actually selectednbd2007-09-221-4/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8968 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove uneeded flags, fix shared lib installnico2007-09-221-3/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8943 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix autotools with the arpd directoryflorian2007-09-201-0/+39
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8883 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add support for IP over ATM florian2007-09-154-0/+148
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8782 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove automake prereq not needed anymore since [7011], use a separate ↵nico2007-09-071-12/+6
| | | | | | description, cleanup git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8658 3c298f89-4303-0410-b956-a3cf2f4a3e73
* refresh all package patches in the buildroot using quiltnbd2007-06-045-306/+519
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7490 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade to new version of br2684ctlnbd2007-04-206-1160/+164
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7011 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add file type autodetection for the unpack command and nuke PKG_CAT:= in ↵nbd2007-03-161-1/+0
| | | | | | lots of places git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6582 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a default for PKG_BUILD_DIR and PKG_INSTALL_DIR (will use ↵nbd2007-03-161-3/+0
| | | | | | KERNEL_BUILD_DIR if kernel.mk is included, BUILD_DIR otherwise) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6580 3c298f89-4303-0410-b956-a3cf2f4a3e73
* pass the CFLAGS through the environment on compile and fix a few packagesnbd2007-01-211-3/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6154 3c298f89-4303-0410-b956-a3cf2f4a3e73