summaryrefslogtreecommitdiff
path: root/package/linux-atm/Makefile
AgeCommit message (Collapse)Author
2010-04-12[package] fix linux-atm build failure on brcm63xx (and probably other ↵florian
targets) (#7145) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20826 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-28linux-atm: add the kernel include dir to the cflags and move the build dir ↵nbd
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
2010-03-28linux-atm: clean up package installation into stagingnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20555 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-23[package] linux-atm: fix compilation of 'qgen' host toolnico
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20387 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-15actually fix linux-atmthepeople
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20233 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-15fixup linux-atm package after the broken patch earlierthepeople
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20225 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-14[package] linux-atm: Update to stable version 2.5.1 from upstream projectthepeople
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
2010-02-20linux-atm: Add libtool fixuplars
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19786 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-20[linux-atm] make linux-atm depend on its kernel modul atm.kohauke
This hopfully fixes bug #6709. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19780 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-17get rid of $Id$ - it has never helped us and it has broken too many patches ;)nbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15242 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-25remove uninstalldev templates (no longer necessary)nbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9906 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-09Use $(CP) instead of $(INSTALL_BIN) for binaries.nbd
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
2007-10-20re-libtoolize linux-atm to fix random libname breakagenbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9365 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-28add $(STAGING_DIR) as argument to the InstallDev template and update ↵nbd
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
2007-09-22only build linux-atm if it's actually selectednbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8968 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-22remove uneeded flags, fix shared lib installnico
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8943 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-15Add support for IP over ATM florian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8782 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-07remove automake prereq not needed anymore since [7011], use a separate ↵nico
description, cleanup git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8658 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-04-20upgrade to new version of br2684ctlnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7011 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-03-16add file type autodetection for the unpack command and nuke PKG_CAT:= in ↵nbd
lots of places git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6582 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-03-16add a default for PKG_BUILD_DIR and PKG_INSTALL_DIR (will use ↵nbd
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
2007-01-21pass the CFLAGS through the environment on compile and fix a few packagesnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6154 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-23replace lots of manual install commands with INSTALL_* variablesnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5624 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-12Change automake-1.4 to automake (#952)florian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5516 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-04Add automake-1.4 host tool dependency to linux-atm (#910)florian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5447 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-09-24new (last?) attempt at standardizing Makefilesnico
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4855 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-09-23standardize Makefilenico
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4843 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-08-18Fix/clean several hundred package makefilesmbm
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4603 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-08-04more cleanup (make sure to pass TARGET_PATH and not just TARGET_CC)mbm
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4432 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-06-27credit where credit is duembm
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4091 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-06-21add INCLUDE_DIR variable for $(TOPDIR)/includenbd
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4033 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-06-21build system cleanup. move shared include files into $(TOPDIR)/include, move ↵nbd
lzma, mkfs.* into toolchain/ git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4032 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-06-18rename br2684.init to br2684.hotplug, normalize Makefile.nico
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3996 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-06-18prevent autoheader invocation, clean autotools patch.nico
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3978 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-05-30convert linux-atm to new formatnbd
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3846 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-02-12go back to previous behavior of copying only libatm.so.1 (not dereferencing ↵nbd
the symlink) git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3222 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-02-07Fixed user-space br2684ctl to be more verbose, also copy all the libatm ↵florian
dependencies. git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3179 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-02-01change cp to $(CP)mbm
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3112 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-11-19hotplug-based network script rewritenbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2531 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-11-07fix br2684ctl installnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2366 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-10-22lots of small package changes and dependency cleanups for the V= stuffnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2230 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-08-23split linux-atm, br2684ctl, add br2684 init scriptnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1733 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-08-22really fix the linux-atm packagenbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1725 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-08-22fix linux-atm buildnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1723 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-08-22force automake invocationnico
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1717 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-08-19fix br2684 build, set common include and lib searchpatch,nico
install dev stuff in staging_dir git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1699 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-08-12(hopefully) fix dsl driver, add linux-atm packagenbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1614 3c298f89-4303-0410-b956-a3cf2f4a3e73