summaryrefslogtreecommitdiffstats
path: root/package/linux-atm
Commit message (Collapse)AuthorAgeFilesLines
* linux-atm: Solos card requires explicit buffer size to br2684ctlFelix Fietkau2011-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) SVN-Revision: 26242
* linux-atm: fix path to the correct objcopy toolFelix Fietkau2011-02-012-1/+41
| | | | SVN-Revision: 25285
* br2684ctl from linux-atmFlorian Fainelli2011-01-292-2/+82
| | | | | | Signed-off-by: Philip Prindeville <philipp_subx@redfish-solutions.com> SVN-Revision: 25225
* * bump to 2.5.2John Crispin2011-01-222-23/+14
| | | | SVN-Revision: 25067
* linux-atm: parallel build fixFlorian Fainelli2010-07-241-4/+4
| | | | SVN-Revision: 22383
* fix linux-atm build failure on brcm63xx (and probably other targets) (#7145)Florian Fainelli2010-04-121-2/+2
| | | | SVN-Revision: 20826
* linux-atm: add the kernel include dir to the cflags and move the build dir ↵Felix Fietkau2010-03-281-0/+3
| | | | | | to $(KERNEL_BUILD_DIR) to ensure that target specific ATM API changes are included SVN-Revision: 20556
* linux-atm: clean up package installation into stagingFelix Fietkau2010-03-281-11/+8
| | | | SVN-Revision: 20555
* package/linux-atm: refresh patchesGabor Juhos2010-03-261-77/+45
| | | | SVN-Revision: 20469
* linux-atm: fix compilation of 'qgen' host toolNicolas Thill2010-03-231-5/+4
| | | | SVN-Revision: 20387
* actually fix linux-atmTravis Kemen2010-03-152-4/+221
| | | | SVN-Revision: 20233
* fixup linux-atm package after the broken patch earlierTravis Kemen2010-03-152-223/+8
| | | | SVN-Revision: 20225
* linux-atm: Update to stable version 2.5.1 from upstream projectTravis Kemen2010-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> SVN-Revision: 20216
* linux-atm: Add libtool fixupLars-Peter Clausen2010-02-201-1/+3
| | | | SVN-Revision: 19786
* make linux-atm depend on its kernel modul atm.koHauke Mehrtens2010-02-201-0/+1
| | | | | | This hopfully fixes bug #6709. SVN-Revision: 19780
* remove 'svn:keywords' property, not needed anymore after [15242]Nicolas Thill2009-04-171-1/+1
| | | | SVN-Revision: 15245
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)Felix Fietkau2009-04-171-1/+0
| | | | SVN-Revision: 15242
* remove uninstalldev templates (no longer necessary)Felix Fietkau2007-12-251-5/+0
| | | | SVN-Revision: 9906
* Use $(CP) instead of $(INSTALL_BIN) for binaries.Felix Fietkau2007-12-091-1/+1
| | | | | | Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net> SVN-Revision: 9694
* fix the remaining patch reject in 700-libtoolize.patch in linux-atmFelix Fietkau2007-10-201-13/+40888
| | | | SVN-Revision: 9381
* fixed linux-atmJohn Crispin2007-10-201-40885/+9
| | | | SVN-Revision: 9377
* refresh linux-atm patchesFelix Fietkau2007-10-208-290/+304
| | | | SVN-Revision: 9373
* re-libtoolize linux-atm to fix random libname breakageFelix Fietkau2007-10-202-0/+41865
| | | | SVN-Revision: 9365
* add $(STAGING_DIR) as argument to the InstallDev template and update ↵Felix Fietkau2007-09-281-6/+6
| | | | | | packages accordingly - this way we can reuse InstallDev to automatically generate UninstallDev or create -dev packages SVN-Revision: 9052
* only build linux-atm if it's actually selectedFelix Fietkau2007-09-221-4/+6
| | | | SVN-Revision: 8968
* remove uneeded flags, fix shared lib installNicolas Thill2007-09-221-3/+1
| | | | SVN-Revision: 8943
* Fix autotools with the arpd directoryFlorian Fainelli2007-09-201-0/+39
| | | | SVN-Revision: 8883
* Add support for IP over ATMFlorian Fainelli2007-09-154-0/+148
| | | | SVN-Revision: 8782
* remove automake prereq not needed anymore since [7011], use a separate ↵Nicolas Thill2007-09-071-12/+6
| | | | | | description, cleanup SVN-Revision: 8658
* refresh all package patches in the buildroot using quiltFelix Fietkau2007-06-045-306/+519
| | | | SVN-Revision: 7490
* upgrade to new version of br2684ctlFelix Fietkau2007-04-206-1160/+164
| | | | SVN-Revision: 7011
* add file type autodetection for the unpack command and nuke PKG_CAT:= in ↵Felix Fietkau2007-03-161-1/+0
| | | | | | lots of places SVN-Revision: 6582
* add a default for PKG_BUILD_DIR and PKG_INSTALL_DIR (will use ↵Felix Fietkau2007-03-161-3/+0
| | | | | | KERNEL_BUILD_DIR if kernel.mk is included, BUILD_DIR otherwise) SVN-Revision: 6580
* pass the CFLAGS through the environment on compile and fix a few packagesFelix Fietkau2007-01-211-3/+4
| | | | SVN-Revision: 6154
* replace lots of manual install commands with INSTALL_* variablesFelix Fietkau2006-11-231-4/+4
| | | | SVN-Revision: 5624
* Change automake-1.4 to automake (#952)Florian Fainelli2006-11-121-2/+2
| | | | SVN-Revision: 5516
* Add automake-1.4 host tool dependency to linux-atm (#910)Florian Fainelli2006-11-041-0/+4
| | | | SVN-Revision: 5447
* finally move buildroot-ng to trunkFelix Fietkau2016-03-207-0/+47887