Commit Graph

40 Commits (5e48d47dfe7134080ef13fddb506a461d109a2de)

Author SHA1 Message Date
Jo-Philipp Wich 20d62f8e5f linux-atm: don't fail if an PREFIX env var is set
SVN-Revision: 27779
13 years ago
Hauke Mehrtens cdd51194ca linux-atm: package atm-diagnostics with atmdump, atmdiag, etc.
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>

SVN-Revision: 26542
13 years ago
Felix Fietkau 7b7242564a linux-atm: Solos card requires explicit buffer size to br2684ctl
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
13 years ago
Felix Fietkau 9766980174 linux-atm: fix path to the correct objcopy tool
SVN-Revision: 25285
14 years ago
Florian Fainelli 3810bdf320 br2684ctl from linux-atm
Signed-off-by: Philip Prindeville <philipp_subx@redfish-solutions.com>

SVN-Revision: 25225
14 years ago
John Crispin deb9a1f3e7 * bump to 2.5.2
SVN-Revision: 25067
14 years ago
Florian Fainelli ad126a54f4 linux-atm: parallel build fix
SVN-Revision: 22383
14 years ago
Florian Fainelli b54bf53833 fix linux-atm build failure on brcm63xx (and probably other targets) (#7145)
SVN-Revision: 20826
14 years ago
Felix Fietkau 8da4498a27 linux-atm: add the kernel include dir to the cflags and move the build dir to $(KERNEL_BUILD_DIR) to ensure that target specific ATM API changes are included
SVN-Revision: 20556
14 years ago
Felix Fietkau 1c036e4c7e linux-atm: clean up package installation into staging
SVN-Revision: 20555
14 years ago
Gabor Juhos 15bed86ba6 package/linux-atm: refresh patches
SVN-Revision: 20469
14 years ago
Nicolas Thill 4e0681e1db linux-atm: fix compilation of 'qgen' host tool
SVN-Revision: 20387
14 years ago
Travis Kemen 04c3691df1 actually fix linux-atm
SVN-Revision: 20233
14 years ago
Travis Kemen 95e564124c fixup linux-atm package after the broken patch earlier
SVN-Revision: 20225
14 years ago
Travis Kemen 6457d34586 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
14 years ago
Lars-Peter Clausen 07c499f101 linux-atm: Add libtool fixup
SVN-Revision: 19786
14 years ago
Hauke Mehrtens 42d947f5ba make linux-atm depend on its kernel modul atm.ko
This hopfully fixes bug #6709.

SVN-Revision: 19780
14 years ago
Nicolas Thill 028efe57a7 remove 'svn:keywords' property, not needed anymore after [15242]
SVN-Revision: 15245
15 years ago
Felix Fietkau 34939cad39 get rid of $Id$ - it has never helped us and it has broken too many patches ;)
SVN-Revision: 15242
15 years ago
Felix Fietkau 2a45adfcda remove uninstalldev templates (no longer necessary)
SVN-Revision: 9906
17 years ago
Felix Fietkau 93575b53a7 Use $(CP) instead of $(INSTALL_BIN) for binaries.
Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net>

SVN-Revision: 9694
17 years ago
Felix Fietkau 999846802f fix the remaining patch reject in 700-libtoolize.patch in linux-atm
SVN-Revision: 9381
17 years ago
John Crispin d529f387c4 fixed linux-atm
SVN-Revision: 9377
17 years ago
Felix Fietkau 19613342e2 refresh linux-atm patches
SVN-Revision: 9373
17 years ago
Felix Fietkau bd3402a740 re-libtoolize linux-atm to fix random libname breakage
SVN-Revision: 9365
17 years ago
Felix Fietkau 969ac7459e add $(STAGING_DIR) as argument to the InstallDev template and update packages accordingly - this way we can reuse InstallDev to automatically generate UninstallDev or create -dev packages
SVN-Revision: 9052
17 years ago
Felix Fietkau 059b0d3c54 only build linux-atm if it's actually selected
SVN-Revision: 8968
17 years ago
Nicolas Thill 0d81bea7e3 remove uneeded flags, fix shared lib install
SVN-Revision: 8943
17 years ago
Florian Fainelli fbc7e5e4fc Fix autotools with the arpd directory
SVN-Revision: 8883
17 years ago
Florian Fainelli ea48798b9f Add support for IP over ATM
SVN-Revision: 8782
17 years ago
Nicolas Thill 3e2f44481f remove automake prereq not needed anymore since [7011], use a separate description, cleanup
SVN-Revision: 8658
17 years ago
Felix Fietkau 9114220553 refresh all package patches in the buildroot using quilt
SVN-Revision: 7490
17 years ago
Felix Fietkau ae925a8f72 upgrade to new version of br2684ctl
SVN-Revision: 7011
17 years ago
Felix Fietkau 24faf55360 add file type autodetection for the unpack command and nuke PKG_CAT:= in lots of places
SVN-Revision: 6582
17 years ago
Felix Fietkau 1d307eea87 add a default for PKG_BUILD_DIR and PKG_INSTALL_DIR (will use KERNEL_BUILD_DIR if kernel.mk is included, BUILD_DIR otherwise)
SVN-Revision: 6580
17 years ago
Felix Fietkau 3133fefe06 pass the CFLAGS through the environment on compile and fix a few packages
SVN-Revision: 6154
18 years ago
Felix Fietkau c2211dc51e replace lots of manual install commands with INSTALL_* variables
SVN-Revision: 5624
18 years ago
Florian Fainelli b6e15f180b Change automake-1.4 to automake (#952)
SVN-Revision: 5516
18 years ago
Florian Fainelli bbf8e1ffce Add automake-1.4 host tool dependency to linux-atm (#910)
SVN-Revision: 5447
18 years ago
Felix Fietkau 60c1f0f64d finally move buildroot-ng to trunk 8 years ago