summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib/ar71xx.sh
Commit message (Collapse)AuthorAgeFilesLines
...
* ar71xx: add support for the OpenMesh OM2P-HS boardGabor Juhos2012-10-171-0/+3
| | | | | | | Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 33800
* ar71xx: user-space support for TL-WR841N/ND v8Gabor Juhos2012-10-041-0/+3
| | | | SVN-Revision: 33622
* ar71xx: use different machtype and setup for the TL-MR3040Gabor Juhos2012-09-241-0/+3
| | | | | | Should fix #12211. Compile tested only. SVN-Revision: 33535
* ar71xx: revert DIR-825-B1 wholeflash image support.Gabor Juhos2012-09-181-9/+0
| | | | | | | | | | It should be implemmented in a cleaner way. This reverts the following commits: [ar71xx] dir-825-b1: Fix wholeflash images [ar71xx] dir825b1: Add image for DIR-825-B1 that uses the whole flash" SVN-Revision: 33459
* dir-825-b1: Fix wholeflash images: Attempting to flash a wholeflash ↵Daniel Dickinson2012-09-171-2/+5
| | | | | | (-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
* ar71xx: add initial support for RB2011UAS-2HnDGabor Juhos2012-09-091-0/+3
| | | | SVN-Revision: 33349
* ar71xx: add preliminary support for Mikrotik RB2011LGabor Juhos2012-09-091-0/+3
| | | | | | | | | | | | | This patch adds preliminary support for the Mikrotik RB2011L. The NAND flash is not yet supported, so only the initramfs kernel can be used for now. [juhosg: remove unnecessary PCI/USB related stuff, the board does not use that, update commit message] Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 33344
* dir825b1: Add image for DIR-825-B1 that uses the whole flash (must first be ↵Daniel Dickinson2012-09-061-0/+6
| | | | | | flashed with the 'standard' image) and an image to revert the change to allow reversion to stock firmware. SVN-Revision: 33326
* ar71xx: detect ALL0315N boardGabor Juhos2012-08-271-0/+3
| | | | | | Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 33282
* 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: add support for TP-Link TL-WDR3600Gabor Juhos2012-08-221-1/+4
| | | | | | | | | | | The TL-WDR3600 is identical to the TL-WDR4300 with the exception that is has only two antennas. [juhosg: remove the custom machine type, change the board name instead] Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net> SVN-Revision: 33219
* ar71xx: ew-dorin: added router firmware generationGabor Juhos2012-08-011-0/+3
| | | | | | | | [juhosg: remove dead code] Signed-off-by: embedded wireless GmbH <info@embeddedwireless.de> SVN-Revision: 32934
* 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: fix PB44 board detectionGabor Juhos2012-07-151-1/+1
| | | | SVN-Revision: 32737
* ar71xx: build firmware image for the TP-Link TL-WDR4310 v1.0Gabor Juhos2012-07-121-0/+3
| | | | | | | | | | | | | | | | | The hardware for TP-Link TL-WDR4300 v1.1 and TL-WDR4310 v1.0 is identical, but requires different firmware headers: TL-WDR4300: 00000040 43 00 00 01 00 00 00 01 00 00 00 00 76 fb 83 40 |C...........v..@| TL-WDR4310: 00000040 43 10 00 01 00 00 00 01 00 00 00 00 38 2b 50 6c |C...........8+Pl| [juhosg: change commit message, use a different model name] Signed-off-by: Stefan Lippers-Hollmann <s.l-h@gmx.de> SVN-Revision: 32683
* ar71xx: add support for the OpenMesh OM2P-LC boardGabor Juhos2012-07-051-0/+3
| | | | | | 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/+6
| | | | SVN-Revision: 32460
* ar71xx: correctly detect NETGEAR WNDRMACGabor Juhos2012-06-191-0/+2
| | | | | | | | | This patch helps properly detect a WNDRMAC device. Before this patch the model is detected as "NETGEAR ?????????N". Signed-off-by: Roman A. aka BasicXP <x12ozmouse@ya.ru> SVN-Revision: 32453
* ar71xx: add support for the embeddedwireless Dorin board (based on patch by ↵Felix Fietkau2012-06-191-0/+3
| | | | | | embeddedwireless.de) SVN-Revision: 32447
* ar71xx: add support for TP-Link TL-MR3040Gabor Juhos2012-05-231-0/+3
| | | | | | | | | Support for TP-Link TL-MR3040. Power LED not working - always on red, after start should be green. Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> SVN-Revision: 31845
* ar71xx: add support for the TP-Link TL-WR1041N v2 boardGabor Juhos2012-05-051-0/+6
| | | | | | Patch-by: Vince Huang <axishero@foxmail.com> SVN-Revision: 31608
* ar71xx: initial support for Mikrotik RB751G-2HnD and RB751U-2HnDGabor Juhos2012-04-061-0/+6
| | | | | | | | | | | | | | | | | Great collaboration on these two fantastic routers on the openwrt forum: https://forum.openwrt.org/viewtopic.php?id=32320 Above all kudos to aryufan. Well done and thank you everyone else who contributed. To-Do: LED for wlan is not yet activated To-Do: TxPower over 20dBm (RB751U) or 22dBm (RB751G) are not accepted by the router Signed-off-by: Hanno Schupp <hanno.schupp@gmail.com> [juhosg: fix line wrapped patch, fix checkpatch errors, add missing kernel patches] SVN-Revision: 31208
* ar71xx: add initial support for RB750GLGabor Juhos2012-03-191-0/+3
| | | | SVN-Revision: 31025
* ar71xx: add support for the jjPlus JA76PF2 boardGabor Juhos2012-03-161-0/+3
| | | | SVN-Revision: 30957
* ar71xx: add model detection for TL-WR842N/NDGabor Juhos2012-02-131-0/+3
| | | | SVN-Revision: 30507
* ar71xx: fix db120 board detectionFelix Fietkau2012-02-101-1/+1
| | | | SVN-Revision: 30408
* ar71xx: add support for the TRENDNet TEW-673GRU boardGabor Juhos2012-02-081-0/+3
| | | | SVN-Revision: 30376
* 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: add support for TP-Link TL-MR11UGabor Juhos2012-01-311-0/+6
| | | | | | | | | | | | | | | | | | | Adds support for TL-MR11U, a portable router with very similar hardware to the TL-WR703N and TL-MR3020, but with an onboard 2000mAh battery. Tested, working: All interfaces (Ethernet, 802.11n, USB) WPS & Reset switches (Power appears to be a hardware slider) Ethernet, Wifi, 3G LEDs (Power & charging LEDs hardware controlled) Sysupgrade [juhosg: fix indentations to use TABs instead of spaces, fix 3.2 patch breakage] Signed-off-by: Simon Taylor <simon.taylor.uk@gmail.com> SVN-Revision: 29972
* add support for the Atheros AP113 reference boardFlorian Fainelli2012-01-281-0/+3
| | | | | | | | | This reference board is equipped with: - AR7242 SoC - AR9580 on-board Wi-Fi - AR8316 switch SVN-Revision: 29935
* ar71xx: add support for Compex WPE72/WPE72NXGabor Juhos2012-01-261-0/+3
| | | | | | | | | | | This patch adds support for Compex WPE72 bare board and Compex WPE72NX Indoor Access Point. [juhosg: add support to 3.2 as well] Signed-off-by: Johnathan Boyce <jon.boyce@globalreach.eu.com> SVN-Revision: 29912
* ar71xx: add initial support for the TL-WR2543N/ND boardGabor Juhos2012-01-071-0/+6
| | | | | | 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: add inital support for the ALFA Network AP96 boardGabor Juhos2012-01-041-1/+4
| | | | | | | | 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: use the TL-MR3x20 code for the TL-WR841N/ND v7Gabor Juhos2012-01-041-0/+3
| | | | | | | 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 support for TP-Link TL-MR3020Gabor Juhos2012-01-041-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | 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: add support for the ALFA Network N2/N5 boardsGabor Juhos2012-01-011-0/+3
| | | | SVN-Revision: 29635
* 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: Build images for Netgear WNDRMAC and WNDRMACv2Gabor Juhos2011-12-131-1/+1
| | | | | | | | | | | | | | | | | | | The WNDRMAC is a WNDR3700v2 (64MB RAM, 16MB flash) in a white case. The WNDRMACv2 is a WNDR3800 (128MB RAM, 16MB flash) in a WNDRMAC case. The WNDRMAC case doesn't have "holes" or labels for the 2.4GHz LED or switch ports 2-4. The stock firmware uses a single LED (in the 5GHz position) to indicate the status of both radios, and a single LED (in the switch port 1 position) to indicate the status of all LAN ports. The "missing" LEDs are present on the board, and easily shine through the case. Unlike the stock firmware, OpenWrt will use these "hidden" LEDs. I've tested the WNDRMACv2 image. I don't have a v1 WNDRMAC, but assume that this is sufficient to build a fully-functional image. Signed-off-by: Mark Mentovai <mark@moxienet.com> SVN-Revision: 29513
* ar71xx: fix WNDR3x00 model detectionGabor Juhos2011-12-071-14/+17
| | | | | | | | | | | | | | | | | | | | Detect the model name for /tmp/sysinfo/model based on 10 bytes at offset 56 in the art (caldata) mtd partition. r29434 redid WNDR3x00 model detection, attempting to distinguish between WNDR3700v2 and WNDR3800 by checking MemTotal in /proc/meminfo. However, it contained a bug: it put the awk inside a $(...), with the result that all WNDR3700v2 and WNDR3800 models would be reported as WNDR3800. This patch checks the model name stored in the art partition, as is done by U-Boot shipping on the WNDR3800. It has the likely advantage of working with future models based on the WNDR3700 board. It also will not mis-detect units on which people install more memory. I have tested this patch on WNDR3700 (v1), WNDR3700v2, and WNDR3800. Signed-off-by: Mark Mentovai <mark@moxienet.com> SVN-Revision: 29472
* ar71xx: add TP-Link board detectionGabor Juhos2011-12-051-1/+54
| | | | SVN-Revision: 29459
* ar71xx: verify hardware id of firmware images on TP-Link boardsGabor Juhos2011-12-051-0/+10
| | | | SVN-Revision: 29455
* ar71xx: add preliminary support for wzr-hp-g450hFelix Fietkau2011-12-051-0/+3
| | | | SVN-Revision: 29441
* ar71xx: rewrite WNDR3700/3800 handlingGabor Juhos2011-12-051-8/+44
| | | | SVN-Revision: 29434
* ar71xx: change user-space board detectionGabor Juhos2011-12-051-6/+23
| | | | SVN-Revision: 29432
* ar71xx: add support for Ubiquiti AirRouterGabor Juhos2011-12-011-0/+3
| | | | | | Signed-off-by: Gergely Barta <gergely.barta@printerfairkft.hu> SVN-Revision: 29395