aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files/etc/diag.sh
Commit message (Collapse)AuthorAgeFilesLines
* ramips: add preliminary support for the Asus RT-N56U boardGabor Juhos2012-02-131-0/+3
| | | | SVN-Revision: 30498
* ramips: scripts updatesGabor Juhos2012-01-231-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | In this patch: * rename Argus leds to avoid underscores * rename Belkin F5D8235 v1 leds from f5d8234 to f5d8235 * remove Belkin F5D8235 v1 status led defined as storage led (it was defined as usb led earlier, just in wrong place) - it should have router led as in v2 * add Argus, Sparklan and Belkin F5D8235 v2 status leds * add Belkin F5D8235 v1 and v2 usb leds * fix Belkin F5D8235 v2 network config generation and mac address axtraction * fix Sparklan board identification * add Sparklan usb led (this board doesn't have usb connector by default and the led is hidden also but if you are going to solder the connector then you'll see the led too) * add Sparklan network config generation and mac address extraction * fix empty string test in network script and... * ...sort case entries by the first board in the list Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 29871
* ramips fix f5d8235-v1 diag LED supportGabor Juhos2012-01-221-1/+1
| | | | SVN-Revision: 29857
* ramips: add sysled and sysupgrade to wr512-3gnGabor Juhos2012-01-221-0/+3
| | | | | | Patch from #10035. SVN-Revision: 29847
* ramips: rt288x: add support for the Belkin F5D8235-4 v1 boardGabor Juhos2011-12-281-0/+3
| | | | | | Patch-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> SVN-Revision: 29617
* ramips: rt305x: add support for the ALFA Networks W502U (R36) boardGabor Juhos2011-12-281-0/+3
| | | | SVN-Revision: 29615
* ramips: rt288x: add support for the Buffalo WLI-TX4-AG300N boardGabor Juhos2011-12-271-0/+3
| | | | SVN-Revision: 29612
* ramips: initial support for Sitecom WL-351 v1 002Gabor Juhos2011-12-231-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This add support for the Sitecom WL-351 v1 002. In principle the Engenius ESR9850 should also work with this, but I don't have the hardware to test it. Since an external gigabit switch (RTL8366RB) is used, I had to modify the ramips_esw driver to add a 'bypass' mode, which just configures it to not filter the vlan tags. Also two initialization words (FCT2 and FPA2) are set to different values by u-boot than what the driver is using and it only seems to work correctly when they not overridden by the driver, so I added them to the platform specific data as reg_initval_fct2 and reg_initval_fpa2. With this wired lan works as expected, however I'm still having some trouble with the wireless lan: It only works after I rmmod & re-insmod rt2800pci and then reconfigure it in the webinterface, but not directly after rebooting. The symptom of this is wpad saying: Dec 20 15:45:09 OpenWrt daemon.info hostapd: wlan1: STA <notebookmac> IEEE 802.11: associated (aid 1) Dec 20 15:45:09 OpenWrt daemon.info hostapd: wlan1: STA <notebookmac> WPA: pairwise key handshake completed (RSN) Dec 20 15:45:22 OpenWrt daemon.info hostapd: wlan1: STA <notebookmac> IEEE 802.11: authenticated But wpa_supplicant on the client saying: Authentication with <wl351mac> timed out. Signed-off-by: Tobias Diedrich <ranma+openwrt@tdiedrich.de> SVN-Revision: 29604
* ramips: add support for the Senao/EnGenius ESR-9753 boardGabor Juhos2011-12-231-0/+3
| | | | | | Signed-off-by: Artur Wronowski <arteqw@gmail.com> SVN-Revision: 29603
* ramips: add support for Omnima MiniEMBWiFi boardGabor Juhos2011-12-141-0/+3
| | | | | | | | | This patch adds support for the Omnima MiniEMBWiFi Ralink RT3050F based board. Based on a patch by Ivan Ignjatic <ivan at omnima.co.uk> SVN-Revision: 29533
* ramips: rt305x: add support for the ZyXEL NBG-419N boardGabor Juhos2011-08-221-0/+3
| | | | SVN-Revision: 28078
* ramips: rt305x: add support for the Netcore NW718 boardGabor Juhos2011-07-281-0/+3
| | | | SVN-Revision: 27813
* ramips: rt305x: add support for the DIR-600 B1,B2 boardsGabor Juhos2011-07-281-1/+1
| | | | SVN-Revision: 27808
* ramips: rt305x: rename LEDs on the DIR-300-B1Gabor Juhos2011-07-281-1/+1
| | | | SVN-Revision: 27806
* ramips: add diag support for RT-N15 and PWH2004Gabor Juhos2011-07-061-6/+12
| | | | | | Also sort the board names alphabetically. SVN-Revision: 27478
* ramips: use the 'router' LED for diagnostic on the WHR-G300N boardGabor Juhos2011-07-061-1/+1
| | | | SVN-Revision: 27477
* ramips: initial board support for MOFI3500-3GNGabor Juhos2011-04-041-0/+3
| | | | | | | | | | This patch adds initial board support for the MoFi Network MOFI3500-3GN (Ralink RT3052F SoC, 8MB flash, 32MB ram, wireless N, USB-OTG). This router is basically the NA version of the HW550-3G. Signed-off-by: Layne Edwards <ledwards76@gmail.com> SVN-Revision: 26466
* ramips: add sysupgrade and status LED support for HW550-3GGabor Juhos2011-03-271-1/+4
| | | | | | | | | This patch adds sysupgrade and status LED support for the Aztech HW550-3G. Some LED GPIOs were changed for clarity. Signed-off-by: Layne Edwards <ledwards76@gmail.com> SVN-Revision: 26320
* ramips: add diag supportGabor Juhos2010-04-111-0/+63
SVN-Revision: 20799