summaryrefslogtreecommitdiffstats
path: root/package/ar7-atm
Commit message (Collapse)AuthorAgeFilesLines
* [AR7] updated DSL driver and firmware (closes #2532)matteo2008-01-056-93/+98
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10118 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar7-atm: updated the firmware image (#2532)matteo2007-10-241-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9426 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix sangam DSL build with 2.6.23 kernelmatteo2007-10-041-61/+80
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9119 3c298f89-4303-0410-b956-a3cf2f4a3e73
* major target cleanup. it is now possible to have subtargets that can ↵nbd2007-09-081-1/+1
| | | | | | override many target settings, including arch - merge adm5120, adm5120eb. target profiles still need to be adapted for subtargets git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8694 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move package description to a separate definition, remove it when ↵nico2007-09-071-6/+17
| | | | | | DESCRIPTION=TITLE git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8659 3c298f89-4303-0410-b956-a3cf2f4a3e73
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵nbd2007-09-061-1/+1
| | | | | | (the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8653 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use a default VERSION field for kmod packagesnico2007-09-021-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8575 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update sangam-atm driver to 07.02.01.00 (closes: #2177, thanks to Matteo Croce)nico2007-08-185-80/+80
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8426 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix ar7 dsl driver panic (closes: #2140, thanks to Matteo Croce)nico2007-08-011-30/+28
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8303 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update ar7 to 2.6.22.1 (thanks to Matteo Croce for his great help)nico2007-07-271-6/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8189 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add ar7-atm fixes by DerAgo, also fix compilation (the use of dumb inlining ↵florian2007-07-243-0/+71
| | | | | | in prototypes caused it to fail) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8140 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Remove reference to old ar7-2.4 codeflorian2007-06-181-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7667 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix ar7 compilenbd2007-05-241-0/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7331 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix objects linking order (#1643)florian2007-05-081-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7140 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Make only on ar7 platforms.malbon2007-04-241-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7041 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add new ar7 dsl driver (thanks, matteo), mark ar7-2.4 as broken and enable ↵nbd2007-04-203-26/+731
| | | | | | ar7-2.6 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7020 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/+1
| | | | | | 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
* cleanup, nuke obsolete 'Kernel drivers' category, convert remaining kmod ↵nbd2007-01-201-1/+1
| | | | | | packages to KernelPackage interface git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6136 3c298f89-4303-0410-b956-a3cf2f4a3e73
* replace lots of manual install commands with INSTALL_* variablesnbd2006-11-231-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5624 3c298f89-4303-0410-b956-a3cf2f4a3e73
* implement target profiles in menuconfignbd2006-11-121-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5512 3c298f89-4303-0410-b956-a3cf2f4a3e73
* convert ar7-atm to KernelPackage templatenbd2006-10-241-18/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5277 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix tiatm compilenbd2006-10-241-0/+28
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5275 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move the ar7 adsl driver into a separate package directory with external ↵nbd2006-10-171-0/+68
build and source download git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5185 3c298f89-4303-0410-b956-a3cf2f4a3e73