Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | ar71xx: local mac support on the wndr3700 | Gabor Juhos | 2012-01-07 |
| | | | | | | | | | | | | | | The wndr3700 at least has no eth0 mac address and usually leverages the first wireless device's mac when in a bridged scenario. If, however, you want to route, and not bridge the interfaces, you need a unique mac address for it. This patch sets the local bit on the mac address pulled from the wireless chip and uses the resulting address for eth0. Patch-by: Dave Taht <dave.taht@gmail.com> SVN-Revision: 29675 | ||
* | generic: improve MIPS kexec support | Gabor Juhos | 2012-01-07 |
| | | | | | | | | | | | | | It is based on patches from the linux-longsoon-community git tree: http://dev.lemote.com/cgit/linux-loongson-community.git/ Now the kernel can use the command line parameter from kexec-tools. Runtime tested on ar71xx with 2.6.39.4 (the wathdog must be stopped before executing the new kernel). Compile tested with lantiq (3.1.4) and brcm47xx (3.0.12). SVN-Revision: 29674 | ||
* | ar71xx: fix sysupgrade on the TL-WR841N/ND v7 boards | Gabor Juhos | 2012-01-06 |
| | | | | SVN-Revision: 29672 | ||
* | ar71xx: add support for Redwave RW2458N | Gabor Juhos | 2012-01-06 |
| | | | | | | Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> SVN-Revision: 29669 | ||
* | ar71xx: fix RB-750 network configuration | Gabor Juhos | 2012-01-06 |
| | | | | SVN-Revision: 29668 | ||
* | ar71xx: fix sections mismatch warnings in the nand drivers | Gabor Juhos | 2012-01-05 |
| | | | | SVN-Revision: 29667 | ||
* | ar71xx: fix LED configuration on the RB-750 | Gabor Juhos | 2012-01-05 |
| | | | | SVN-Revision: 29666 | ||
* | ar71xx: create profile and build image for the ALFA AP96 board | Gabor Juhos | 2012-01-04 |
| | | | | SVN-Revision: 29663 | ||
* | ar71xx: add inital support for the ALFA Network AP96 board | Gabor Juhos | 2012-01-04 |
| | | | | | | | | The microSD slot and the Real Time Clock is not working yet. The miniPCIe interface is not tested due to the lack of a suitable card. SVN-Revision: 29662 | ||
* | ar71xx: specify console kernel parameter for the Compex boards | Gabor Juhos | 2012-01-04 |
| | | | | SVN-Revision: 29660 | ||
* | ar71xx: allow to use the command line hack on compex devices | Gabor Juhos | 2012-01-04 |
| | | | | SVN-Revision: 29659 | ||
* | ar71xx: use the TL-MR3x20 code for the TL-WR841N/ND v7 | Gabor Juhos | 2012-01-04 |
| | | | | | | | These models are based on the AP99 reference board, and uses the AR7241 SoC. SVN-Revision: 29658 | ||
* | ar71xx: show correct model name on TL-WA701N/ND boards | Gabor Juhos | 2012-01-04 |
| | | | | SVN-Revision: 29657 | ||
* | ar71xx: add profile and build image for the TL-WA701N/ND boards | Gabor Juhos | 2012-01-04 |
| | | | | SVN-Revision: 29656 | ||
* | ar71xx: fix network configuration for the TL-WA901N/ND boards | Gabor Juhos | 2012-01-04 |
| | | | | SVN-Revision: 29654 | ||
* | ar71xx: allow to use LAN LED on the TL-WA901N/ND boards | Gabor Juhos | 2012-01-04 |
| | | | | SVN-Revision: 29653 | ||
* | ar71xx: add default LED configuration for the TL-MR3020 | Gabor Juhos | 2012-01-04 |
| | | | | | | Also use the system LED for diagnostic. SVN-Revision: 29652 | ||
* | ar71xx: add support for TP-Link TL-MR3020 | Gabor Juhos | 2012-01-04 |
| | | | | | | | | | | | | | | | | | | | | | | | | This patch adds support for the TP-Link device TL-MR3020 which is very similiar to the TL-WR703N. The TL-MR3020 uses 5 LEDs, 1 push button and a switch with 3 positions. Only four LEDs can be controlled via GPIO. The power LED is connected to the power supply. The WPS push button has been mapped to KEY_WPS_BUTTON. The two GPIO signals of the sliding switch have been mapped to BTN_0 and BTN_1. I have also setup a wiki page with details here: http://wiki.openwrt.org/toh/tp-link/tl-mr3020 USB is working and has been tested with USB mass storage and USB UMTS stick. Wifi also seems to work. Ethernet is working too. Signed-off-by: Christian Cier-Zniewski <c.cier@gmx.de> SVN-Revision: 29651 | ||
* | ar71xx: use the new om-watchdog package for OM2P | Gabor Juhos | 2012-01-04 |
| | | | | | | Signed-off-by: Antonio Quartulli <ordex@autistici.org> SVN-Revision: 29648 | ||
* | ar71xx: add profile and build factory image for the Hornet-UB board | Gabor Juhos | 2012-01-01 |
| | | | | SVN-Revision: 29637 | ||
* | ar71xx: build images for the ALFA Network N2/N5 boards | Gabor Juhos | 2012-01-01 |
| | | | | SVN-Revision: 29636 | ||
* | ar71xx: add support for the ALFA Network N2/N5 boards | Gabor Juhos | 2012-01-01 |
| | | | | SVN-Revision: 29635 | ||
* | ar71xx: define LAN/WAN LEDs for the TL-WR741N/ND boards | Gabor Juhos | 2011-12-31 |
| | | | | SVN-Revision: 29631 | ||
* | ar71xx: enable SWCONFIG_LEDS | Gabor Juhos | 2011-12-31 |
| | | | | SVN-Revision: 29630 | ||
* | ar71xx: ag71xx: implement get_port_{link,stats} callbacks | Gabor Juhos | 2011-12-31 |
| | | | | SVN-Revision: 29626 | ||
* | ar71xx: fix LEDs on the WRT400N | Gabor Juhos | 2011-12-31 |
| | | | | SVN-Revision: 29624 | ||
* | ar71xx: enable sysupgrade support for airrouter | Gabor Juhos | 2011-12-27 |
| | | | | | | | | Works for me! ;-) Patch-by: Russell Senior <russell@personaltelco.net> SVN-Revision: 29614 | ||
* | ar71xx: fix sysupgrade on PB42/PB44 boards | Gabor Juhos | 2011-12-27 |
| | | | | SVN-Revision: 29613 | ||
* | ar71xx: set a reserved bit that resets to 1 when writing the address table ↵ | Felix Fietkau | 2011-12-22 |
| | | | | | | control register on the ar7240 switch (should fix #10547) SVN-Revision: 29598 | ||
* | ar71xx: add default network config for buffalo WZR-HP-G300NH2 and WZR-HP-G450H | Jonas Gorski | 2011-12-21 |
| | | | | | | Thanks netprince for reporting and testing. SVN-Revision: 29595 | ||
* | the mach file of the WZR-HP-G300NH2 accidentally claimed the mach id of the ↵ | Jo-Philipp Wich | 2011-12-21 |
| | | | | | | WZR-HP-AG300H, correct the id (#10649) SVN-Revision: 29593 | ||
* | ar71xx: add missing wireless led changes for wzr-hp-g300nh2 | Felix Fietkau | 2011-12-19 |
| | | | | SVN-Revision: 29568 | ||
* | ar71xx: add support for the wzr-hp-g300nh2 | Felix Fietkau | 2011-12-18 |
| | | | | | | Signed-off-by: Mark Deneen <mdeneen@gmail.com> SVN-Revision: 29567 | ||
* | ar71xx: use 64kraw template on more TP-Link boards | Gabor Juhos | 2011-12-17 |
| | | | | SVN-Revision: 29561 | ||
* | ar71xx: connect GMAC0 to the internal switch on DB120 | Gabor Juhos | 2011-12-15 |
| | | | | | | | | Because the external switch has no driver yet, connect GMAC0 to the PHY4 of the internal switch for now. This allows to use the DB120 board as a router with 4LAN+1WAN ports. SVN-Revision: 29557 | ||
* | ar71xx: add defines for the AR934X GMAC interface | Gabor Juhos | 2011-12-15 |
| | | | | SVN-Revision: 29556 | ||
* | ar71xx: fix GMAC1 interface speed on the DB120 board | Gabor Juhos | 2011-12-15 |
| | | | | SVN-Revision: 29555 | ||
* | ar71xx: ag71xx: fix switch port setup for AR934X | Gabor Juhos | 2011-12-15 |
| | | | | SVN-Revision: 29554 | ||
* | ar71xx: ag71xx: allow to connect PHY4 to the CPU on AR934X | Gabor Juhos | 2011-12-15 |
| | | | | SVN-Revision: 29553 | ||
* | ar71xx: ag71xx: setup switch interface mode on AR934X | Gabor Juhos | 2011-12-15 |
| | | | | SVN-Revision: 29552 | ||
* | ar71xx: ag71xx: detect the built-in switch of the AR934X SoCs | Gabor Juhos | 2011-12-15 |
| | | | | SVN-Revision: 29551 | ||
* | ar71xx: allow to attach the internal switch for AR934x | Gabor Juhos | 2011-12-15 |
| | | | | SVN-Revision: 29550 | ||
* | ar71xx: introduce ar71xx_switch_data | Gabor Juhos | 2011-12-15 |
| | | | | SVN-Revision: 29549 | ||
* | ar71xx: build images for TL-WR741N/ND v2 | Gabor Juhos | 2011-12-15 |
| | | | | SVN-Revision: 29548 | ||
* | ar71x: use raw squashfs images for TP-Link boards | Gabor Juhos | 2011-12-15 |
| | | | | SVN-Revision: 29547 | ||
* | ar71xx: create a template for using unpadded squashfs images | Gabor Juhos | 2011-12-15 |
| | | | | SVN-Revision: 29546 | ||
* | ar71xx: put squash image right after the kernel on TP-Link boards | Gabor Juhos | 2011-12-15 |
| | | | | SVN-Revision: 29545 | ||
* | ar71xx: tplinkpart: allow to detect JFFS2 as well | Gabor Juhos | 2011-12-15 |
| | | | | SVN-Revision: 29543 | ||
* | ar71xx: ag71xx: check PHY IDs before accessing the switch registers | Gabor Juhos | 2011-12-15 |
| | | | | SVN-Revision: 29541 | ||
* | ar71xx: ag71xx: don't use port 4 of the switch, it is not connected on ar724x | Gabor Juhos | 2011-12-15 |
| | | | | SVN-Revision: 29540 |