summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips
Commit message (Collapse)AuthorAgeFilesLines
* rt305x: Create factory image for Fonera 2.0nVasilis Tsiligiannis2011-10-311-1/+8
| | | | SVN-Revision: 28689
* ramips: Support for NexAira BC2Gabor Juhos2011-10-2412-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-3GGabor Juhos2011-10-241-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 fileGabor Juhos2011-10-245-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 boardGabor Juhos2011-08-2210-1/+132
| | | | SVN-Revision: 28078
* ramips: rt305x: remove unused defines from mach-nw718.cGabor Juhos2011-08-221-3/+0
| | | | SVN-Revision: 28077
* ramips: sort Makefile entriesGabor Juhos2011-08-221-1/+1
| | | | SVN-Revision: 28076
* ramips: sort RAMIPS_MACH_* definesGabor Juhos2011-08-221-4/+4
| | | | SVN-Revision: 28075
* ramips: fix wireless firmware extraction for wr512-3gnGabor Juhos2011-08-221-1/+1
| | | | | | Signed-off-by: Andrew Andrianov <necromant@necromant.ath.cx> SVN-Revision: 28073
* ramips: remove 'default [yn]' keywords from machine Kconfig entriesGabor Juhos2011-08-192-16/+2
| | | | SVN-Revision: 28054
* ramips: rt305x: fix wr512n image generationGabor Juhos2011-08-191-12/+5
| | | | SVN-Revision: 28053
* ramips: rt305x: support for wr512-3gn-like routersGabor Juhos2011-08-198-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 routersGabor Juhos2011-08-192-0/+2
| | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 28051
* ramips: fix wireless on Belkin F5D8235 v2Gabor Juhos2011-08-191-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 packagesGabor Juhos2011-08-191-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.4Hauke Mehrtens2011-08-161-1/+1
| | | | SVN-Revision: 28022
* ramips: use maccalc instead of hexdump + sedGabor Juhos2011-08-151-2/+3
| | | | SVN-Revision: 28007
* ramips: rt305x: fix mac addresses on the Netcore NW718 boardGabor Juhos2011-08-152-0/+57
| | | | SVN-Revision: 28006
* ramips: add maccalc to the default package listGabor Juhos2011-08-151-1/+1
| | | | SVN-Revision: 28005
* ramips: add input drivers to the default package listGabor Juhos2011-08-151-2/+4
| | | | SVN-Revision: 28003
* ramips: rt305x: make config and factory partitions read-only on the ATP-52BGabor Juhos2011-08-151-0/+2
| | | | SVN-Revision: 28002
* ramips: add uci-defaults scripts to preconfigure USB LEDsGabor Juhos2011-08-154-0/+96
| | | | SVN-Revision: 28000
* 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-1522-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 boardsGabor Juhos2011-08-155-0/+5
| | | | SVN-Revision: 27996
* ramips: rt305x: add dwc_otg platform deviceGabor Juhos2011-08-152-0/+27
| | | | | | Signed-off-by: Alexander Gordeev <lasaine@lvk.cs.msu.su> SVN-Revision: 27995
* ramips: sync kernel configGabor Juhos2011-08-152-2/+0
| | | | SVN-Revision: 27993
* ramips: load the input drivers during preinitGabor Juhos2011-08-151-0/+12
| | | | SVN-Revision: 27992
* ramips: add support for Argus ATP-52BGabor Juhos2011-08-158-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/RT3350Gabor Juhos2011-08-1513-13/+62
| | | | | | Based on a patch by Roman Yeryomin <roman@advem.lv> SVN-Revision: 27990
* ramips: rt305x: add support for the Netcore NW718 boardGabor Juhos2011-07-2810-1/+189
| | | | SVN-Revision: 27813
* ramips: rt305x: add support for the Asus RT-G32 B1 boardGabor Juhos2011-07-289-1/+143
| | | | | | 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: rt305x: introduce rt305x_register_spi helperGabor Juhos2011-07-282-0/+24
| | | | | | Based on a patch by Sergiy <piratfm@gmail.com> SVN-Revision: 27810
* ramips: add SPI controller driverGabor Juhos2011-07-284-0/+589
| | | | | | Based on a patch by Sergiy <piratfm@gmail.com> SVN-Revision: 27809
* ramips: rt305x: add support for the DIR-600 B1,B2 boardsGabor Juhos2011-07-287-5/+23
| | | | SVN-Revision: 27808
* ramips: rt305x: change machine id for DIR-300Gabor Juhos2011-07-284-4/+4
| | | | SVN-Revision: 27807
* ramips: rt305x: rename LEDs on the DIR-300-B1Gabor Juhos2011-07-282-4/+4
| | | | SVN-Revision: 27806
* ramips: rt305x: sort Kconfig/Makefile entriesGabor Juhos2011-07-282-19/+19
| | | | SVN-Revision: 27805
* ramips: rt305x: fix uci-defaults/network script for the RT3350 based boardsGabor Juhos2011-07-281-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 generationGabor Juhos2011-07-281-1/+1
| | | | SVN-Revision: 27803
* rtl8366: unify rtl8366s and rtl8366rb platform dataFelix Fietkau2011-07-242-4/+4
| | | | SVN-Revision: 27754
* ramips: fix buffalo image generationGabor Juhos2011-07-061-1/+1
| | | | SVN-Revision: 27495
* 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: create tftp image for the WHR-G300N boardGabor Juhos2011-07-061-0/+7
| | | | SVN-Revision: 27476
* ramips: create factory image for the WHR-G300N boardGabor Juhos2011-07-061-0/+24
| | | | SVN-Revision: 27474
* ramips: create factory image for DIR-300-B1Gabor Juhos2011-07-041-0/+3
| | | | SVN-Revision: 27439
* ramips: merge 2.6.39 patchesGabor Juhos2011-07-032-58/+11
| | | | SVN-Revision: 27399
* ramips: remove 2.6.37 stuffGabor Juhos2011-07-0310-555/+0
| | | | SVN-Revision: 27398