summaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/image
Commit message (Collapse)AuthorAgeFilesLines
* cleanup image makefileJohn Crispin2012-03-251-174/+44
| | | | SVN-Revision: 31063
* bump kernel to 3.2.12John Crispin2012-03-252-5/+85
| | | | SVN-Revision: 31060
* Support booting the Speedport W502V using BRN-BOOT.John Crispin2012-02-141-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | While the disadvantage is less available flash space, it's easy and safe to flash without opening the device. Going back to the original firmware is also possible. This patch add two firmware utilities, mkbrncmdline and mkbrnboot. mkbrncmdline patches the uncompressed kernel so the registeres a0 to a3 are initialized and the memory size is passed in. mkbrnboot takes the lzma compressed kernel and squashfs images and creates a firmware image that can be flashed using the BRN-BOOT recovery kernel, which is booted by holding both buttons when powering up the device and will listen on http://192.168.2.1. The firmware file from bin/lantiq/ to use is openwrt-lantiq-danube-ARV4525PW-BRNDTW502-brnImage The BRN-BOOT recovery kernel does size-check the image, so if it's too big to fit into flash it will complain accordingly. A second patch is needed to make the wired network interface work since there is no u-boot to pre-initialise it. Signed-off-by: Tobias Diedrich <ranma+openwrt@tdiedrich.de> SVN-Revision: 30532
* add support for more lantiq AR9 boardsJohn Crispin2011-07-191-1/+11
| | | | SVN-Revision: 27694
* * add gigasx76x updateJohn Crispin2011-07-171-0/+18
| | | | | | | | | | | * rebase patches * add arv752DPW arv7525PD * fixes gpio_keys Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 27665
* fix generation of falcon images for profilesJohn Crispin2011-07-071-0/+16
| | | | SVN-Revision: 27550
* replace all references to xway with danubeJohn Crispin2011-07-071-1/+1
| | | | SVN-Revision: 27538
* fix lantiq image makefile to represent new split between ar9 and danubeJohn Crispin2011-07-071-9/+20
| | | | SVN-Revision: 27537
* update lantiq/falcon patchesJohn Crispin2011-07-031-1/+1
| | | | SVN-Revision: 27406
* * move patches around * add basic support for gigaset sx76xJohn Crispin2011-06-121-0/+10
| | | | SVN-Revision: 27158
* * fixes spi flash for ar9John Crispin2011-06-081-0/+10
| | | | | | * adds limited support for netgear dgn3500 (enough for others to start working with) SVN-Revision: 27137
* * backport 2.6.8 patches to .39 / .32.33John Crispin2011-05-291-2/+24
| | | | | | | | | * remove lqtapi * bump tapi/dsl to .39 * migrate to new ltq_ style api * add amazon_se support SVN-Revision: 27026
* * fix ARV7518PW supportJohn Crispin2011-03-291-0/+8
| | | | SVN-Revision: 26354
* * fixes arv4510 board support * fixes nor swizzle hack * fixes gpio ↵John Crispin2011-03-141-0/+8
| | | | | | .can_sleep * fixes compile warning inside pci driver SVN-Revision: 26157
* * update kernel to .37 * add support for falcon (big thank you goes to ↵John Crispin2011-03-111-3/+15
| | | | | | lantiq !!) SVN-Revision: 26021
* * adds ath5k platform support * adds several new profilesJohn Crispin2011-02-041-2/+34
| | | | SVN-Revision: 25367
* * adds profiles to the kernel * fixes 2 compile errors in the usb driver * ↵John Crispin2011-02-011-5/+41
| | | | | | ioports were not allocated properly SVN-Revision: 25278
* * adds arv4518pw mach support * fixes arv4525pw * make sure all mach names ↵John Crispin2011-01-231-4/+10
| | | | | | have the same style * move code around SVN-Revision: 25075
* adds machtype for ARV7518PWJohn Crispin2011-01-231-0/+2
| | | | SVN-Revision: 25074
* * fix pci support for more than 1 device * fixes ioport mappings * adds ↵John Crispin2011-01-231-0/+2
| | | | | | | | support for arcor easybox 803/arv752DWP22 * gpio direction was not set properly during a gpio_request() * usb compile warning bugfix, cleanup, SVN-Revision: 25072
* adds new lantiq kernel. once the codebase is fully tested and know to be ↵John Crispin2010-12-121-0/+89
working on all the devices previously supported by ifxmips, we will drop ifxmips support. SVN-Revision: 24526