Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ramips: Support for NexAira BC2 | Gabor Juhos | 2011-10-24 | 12 | -3/+171 |
| | | | | | | | | | 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: fix switch-port assignment for HW550-3G | Gabor Juhos | 2011-10-24 | 1 | -1/+1 |
| | | | | | | | | WAN is on swtich port 0 for Aztech HW550-3G. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 28570 | ||||
* | ramips: combine led setup for all boards in one file | Gabor Juhos | 2011-10-24 | 5 | -85/+34 |
| | | | | | | | | | This removes unnecessary duplication and simplifies led setup for new boards. It would be a one line change most likely. Signed-off-by: Alexander Gordeev <lasaine@lvk.cs.msu.su> SVN-Revision: 28569 | ||||
* | ramips: rt305x: add support for the ZyXEL NBG-419N board | Gabor Juhos | 2011-08-22 | 10 | -1/+132 |
| | | | | SVN-Revision: 28078 | ||||
* | ramips: rt305x: remove unused defines from mach-nw718.c | Gabor Juhos | 2011-08-22 | 1 | -3/+0 |
| | | | | SVN-Revision: 28077 | ||||
* | ramips: sort Makefile entries | Gabor Juhos | 2011-08-22 | 1 | -1/+1 |
| | | | | SVN-Revision: 28076 | ||||
* | ramips: sort RAMIPS_MACH_* defines | Gabor Juhos | 2011-08-22 | 1 | -4/+4 |
| | | | | SVN-Revision: 28075 | ||||
* | ramips: fix wireless firmware extraction for wr512-3gn | Gabor Juhos | 2011-08-22 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Andrew Andrianov <necromant@necromant.ath.cx> SVN-Revision: 28073 | ||||
* | ramips: remove 'default [yn]' keywords from machine Kconfig entries | Gabor Juhos | 2011-08-19 | 2 | -16/+2 |
| | | | | SVN-Revision: 28054 | ||||
* | ramips: rt305x: fix wr512n image generation | Gabor Juhos | 2011-08-19 | 1 | -12/+5 |
| | | | | SVN-Revision: 28053 | ||||
* | ramips: rt305x: support for wr512-3gn-like routers | Gabor Juhos | 2011-08-19 | 8 | -2/+183 |
| | | | | | | Signed-off-by: Andrew Andrianov <necromant@necromant.ath.cx> SVN-Revision: 28052 | ||||
* | ramips: register usb on Belkin F5D8235 v2 and Argus ATP-52-B routers | Gabor Juhos | 2011-08-19 | 2 | -0/+2 |
| | | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 28051 | ||||
* | ramips: fix wireless on Belkin F5D8235 v2 | Gabor Juhos | 2011-08-19 | 1 | -2/+5 |
| | | | | | | | | Fix wireless firmware extract from flash for Belkin F5D8235 v2. Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 28050 | ||||
* | ramips: fix typo in default packages | Gabor Juhos | 2011-08-19 | 1 | -1/+1 |
| | | | | | | | | Fix fivebytepypo - there is no such kernel module wpad-mini :) Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 28049 | ||||
* | kernel: update kernel to version 2.6.39.4 | Hauke Mehrtens | 2011-08-16 | 1 | -1/+1 |
| | | | | SVN-Revision: 28022 | ||||
* | ramips: use maccalc instead of hexdump + sed | Gabor Juhos | 2011-08-15 | 1 | -2/+3 |
| | | | | SVN-Revision: 28007 | ||||
* | ramips: rt305x: fix mac addresses on the Netcore NW718 board | Gabor Juhos | 2011-08-15 | 2 | -0/+57 |
| | | | | SVN-Revision: 28006 | ||||
* | ramips: add maccalc to the default package list | Gabor Juhos | 2011-08-15 | 1 | -1/+1 |
| | | | | SVN-Revision: 28005 | ||||
* | ramips: add input drivers to the default package list | Gabor Juhos | 2011-08-15 | 1 | -2/+4 |
| | | | | SVN-Revision: 28003 | ||||
* | ramips: rt305x: make config and factory partitions read-only on the ATP-52B | Gabor Juhos | 2011-08-15 | 1 | -0/+2 |
| | | | | SVN-Revision: 28002 | ||||
* | ramips: add uci-defaults scripts to preconfigure USB LEDs | Gabor Juhos | 2011-08-15 | 4 | -0/+96 |
| | | | | SVN-Revision: 28000 | ||||
* | ramips: rt305x: add some USB modules to the default profile | Gabor Juhos | 2011-08-15 | 1 | -2/+4 |
| | | | | SVN-Revision: 27999 | ||||
* | ramips: rt305x: add dwc_otg driver | Gabor Juhos | 2011-08-15 | 22 | -1/+24360 |
| | | | | | | Based on a patch by Layne Edwards <ledwards@astrumtech.net> SVN-Revision: 27997 | ||||
* | ramips: rt305x: register the dwc_otg device on the relevant boards | Gabor Juhos | 2011-08-15 | 5 | -0/+5 |
| | | | | SVN-Revision: 27996 | ||||
* | ramips: rt305x: add dwc_otg platform device | Gabor Juhos | 2011-08-15 | 2 | -0/+27 |
| | | | | | | Signed-off-by: Alexander Gordeev <lasaine@lvk.cs.msu.su> SVN-Revision: 27995 | ||||
* | ramips: sync kernel config | Gabor Juhos | 2011-08-15 | 2 | -2/+0 |
| | | | | SVN-Revision: 27993 | ||||
* | ramips: load the input drivers during preinit | Gabor Juhos | 2011-08-15 | 1 | -0/+12 |
| | | | | SVN-Revision: 27992 | ||||
* | ramips: add support for Argus ATP-52B | Gabor Juhos | 2011-08-15 | 8 | -0/+140 |
| | | | | | | | | [The ESW related changes has been removed - juhosg] Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 27991 | ||||
* | ramips: allow to specify port layout for the switch of the RT305x/RT3350 | Gabor Juhos | 2011-08-15 | 13 | -13/+62 |
| | | | | | | Based on a patch by Roman Yeryomin <roman@advem.lv> SVN-Revision: 27990 | ||||
* | ramips: rt305x: add support for the Netcore NW718 board | Gabor Juhos | 2011-07-28 | 10 | -1/+189 |
| | | | | SVN-Revision: 27813 | ||||
* | ramips: rt305x: add support for the Asus RT-G32 B1 board | Gabor Juhos | 2011-07-28 | 9 | -1/+143 |
| | | | | | | Based on a patch by: Sergiy <piratfm@gmail.com> SVN-Revision: 27812 | ||||
* | ramips: rt305x: enable M25P80 driver | Gabor Juhos | 2011-07-28 | 1 | -0/+2 |
| | | | | | | Based on a patch by Sergiy <piratfm@gmail.com> SVN-Revision: 27811 | ||||
* | ramips: rt305x: introduce rt305x_register_spi helper | Gabor Juhos | 2011-07-28 | 2 | -0/+24 |
| | | | | | | Based on a patch by Sergiy <piratfm@gmail.com> SVN-Revision: 27810 | ||||
* | ramips: add SPI controller driver | Gabor Juhos | 2011-07-28 | 4 | -0/+589 |
| | | | | | | Based on a patch by Sergiy <piratfm@gmail.com> SVN-Revision: 27809 | ||||
* | ramips: rt305x: add support for the DIR-600 B1,B2 boards | Gabor Juhos | 2011-07-28 | 7 | -5/+23 |
| | | | | SVN-Revision: 27808 | ||||
* | ramips: rt305x: change machine id for DIR-300 | Gabor Juhos | 2011-07-28 | 4 | -4/+4 |
| | | | | SVN-Revision: 27807 | ||||
* | ramips: rt305x: rename LEDs on the DIR-300-B1 | Gabor Juhos | 2011-07-28 | 2 | -4/+4 |
| | | | | SVN-Revision: 27806 | ||||
* | ramips: rt305x: sort Kconfig/Makefile entries | Gabor Juhos | 2011-07-28 | 2 | -19/+19 |
| | | | | SVN-Revision: 27805 | ||||
* | ramips: rt305x: fix uci-defaults/network script for the RT3350 based boards | Gabor Juhos | 2011-07-28 | 1 | -2/+2 |
| | | | | | | | | | | | This change corrects expected CPU name of Ralink RT3050, which describes itself as RT3350 (this name is ripped off chip and elevated to user space via /proc/cpuinfo.) This patch fixes wired network on DIR-300 rev B and DIR-600 rev B Signed-off-by: Slawomir Cygan <wiewior@wiewior.eu.org> SVN-Revision: 27804 | ||||
* | ramips: fix PWH2004 image generation | Gabor Juhos | 2011-07-28 | 1 | -1/+1 |
| | | | | SVN-Revision: 27803 | ||||
* | rtl8366: unify rtl8366s and rtl8366rb platform data | Felix Fietkau | 2011-07-24 | 2 | -4/+4 |
| | | | | SVN-Revision: 27754 | ||||
* | ramips: fix buffalo image generation | Gabor Juhos | 2011-07-06 | 1 | -1/+1 |
| | | | | SVN-Revision: 27495 | ||||
* | ramips: add diag support for RT-N15 and PWH2004 | Gabor Juhos | 2011-07-06 | 1 | -6/+12 |
| | | | | | | Also sort the board names alphabetically. SVN-Revision: 27478 | ||||
* | ramips: use the 'router' LED for diagnostic on the WHR-G300N board | Gabor Juhos | 2011-07-06 | 1 | -1/+1 |
| | | | | SVN-Revision: 27477 | ||||
* | ramips: create tftp image for the WHR-G300N board | Gabor Juhos | 2011-07-06 | 1 | -0/+7 |
| | | | | SVN-Revision: 27476 | ||||
* | ramips: create factory image for the WHR-G300N board | Gabor Juhos | 2011-07-06 | 1 | -0/+24 |
| | | | | SVN-Revision: 27474 | ||||
* | ramips: create factory image for DIR-300-B1 | Gabor Juhos | 2011-07-04 | 1 | -0/+3 |
| | | | | SVN-Revision: 27439 | ||||
* | ramips: merge 2.6.39 patches | Gabor Juhos | 2011-07-03 | 2 | -58/+11 |
| | | | | SVN-Revision: 27399 | ||||
* | ramips: remove 2.6.37 stuff | Gabor Juhos | 2011-07-03 | 10 | -555/+0 |
| | | | | SVN-Revision: 27398 | ||||
* | ramips: switch to 2.6.39.2 | Gabor Juhos | 2011-07-03 | 1 | -1/+1 |
| | | | | SVN-Revision: 27397 |