aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* ar71xx: allow to specify max read size for m25p80Gabor Juhos2012-01-071-0/+112
| | | | | | | | | | | | | | | Reading from the flash chip on the TL-WR2543ND seems buggy. If the SPI flash driver tries to read too much data in one SPI transfer, the flash chip returns bogus values. This can be caused by a buggy flash chip on my board, or it can be a bug in our SPI driver. Add a workaround to the m25p80 driver until I find out the root cause of the problem. The patch allows to specify the maximum numner of bytes which can be read safely withint one SPI transfer. SVN-Revision: 29679
* generic: add driver for the RTL8367R/M switchesGabor Juhos2012-01-078-0/+1955
| | | | SVN-Revision: 29678
* generic: rtl8366: preparing for RTL8367 supportGabor Juhos2012-01-074-9/+17
| | | | | | | | * make clock delay configurable * make read,write commands configurable * use u16 for member and untag fields SVN-Revision: 29677
* generic: rtl8366_smi: add timeout messageGabor Juhos2012-01-071-2/+4
| | | | SVN-Revision: 29676
* ar71xx: local mac support on the wndr3700Gabor Juhos2012-01-071-2/+13
| | | | | | | | | | | | | | 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 supportGabor Juhos2012-01-0719-1/+3553
| | | | | | | | | | | | | 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 boardsGabor Juhos2012-01-061-0/+1
| | | | SVN-Revision: 29672
* openssl: bump to v1.0.0f (CVE-2011-4108, CVE-2011-4576, CVE-2011-4577, ↵Jo-Philipp Wich2012-01-061-3/+3
| | | | | | CVE-2011-4619, CVE-2012-0027) SVN-Revision: 29670
* ar71xx: add support for Redwave RW2458NGabor Juhos2012-01-0610-0/+143
| | | | | | Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> SVN-Revision: 29669
* ar71xx: fix RB-750 network configurationGabor Juhos2012-01-061-1/+1
| | | | SVN-Revision: 29668
* ar71xx: fix sections mismatch warnings in the nand driversGabor Juhos2012-01-052-2/+2
| | | | SVN-Revision: 29667
* ar71xx: fix LED configuration on the RB-750Gabor Juhos2012-01-051-1/+5
| | | | SVN-Revision: 29666
* package/kernel: add package for the PCF2123 RTC driverGabor Juhos2012-01-041-0/+16
| | | | SVN-Revision: 29664
* ar71xx: create profile and build image for the ALFA AP96 boardGabor Juhos2012-01-042-0/+18
| | | | SVN-Revision: 29663
* ar71xx: add inital support for the ALFA Network AP96 boardGabor Juhos2012-01-048-1/+172
| | | | | | | | 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 boardsGabor Juhos2012-01-041-7/+9
| | | | SVN-Revision: 29660
* ar71xx: allow to use the command line hack on compex devicesGabor Juhos2012-01-041-29/+31
| | | | SVN-Revision: 29659
* ar71xx: use the TL-MR3x20 code for the TL-WR841N/ND v7Gabor Juhos2012-01-046-13/+40
| | | | | | | 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 boardsGabor Juhos2012-01-041-0/+3
| | | | SVN-Revision: 29657
* ar71xx: add profile and build image for the TL-WA701N/ND boardsGabor Juhos2012-01-042-0/+17
| | | | SVN-Revision: 29656
* firmware-utils/mktplinkfw: add support for TL-WA701N/NDGabor Juhos2012-01-041-0/+6
| | | | SVN-Revision: 29655
* ar71xx: fix network configuration for the TL-WA901N/ND boardsGabor Juhos2012-01-041-5/+1
| | | | SVN-Revision: 29654
* ar71xx: allow to use LAN LED on the TL-WA901N/ND boardsGabor Juhos2012-01-042-0/+15
| | | | SVN-Revision: 29653
* ar71xx: add default LED configuration for the TL-MR3020Gabor Juhos2012-01-042-0/+6
| | | | | | Also use the system LED for diagnostic. SVN-Revision: 29652
* ar71xx: add support for TP-Link TL-MR3020Gabor Juhos2012-01-0410-0/+160
| | | | | | | | | | | | | | | | | | | | | | | | 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
* firmware-utils/mktplinkfw: add support for TL-MR3020Gabor Juhos2012-01-041-0/+6
| | | | | | Signed-off-by: Christian Cier-Zniewski <c.cier@gmx.de> SVN-Revision: 29650
* package: remove the om2p-watchdog packageGabor Juhos2012-01-043-73/+0
| | | | | | Signed-off-by: Antonio Quartulli <ordex@autistici.org> SVN-Revision: 29649
* ar71xx: use the new om-watchdog package for OM2PGabor Juhos2012-01-041-1/+1
| | | | | | Signed-off-by: Antonio Quartulli <ordex@autistici.org> SVN-Revision: 29648
* package: add om-watchdog packageGabor Juhos2012-01-043-0/+82
| | | | | | | | | | om2p-watchdog package is OM2P specific. However a similar watchdog mechanism exists on OM1P as well. This new package wants to substitute om2p-watchdog with a new one which is suitable either for OM1P and OM2P. Signed-off-by: Antonio Quartulli <ordex@autistici.org> SVN-Revision: 29647
* disable UCLIBC_HAS_XLOCALE and UCLIB_HAS_GLIBC_DIGIT_GROUPING if BUILD_NLS ↵Jo-Philipp Wich2012-01-041-0/+2
| | | | | | is on (#10735) SVN-Revision: 29646
* add CT target and TTL/HL match+targetJo-Philipp Wich2012-01-041-0/+4
| | | | | | | | This patch adds the CT target for conntrack (enables manipulation of conntrack events and supercedes NOTRACK) as well as the TTL/HL target and match. SVN-Revision: 29645
* remove current RTSP supportJo-Philipp Wich2012-01-0411-12299/+0
| | | | SVN-Revision: 29643
* backport upstream commit e1738bd9cecc5c867b0e2996470c1ff20f66ba79 to ↵Jo-Philipp Wich2012-01-032-0/+82
| | | | | | affected kernels (#9802) commit 8efa88540635 (sch_sfq: avoid giving spurious NET_XMIT_CN signals) forgot to call qdisc_tree_decrease_qlen() to signal upper levels that a packet (from another flow) was dropped, leading to various problems. SVN-Revision: 29642
* ar71xx: add profile and build factory image for the Hornet-UB boardGabor Juhos2012-01-012-13/+24
| | | | SVN-Revision: 29637
* ar71xx: build images for the ALFA Network N2/N5 boardsGabor Juhos2012-01-012-0/+41
| | | | SVN-Revision: 29636
* ar71xx: add support for the ALFA Network N2/N5 boardsGabor Juhos2012-01-0110-0/+183
| | | | SVN-Revision: 29635
* iwinfo: factor txpower offset into info display output, recompile if driver ↵Jo-Philipp Wich2012-01-012-2/+13
| | | | | | selection changes SVN-Revision: 29634
* if CONFIG_BUILD_NLS is selected, compile uClibc with locale supportJo-Philipp Wich2012-01-012-1/+2
| | | | SVN-Revision: 29633
* ar71xx: define LAN/WAN LEDs for the TL-WR741N/ND boardsGabor Juhos2011-12-313-6/+103
| | | | SVN-Revision: 29631
* ar71xx: enable SWCONFIG_LEDSGabor Juhos2011-12-311-0/+1
| | | | SVN-Revision: 29630
* package/base-files: add support for the switch LED triggerGabor Juhos2011-12-312-1/+9
| | | | SVN-Revision: 29629
* package/base-files: use case statement in led init scriptGabor Juhos2011-12-311-15/+27
| | | | SVN-Revision: 29628
* kernel: swconfig: introduce a generic switch LED triggerGabor Juhos2011-12-319-3/+385
| | | | SVN-Revision: 29627
* ar71xx: ag71xx: implement get_port_{link,stats} callbacksGabor Juhos2011-12-311-0/+142
| | | | SVN-Revision: 29626
* kernel: swconfig: add get_port_{link,stats} callbacksGabor Juhos2011-12-311-0/+26
| | | | SVN-Revision: 29625
* ar71xx: fix LEDs on the WRT400NGabor Juhos2011-12-312-12/+13
| | | | SVN-Revision: 29624
* ramips: rt288x: add support for the Belkin F5D8235-4 v1 boardGabor Juhos2011-12-2811-1/+184
| | | | | | Patch-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> SVN-Revision: 29617
* ramips: rt288x: change base address and window size of flash bank 0Gabor Juhos2011-12-281-2/+2
| | | | SVN-Revision: 29616
* ramips: rt305x: add support for the ALFA Networks W502U (R36) boardGabor Juhos2011-12-2813-3/+166
| | | | SVN-Revision: 29615
* ar71xx: enable sysupgrade support for airrouterGabor Juhos2011-12-271-0/+1
| | | | | | | | Works for me! ;-) Patch-by: Russell Senior <russell@personaltelco.net> SVN-Revision: 29614