aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-wl341v3.c
Commit message (Collapse)AuthorAgeFilesLines
* move files to files-3.7John Crispin2013-04-031-105/+0
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36161
* ramips: rt305x: nuke built-in MTD partition mapsGabor Juhos2012-02-191-44/+0
| | | | SVN-Revision: 30650
* ramips: rt305x: remove per-board physmap_flash_data instancesGabor Juhos2012-02-121-6/+4
| | | | SVN-Revision: 30473
* ramips: use gpio-keys-polled instead of gpio-buttonsGabor Juhos2012-02-111-5/+6
| | | | SVN-Revision: 30461
* ramips: rt305x: remove CONFIG_MTD_PARTITION ifdefery from machine filesGabor Juhos2012-02-111-4/+0
| | | | SVN-Revision: 30437
* ramips: add support for Sitecom WL-341v3 and other Sercomm IP1006RRv2 boardsGabor Juhos2012-01-261-0/+154
This patch adds support for the Sitecom WL-341 v3 and other Sercomm IP1006RRv2 based boards for sysupgrade support and for the initial flash through pushbutton initiated recovery mode with the special partition table and fixes for the quirks and things required by the modified bootloader. There is a known bug, Wi-Fi is not working on my board probably because of the lack of RAM (the board only has 16MiB ram -- half of the normal amount for non rebadged versions, but there is an empty slot for another ram chip,) but I don't know for sure. The driver loads but hostapd fails to load so I think it's not related to the specific device except for the lack of RAM. Moreover, only 7 of the 11 onboard leds are confirmed working, it seems that one of the others is always on and the remaining ones are connected to the wireless card leds already recognized by OpenWrt [juhosg: reordered some parts in order to keep things sorted alphabetically] Signed-off-by: Marco Antonio Mauro <marcus90@gmail.com> SVN-Revision: 29910