summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/etc/diag.sh
Commit message (Collapse)AuthorAgeFilesLines
...
* dir-825-b1: Fix wholeflash images: Attempting to flash a wholeflash ↵Daniel Dickinson2012-09-171-1/+2
| | | | | | (-openwrt) image from the normal image would brick (but recoverable via emergency flash) the router if the wholeflash image was larger than the maximum size for a normal image. First we rename the -openwrt images to -wholeflash since -openwrt is really too generic. We also revert the changes to the regular dir-825-b1 image, which now is the same as before, but add a -towholeflash image which is almost the same as the regular dir-825-b1 image, but copies caldata to new location and allows flashing of images that use the full flash (except u-boot, u-boot-env, and caldata paritition space) (these are the -wholeflash images). SVN-Revision: 33447
* dir825b1: Add image for DIR-825-B1 that uses the whole flash (must first be ↵Daniel Dickinson2012-09-061-1/+3
| | | | | | flashed with the 'standard' image) and an image to revert the change to allow reversion to stock firmware. SVN-Revision: 33326
* ar71xx: Buffalo WZR-HP-AG300H LED supportGabor Juhos2012-08-291-0/+1
| | | | | | | | | | | | | | | | | | | An improved LED support for Buffalo WZR-HP-AG300H. There will be two new packages to go with this patch (ar922x-led-fix-hotplug and ar922x-led-fix-init). These packages essentially perform the same task of disabling "JTAG over GPIO pins" function which is currently required for LEDs on AR922x emac GPIO to work, and are both considered a temporary fix that circumvent this problem. [juhosg: add the hotplug script from the proposed ar922x-led-fix-hotplug package to ar71xx/base-files] Signed-off-by: Yoichi Shinoda <shinoda@jaist.ac.jp> SVN-Revision: 33294
* ar71xx: TEW-712BR user space supportGabor Juhos2012-08-221-0/+3
| | | | SVN-Revision: 33232
* ar71xx: add ALL0305 board aliasGabor Juhos2012-08-221-0/+3
| | | | | | | | | | For the pure convenience of having a correctly named image and system name in /proc/cpuinfo , until we can do that by having system names in DTS... Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 33224
* ar71xx: Buffalo WLAE-AG300N initial supportGabor Juhos2012-08-011-0/+3
| | | | | | | | | | | | | | | | | | | | The patch set for Buffalo WLAE-AG300N initial support. There is another patch for wireless led support that is posted separately. Note on serial console: This unit has buffalo standard 4 pin console, but the unit may not power on if some console apparatus is connected. This is probably due to some electronic interaction between the unit's electronic power switch circuit and the serial console apparatus. If this happens, it is required to power on the unit without the console, then quickly (re-)attach it. [juhosg: fix coding style] Signed-off-by: Yoichi Shinoda <shinoda@jaist.ac.jp> SVN-Revision: 32931
* ar71xx: add support for the OpenMesh OM2P-LC boardGabor Juhos2012-07-051-1/+2
| | | | | | Patch-by: Marek Linder <marek@open-mesh.com> SVN-Revision: 32611
* ar71xx: AP136 user-space supportGabor Juhos2012-07-051-0/+3
| | | | SVN-Revision: 32608
* ar71xx: add user space support for the TL-WDR4300Gabor Juhos2012-06-191-0/+1
| | | | SVN-Revision: 32460
* ar71xx: add support for the TP-Link TL-WR1041N v2 boardGabor Juhos2012-05-051-0/+1
| | | | | | Patch-by: Vince Huang <axishero@foxmail.com> SVN-Revision: 31608
* ar71xx: add rb750 to diag.shGabor Juhos2012-04-061-0/+3
| | | | | | | | Support status led in diag.sh for RB750 Patch from: Evangelos Arkalis <arkalis.e@gmail.com> SVN-Revision: 31207
* ar71xx: use modules for LED triggersGabor Juhos2012-03-271-0/+2
| | | | SVN-Revision: 31107
* ar71xx: add support for the jjPlus JA76PF2 boardGabor Juhos2012-03-161-1/+2
| | | | SVN-Revision: 30957
* ar71xx: change LED name prefix on the jjplus boardsGabor Juhos2012-03-161-1/+1
| | | | SVN-Revision: 30956
* ar71xx: add support for the TRENDNet TEW-673GRU boardGabor Juhos2012-02-081-0/+3
| | | | SVN-Revision: 30376
* ar71xx: unify LED names on D-Link boardsGabor Juhos2012-01-311-7/+5
| | | | SVN-Revision: 29974
* ar71xx: support for D-LINK DIR-615 rev. E4Gabor Juhos2012-01-311-0/+3
| | | | | | | | | | | | | | | | | | | | This patch adds support for D-LINK DIR-615 E4 board. It's mostly based on the existing support for DIR-600 A1, with some changes in the leds configuration. It's an updated version of the patch that reliably works on my hw for about a year (it was built from trunk on Jan 2011). When I decided to update the firmware and checked for the current support for that device, I also found previously posted patches by Alexey Loukianov that mentioned some stability issues. I'm not sure where could be the difference, the patches are very similar except the wmac led pin number - I was using 1, and those patches used 17. [juhosg: add 3.2 support] Signed-off-by: Vadim Girlin <vadimgirlin@gmail.com> SVN-Revision: 29973
* ar71xx: TL-MR3020: fix board detection, fix missing mandatory package and ↵Gabor Juhos2012-01-251-1/+3
| | | | | | | | | | | | | | | | | | | | | modify LED behaviour This patch fixes the board detection of the TL-MR3020. The LED behaviour has also been modified: * The WPS LED is the diag LED now. * A netdev trigger for the LAN LED has been added. The profile of the TL-MR3020 has been updated because the needed package "kmod-ledtrig-usbdev" was missing which resulted in a non-working usbdev trigger for the 3G/USB LED. [juhosg: the board name changes has been removed, and the kernel files has been changed instead.] Signed-off-by: Christian Cier-Zniewski <c.cier@gmx.de> SVN-Revision: 29905
* ar71xx: add initial support for the TL-WR2543N/ND boardGabor Juhos2012-01-071-0/+3
| | | | | | The WLAN LEDs are not working yet. SVN-Revision: 29680
* ar71xx: add support for Redwave RW2458NGabor Juhos2012-01-061-0/+3
| | | | | | Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> SVN-Revision: 29669
* ar71xx: use the TL-MR3x20 code for the TL-WR841N/ND v7Gabor Juhos2012-01-041-0/+1
| | | | | | | These models are based on the AP99 reference board, and uses the AR7241 SoC. SVN-Revision: 29658
* ar71xx: add default LED configuration for the TL-MR3020Gabor Juhos2012-01-041-0/+1
| | | | | | Also use the system LED for diagnostic. SVN-Revision: 29652
* ar71xx: add support for the ALFA Network N2/N5 boardsGabor Juhos2012-01-011-0/+3
| | | | SVN-Revision: 29635
* ar71xx: fix LEDs on the WRT400NGabor Juhos2011-12-311-1/+1
| | | | SVN-Revision: 29624
* ar71xx: add support for the wzr-hp-g300nh2Felix Fietkau2011-12-181-0/+3
| | | | | | Signed-off-by: Mark Deneen <mdeneen@gmail.com> SVN-Revision: 29567
* ar71xx: add support for ALFA Network's Hornet-UB boardGabor Juhos2011-12-141-0/+3
| | | | SVN-Revision: 29535
* ar71xx: rewrite WNDR3700/3800 handlingGabor Juhos2011-12-051-1/+1
| | | | SVN-Revision: 29434
* add some missing wndr3800 base-files definitionsJo-Philipp Wich2011-12-051-1/+1
| | | | SVN-Revision: 29433
* ar71xx: add diag support for the DB120 boardGabor Juhos2011-11-121-0/+3
| | | | SVN-Revision: 28975
* ar71xx: add support for the Buffalo WHR-HP-GN boardGabor Juhos2011-11-071-0/+1
| | | | SVN-Revision: 28805
* ar71xx: add support for the Buffalo WHR-G301N boardGabor Juhos2011-11-071-0/+1
| | | | SVN-Revision: 28803
* ar71xx: add initial support for the TL-WR741ND v4 boardGabor Juhos2011-11-011-0/+1
| | | | | | The ethernet port LEDs are not working yet. SVN-Revision: 28706
* ar71xx: unify LED names on Planex boardsGabor Juhos2011-11-011-4/+2
| | | | SVN-Revision: 28703
* ar71xx: unify LED names on Buffalo boardsGabor Juhos2011-11-011-5/+3
| | | | SVN-Revision: 28702
* ar71xx: unify LED names on TP-Link boardsGabor Juhos2011-11-011-21/+10
| | | | SVN-Revision: 28701
* ar71xx: add initial support for the OpenMesh OM2P boardGabor Juhos2011-10-271-0/+3
| | | | | | Based on a patch by Marek Lindner <marek@open-mesh.com> SVN-Revision: 28617
* ar71xx: Buffalo WHR-HP-G300N kernel supportGabor Juhos2011-10-241-0/+3
| | | | | | | | | | | | | The initial support for the Buffalo WHR-HP-G300N box. The code was confirmed to boot and run, but not tested in depth. Known problem: iw phy phy0 info shows: Coverage class: 0 (up to 0m) Available Antennas: TX 0 RX 0 Signed-off-by: Yoichi Shinoda <shinoda@jaist.ac.jp> SVN-Revision: 28567
* ar71xx: add support for the TP-Link TL-WR703N v1 boardGabor Juhos2011-09-211-0/+3
| | | | | | Based on a patch by dongyuqi <729650915@qq.com> SVN-Revision: 28277
* ar71xx: merge WZR-HP-G301NH support into WZR-HP-G300NHJonas Gorski2011-07-281-1/+1
| | | | | | | | Now that we can use a generic name for the switch there is no need for a separate image for the WZR-HP-G301NH. Update the default network config and remove the extra image. SVN-Revision: 27814
* revert r27043 (#9513)Jo-Philipp Wich2011-07-011-1/+1
| | | | SVN-Revision: 27343
* revert r27341, it introduce wrong behaviour for other modelsJo-Philipp Wich2011-07-011-1/+1
| | | | SVN-Revision: 27342
* turn status LED off if device finished initializingJo-Philipp Wich2011-07-011-1/+1
| | | | SVN-Revision: 27341
* ar71xx: use the diag LED for diagnostic on the WZR-HP-G30XNH boardsGabor Juhos2011-05-311-1/+1
| | | | SVN-Revision: 27043
* ar71xx: Add support for WZR-HP-G301NHGabor Juhos2011-04-121-1/+1
| | | | | | | | | | | | | | Add support for the Buffalo WZR-HP-G301NH. The only difference between it and the WZR-HP-G00NH is that it has a RTL8366RB instead of a RTL8366S. Since we don't do runtime detection of the switch, we need a separate machine definition for it. While we are at it, also rename the profile to reflect that it now is for more than one device. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 26601
* ar71xx: add support for the TP-Link TL-WA901ND v2 boardGabor Juhos2011-03-131-0/+3
| | | | | | Patch-by: Jonathan Benett <jbscience87@gmail.com> SVN-Revision: 26119
* ar71xx: add support for the WNDR3700v2 boardGabor Juhos2011-01-261-1/+1
| | | | | | Based on a patch by Mark Mentovai <mark@moxienet.com> SVN-Revision: 25118
* unifi: add sysupgrade and leds supportClaudio Mignanti2010-12-201-0/+3
| | | | SVN-Revision: 24737
* ar71xx: add support for the jjPlus JA79PFGabor Juhos2010-12-101-0/+3
| | | | | | Patch-by: Cezary Jackiewicz SVN-Revision: 24440
* ar71xx: add support for the TP-LINK TL-MR3220 v1 boardGabor Juhos2010-12-101-2/+2
| | | | SVN-Revision: 24439
* ar71xx: add nbg460n image generationGabor Juhos2010-12-101-0/+3
| | | | | | | | This adds image generation for NBG460N/550N/550NH boards. Signed-off-by: Michael Kurz <michi.kurz@googlemail.com> SVN-Revision: 24419