aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/xway
Commit message (Collapse)AuthorAgeFilesLines
...
* lantiq: fix up default firmware selection for spanish and italian routersJohn Crispin2013-09-181-4/+4
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38039
* lantiq: add v3.10 patchesJohn Crispin2013-09-171-4/+0
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38031
* lantiq: add wifi eep to a803 dts fileJohn Crispin2013-09-171-0/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38030
* lantiq: add a subtarget for the xrx200 SoC familyJohn Crispin2013-09-175-53/+10
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38029
* lantiq: add (incomplete) support for Aztech GR7000Luka Perkov2013-08-061-0/+7
| | | | | | | | | | *) can not connect to switch chip *) only one usb port is working *) wifi is not working Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37712
* lantiq: several a803 related fixesJohn Crispin2013-08-051-1/+1
| | | | | | | | based on work from Matti Laasko that he posted in the wiki Signed-off-by: John Crispin <blogic@openwrt.or SVN-Revision: 37704
* lantiq: add profile for TP-Link TDW8970John Crispin2013-07-251-0/+11
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37542
* lantiq: add device tree support for arv4519pwLuka Perkov2013-07-051-0/+11
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37178
* lantiq: Tune the XWAY subtarget cflagsJohn Crispin2013-06-211-0/+1
| | | | | | | | | This patch sets the cflags -mtune=34kc -mdsp only in XWAY subtarget, while the others remain with mtune=mips32r2. Although the Danube has a Mips 24KEc core performs well with the above cflags. Signed-off-by: José Vázquez Fernández <ppvazquezfer@gmail.com> SVN-Revision: 37006
* lantiq: set mips16 support.John Crispin2013-06-211-1/+1
| | | | | | | | | | | Set mips16 support in XWAY subtarget. This patch is based in changeset #36600 Signed-off-by: José Vázquez Fernández <ppvazquezfer@gmail.com> Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37005
* target: don't build jffs2 nor images by defaultJonas Gorski2013-06-051-1/+1
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36863
* add VG3503J supportJohn Crispin2013-04-111-0/+8
| | | | | | | | | | | | | | | | | this adds basic support. the bootloader on these units is locked down. until we have a replacement we can do basic testing with these env variables in uboot. set update_openwrt erase 0xb0020000 0xb073ffff \;tftp 0x81000000 openwrt-lantiq-xway-VG3503J-squashfs.image\;cp.b 0x81000000 0xb0020000 \$(filesize) set bootcmd cp.b 0xb0020000 0x80002000 0x400000\; go 0x80002000 unfortunatley the bootloader ignores the bootcmd, so autobooting is not possible yet. you need to call "run bootcmd" by hand after each power cycle. please note that the vdsl firmware is non redistributable. you can find it in the GPL drop that BT provides. Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36315
* select vdsl packages on vr9 boardsJohn Crispin2013-03-142-1/+13
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36028
* add support for AudioCodes AC-252John Crispin2013-03-121-0/+9
| | | | | | | | | user-space support for extracting the EEPROM for the RaLink WiFi is still missing. Besides this, it's all working. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 35990
* Add support for ARV4518PW R01 and rename R01A.John Crispin2013-01-281-3/+15
| | | | | | | | | | | | There are two different versions of SMC7908A-ISP: R01 and R01A. R01 has an internal clock for PCI, meanwhile R01A has an external clock. This fixes: https://dev.openwrt.org/ticket/12884 Signed-off-by: John Crispin <blogic@openwrt.org> Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 35352
* dont use input layer for gpio buttonsJohn Crispin2012-12-211-1/+1
| | | | SVN-Revision: 34839
* minor tweaks to WBMR imageJohn Crispin2012-12-211-2/+2
| | | | SVN-Revision: 34835
* more devicetree fixesJohn Crispin2012-12-211-1/+10
| | | | SVN-Revision: 34824
* more board file fixesJohn Crispin2012-12-192-3/+26
| | | | SVN-Revision: 34788
* select hcd as a default package for the dgn3500John Crispin2012-12-151-2/+4
| | | | SVN-Revision: 34702
* add linux-v3.7John Crispin2012-12-156-17/+138
| | | | SVN-Revision: 34687
* add more profilesJohn Crispin2012-11-092-10/+25
| | | | SVN-Revision: 34131
* add mtd split and atm patchJohn Crispin2012-11-091-0/+1
| | | | SVN-Revision: 34129
* add support for arv7525John Crispin2012-11-061-0/+10
| | | | SVN-Revision: 34097
* add subtarget, as of 3.6 we dont seperate xway SoCJohn Crispin2012-11-023-0/+47
| | | | SVN-Revision: 34062
* rename xway profile to danube and remove ar9 specificsJohn Crispin2011-07-078-269/+0
| | | | SVN-Revision: 27535
* remove ar9 board from xway profilesJohn Crispin2011-07-073-23/+0
| | | | SVN-Revision: 27534
* get ready for 3.0John Crispin2011-07-061-0/+51
| | | | SVN-Revision: 27496
* * move patches around * add basic support for gigaset sx76xJohn Crispin2011-06-122-0/+12
| | | | SVN-Revision: 27158
* * fixes spi flash for ar9John Crispin2011-06-082-1/+13
| | | | | | * adds limited support for netgear dgn3500 (enough for others to start working with) SVN-Revision: 27137
* purge out CONFIG_CRYPTO* symbols out of target specific kernel configs since ↵Mirko Vogt2011-05-312-4/+0
| | | | | | OpenWrt is taking care of them SVN-Revision: 27036
* * backport 2.6.8 patches to .39 / .32.33John Crispin2011-05-293-10/+65
| | | | | | | | | * remove lqtapi * bump tapi/dsl to .39 * migrate to new ltq_ style api * add amazon_se support SVN-Revision: 27026
* * adds spi driver, thx danielJohn Crispin2011-03-291-0/+5
| | | | SVN-Revision: 26355
* * fix ARV7518PW supportJohn Crispin2011-03-291-0/+12
| | | | SVN-Revision: 26354
* * update kernel to .37 * add support for falcon (big thank you goes to ↵John Crispin2011-03-112-15/+33
| | | | | | lantiq !!) SVN-Revision: 26021
* * adds ath5k platform support * adds several new profilesJohn Crispin2011-02-041-0/+52
| | | | SVN-Revision: 25367
* * adds profiles to the kernel * fixes 2 compile errors in the usb driver * ↵John Crispin2011-02-015-3/+47
| | | | | | ioports were not allocated properly SVN-Revision: 25278
* * fix pci support for more than 1 device * fixes ioport mappings * adds ↵John Crispin2011-01-231-0/+3
| | | | | | | | 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-122-0/+32
working on all the devices previously supported by ifxmips, we will drop ifxmips support. SVN-Revision: 24526