aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/rt305x
Commit message (Collapse)AuthorAgeFilesLines
* ramips: rt305x: add support for the ALFA Networks W502U (R36) boardGabor Juhos2011-12-281-0/+1
| | | | SVN-Revision: 29615
* ramips: initial support for Sitecom WL-351 v1 002Gabor Juhos2011-12-231-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-232-0/+17
| | | | | | Signed-off-by: Artur Wronowski <arteqw@gmail.com> SVN-Revision: 29603
* ramips: add support for Omnima MiniEMBWiFi boardGabor Juhos2011-12-141-0/+1
| | | | | | | | | 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: move kmod-rt2800-pci to DEFAULT_PACKAGESGabor Juhos2011-12-011-1/+1
| | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 29378
* ramips: Support for NexAira BC2Gabor Juhos2011-10-241-1/+2
| | | | | | | | | The preconfiguration of the USB LED has benn move to the /etc/uci-defaults/leds script. [juhosg] Signed-off-by: Adam Porter <porter.adam at gmail.com> SVN-Revision: 28571
* ramips: rt305x: add support for the ZyXEL NBG-419N boardGabor Juhos2011-08-221-0/+1
| | | | SVN-Revision: 28078
* ramips: rt305x: support for wr512-3gn-like routersGabor Juhos2011-08-191-0/+1
| | | | | | Signed-off-by: Andrew Andrianov <necromant@necromant.ath.cx> SVN-Revision: 28052
* ramips: rt305x: add some USB modules to the default profileGabor Juhos2011-08-151-2/+4
| | | | SVN-Revision: 27999
* ramips: rt305x: add dwc_otg driverGabor Juhos2011-08-151-1/+1
| | | | | | Based on a patch by Layne Edwards <ledwards@astrumtech.net> SVN-Revision: 27997
* ramips: sync kernel configGabor Juhos2011-08-151-1/+0
| | | | SVN-Revision: 27993
* ramips: add support for Argus ATP-52BGabor Juhos2011-08-151-0/+1
| | | | | | | | [The ESW related changes has been removed - juhosg] Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 27991
* ramips: rt305x: add support for the Netcore NW718 boardGabor Juhos2011-07-281-0/+1
| | | | SVN-Revision: 27813
* ramips: rt305x: add support for the Asus RT-G32 B1 boardGabor Juhos2011-07-281-0/+1
| | | | | | Based on a patch by: Sergiy <piratfm@gmail.com> SVN-Revision: 27812
* ramips: rt305x: enable M25P80 driverGabor Juhos2011-07-281-0/+2
| | | | | | Based on a patch by Sergiy <piratfm@gmail.com> SVN-Revision: 27811
* ramips: add SPI controller driverGabor Juhos2011-07-281-0/+5
| | | | | | Based on a patch by Sergiy <piratfm@gmail.com> SVN-Revision: 27809
* ramips: remove 2.6.37 stuffGabor Juhos2011-07-031-119/+0
| | | | SVN-Revision: 27398
* ramips: add 2.6.39 supportGabor Juhos2011-07-031-0/+118
| | | | | | Based on the patches from #9625 SVN-Revision: 27396
* ramips: initial board support for MOFI3500-3GNGabor Juhos2011-04-041-0/+1
| | | | | | | | | | 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: remove 2.6.36 stuffGabor Juhos2011-03-271-104/+0
| | | | SVN-Revision: 26329
* ramips: switch to 2.6.37Gabor Juhos2011-03-271-0/+118
| | | | SVN-Revision: 26328
* ramips: initial board support for Aztech HW550-3GGabor Juhos2011-03-131-0/+1
| | | | | | | | | | | This patch adds initial support for the Aztech HW550-3G (Ralink RT3052f SoC, 8MB flash, 32MB dram). Ethernet is not working yet. Wireless appears to work fine. USB does not work yet (as with other Ralink boards). Signed-off-by: Layne Edwards <ledwards76@gmail.com> SVN-Revision: 26123
* ramips: add watchdog driverGabor Juhos2011-01-261-0/+1
| | | | SVN-Revision: 25126
* ramips: remove 2.6.3[24] supportGabor Juhos2010-12-142-323/+0
| | | | SVN-Revision: 24562
* ramips: add support for 2.6.36Gabor Juhos2010-12-051-0/+102
| | | | SVN-Revision: 24270
* ramips: default profile fixGabor Juhos2010-12-051-1/+1
| | | | | | | | Fix package names in default profiles. Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 24269
* ramips: add support for Belkin F5D8235 v2 boardGabor Juhos2010-11-242-0/+2
| | | | | | | | No support for usb for now. Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 24126
* ramips: Ralink RT305x, support for Prolink PWH2004 (Abocom5205)Gabor Juhos2010-09-272-0/+2
| | | | | | | | | | | The attached patch adds a preliminary support for Prolink PWH2004 board (Ralink RT305x based). LAN and flash appear to work. However, the USB port and WLAN I have not managed to activate properly yet, but that problem appears to be present with other rt305x targets as well(?). Signed-off-by: Esa Hyytia <esa at netlab.tkk.fi> SVN-Revision: 23129
* ramips: allow USBGabor Juhos2010-09-272-6/+0
| | | | | | | | | | | The current defaults for ramips rt305x does not allow the USB subsystem to be selected/built. This patch is just a small step in that direction. Signed-off-by: Luis Correia <luis.f.correia@gmail.com> SVN-Revision: 23128
* ramips: add support for Sparklan WCR-150GN boardGabor Juhos2010-08-152-0/+2
| | | | | | | | | | | This patch adds support for Sparklan WCR-150GN board. Network configuration should be tweaked to make it work fully. The reason it's not in this patch is that ramips target should be modified to support different /etc/config/network files for different boards. Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 22658
* ramips: sync kernel configGabor Juhos2010-07-131-8/+0
| | | | SVN-Revision: 22170
* fix commit r21994 (thanks juhosg)Alexandros C. Couloumbis2010-06-301-1/+0
| | | | SVN-Revision: 21995
* fix commit r21993Alexandros C. Couloumbis2010-06-301-0/+1
| | | | SVN-Revision: 21994
* ramips: add missing 2.6.34 config filesGabor Juhos2010-05-281-0/+175
| | | | SVN-Revision: 21605
* ramips: sync 2.6.32 configGabor Juhos2010-05-281-2/+0
| | | | SVN-Revision: 21603
* ramips: add diag supportGabor Juhos2010-04-111-1/+1
| | | | SVN-Revision: 20799
* ramips: enable image commandline hack and cmdline partition parsingGabor Juhos2010-04-111-0/+2
| | | | SVN-Revision: 20798
* ramips: add default profilesGabor Juhos2010-04-111-0/+16
| | | | SVN-Revision: 20797
* ramips: sync kernel configGabor Juhos2010-03-301-7/+7
| | | | SVN-Revision: 20614
* do *not* enable CONFIG_PCI in generic config, but on targets where it makes ↵Nicolas Thill2010-03-111-0/+1
| | | | | | sense instead (partially revert [18370]) SVN-Revision: 20136
* clean up handling of some kernel symbolsImre Kaloz2010-02-111-1/+0
| | | | SVN-Revision: 19581
* re-sort all target and subtarget config filesImre Kaloz2010-02-111-5/+5
| | | | SVN-Revision: 19580
* ramips: nuke 2.6.30 supportGabor Juhos2010-01-311-153/+0
| | | | SVN-Revision: 19466
* ramips: register gpio buttons on the DIR-300 revB boardGabor Juhos2010-01-302-2/+2
| | | | SVN-Revision: 19410
* ramips: add common gpio-buttons deviceGabor Juhos2010-01-302-0/+2
| | | | SVN-Revision: 19404
* ramips: add preliminary support for 2.6.32Gabor Juhos2010-01-261-0/+155
| | | | SVN-Revision: 19343
* ramips: sync kernel configGabor Juhos2010-01-261-6/+5
| | | | SVN-Revision: 19341
* some more Kconfig symbol move..Imre Kaloz2009-11-111-2/+0
| | | | SVN-Revision: 18371
* another round of kernel config cleanupsImre Kaloz2009-11-111-2/+0
| | | | SVN-Revision: 18370
* sort all target config filesImre Kaloz2009-11-111-5/+5
| | | | SVN-Revision: 18367