summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/rt305x/profiles
Commit message (Collapse)AuthorAgeFilesLines
* ramips: DIR-610-A1 SupportJohn Crispin2013-08-141-0/+10
| | | | | | | | http://patchwork.openwrt.org/patch/3933/ Signed-off-by: Flavio Silveira <fggs@terra.com.br> SVN-Revision: 37785
* ramips: add Poray IP2202 supportJohn Crispin2013-08-011-0/+12
| | | | | | Signed-off-by: Felix Kaechele <heffer@fedoraproject.org> SVN-Revision: 37640
* ramips: add Poray X8 supportJohn Crispin2013-08-011-0/+10
| | | | | | Signed-off-by: Felix Kaechele <heffer@fedoraproject.org> SVN-Revision: 37639
* ramips: add Poray X5/X6 SupportJohn Crispin2013-08-011-0/+10
| | | | | | Signed-off-by: Felix Kaechele <heffer@fedoraproject.org> SVN-Revision: 37638
* ramips: add Poray M4 4M/8M supportJohn Crispin2013-08-011-0/+10
| | | | | | Signed-off-by: Felix Kaechele <heffer@fedoraproject.org> SVN-Revision: 37637
* ramips: add Poray M3 supportJohn Crispin2013-08-011-0/+10
| | | | | | Signed-off-by: Felix Kaechele <heffer@fedoraproject.org> SVN-Revision: 37636
* ramips: add basics for Poray devicesJohn Crispin2013-08-011-0/+7
| | | | | | | | | | | | | | | | This commit adds the basic elements to support Poray brand routers. It contains a tool to do the encryption/obfuscation that is used in Poray routers. Support for Poray devices was worked on by: Felix Kaechele <heffer@fedoraproject.org> Luis Soltero <lsoltero@globalmarinenet.com> Michel Stempin <michel.stempin@wanadoo.fr> Signed-off-by: Felix Kaechele <heffer@fedoraproject.org> SVN-Revision: 37635
* ramips: add MPR-A1 supportJohn Crispin2013-07-271-0/+12
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37568
* ralink: switch back to dwc_otg ... dwc2 seems to not work well with 3G modemsJohn Crispin2013-07-2713-15/+15
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37563
* ramips: Basic support for the AsiaRF RT5350 based AWM002 module and ↵John Crispin2013-07-241-0/+18
| | | | | | | | | | | evaluation board. Basic support for the AsiaRF RT5350 based AWM002 module and evaluation board. http://www.asiarf.com/Smallest-Tiny-Ralink-802-11n-Wireless-AP-Router-Module-Board-AWM002-product-view-375.html Signed-off-by Jon Smirl <jonsmirl@gmail.com> SVN-Revision: 37521
* ramips: Add support for Huawei HG255D in trunkJohn Crispin2013-07-221-0/+17
| | | | | | | | | | HG255D is a kind of popular low-end home gateway in China, this patch bring the the trunk support for it. It is adapted from a local Chinese community (www.right.com.cn), so credit should given to them. This patch is tested to work except trivial LED issues. Signed-off-by: Leon Xu <ylxu72@gmail.com> SVN-Revision: 37505
* ralink: set remove dwc_otg from default packages and use dwc2 insteadJohn Crispin2013-07-2212-14/+14
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37499
* ramips: add HAME MPR-A2 supportJohn Crispin2013-06-101-0/+21
| | | | | | | | | | This patch adds support for HAME MPR-A2 router using a DTS file. The platform is Ralink RT5350. http://wiki.openwrt.org/toh/hame/mpr-a2 Signed-off-by: Dmitry Shmygov <shmygov@rambler.ru> SVN-Revision: 36898
* ramips: add support for belkin F7C027 wemo/homeautomatisation plugJohn Crispin2013-06-101-0/+12
| | | | | | Signed-off-by: Alexander Couzens <lynxis@fe80.eu> SVN-Revision: 36897
* ramips: Update ARC Freestation profileJohn Crispin2013-05-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | These devices are actually built around the 8devices Carambola dev board. ARC FreeStation, Flex mARC, iFlex, and SplitStation devices are supported with this image, see "ARCFlex Firmware Downloads": http://www.antennas.com/wiki/index.php?title=ARC-OS_Firmware_Downloads_and_Revision_History Funnily enough if present the external USB wlan ends up being wlan-0, with the SoC device being wlan-1. - Invert port map so special handling of vlan config can be removed. - Add LED config similar to original ArcOS firmware. - Add GPIO export for enabling PoE passthrough from ethernet port 0 to port 1 - Get MACs from factory partition. - Update description to list supported devices. - Carambola uses RT3050 (not RT3052), though my Carambola CPU actually reports itself as being an RT3350 while still having RT3050F markings. Signed-off-by: Tobias Diedrich <ranma+openwrt@tdiedrich.de> SVN-Revision: 36564
* ramips: move dlink profile to correct sub folder - 2nd tryJohn Crispin2013-04-301-0/+0
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36489
* ramips: move dlink profile to correct sub folderJohn Crispin2013-04-301-0/+20
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36487
* ramips: introduce DTS for ALL5003John Crispin2013-04-251-0/+12
| | | | | | | | | | | | | Prior to the switch to 3.8, ALL5002 and ALL5003 boards shared mach-all5002.c. With the change to DTS, this is no longer accurate, as ALL5002 is based on Rt3352 SoC while ALL5003 is based on Rt5350 SoC, therefore the corresponding rt5350.dtsi need to be included for ALL5003. Signed-off-by: Daniel Golle <dgolle@allnet.de> Patchwork: http://patchwork.openwrt.org/patch/3557/ Acked-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36435
* ramips: Add Alpha ASL-26555 support.John Crispin2013-04-251-0/+19
| | | | | | | | | | | | | | | | This board uses a TrendChip SOC with its own RAM/Flash for ADSL support. We know both SOCs are connected through ethernet and use some kind of protocol for UART communication, but due to the lack of GPL sources we couldn't get it to work. For this reason the network is configured only for LAN. There are two versions (Chile 8MB and Spain 16MB). Wiki: http://wiki.openwrt.org/toh/alpha/asl26555 Signed-off-by: Esteban Benito <estebanjbs@gmail.com> Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> Patchwork: http://patchwork.openwrt.org/patch/3571/ Acked-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36433
* fix ALL5002 default package selectionJohn Crispin2013-04-031-1/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36175
* fix upvel profile namesJohn Crispin2013-04-031-6/+6
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36167
* ramips: add profile and build image for the Upvel UR-326N4G boardGabor Juhos2013-03-111-0/+12
| | | | | | | Patch from: Дмитрий Лебедев <lebedev@trendnet.ru> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35972
* ramips: add profile and build image for the Tenda 3G300MGabor Juhos2013-01-191-0/+13
| | | | | | | | | | | | Factory image should be used to flash from original firmware. [juhosg: use the GENERIC_4M template] Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35246
* add support for Hauppauge BroadwayJohn Crispin2012-12-101-0/+19
| | | | | | | | | | | This patch introduces OpenWRT support for the base Hauppauge/PCTV Broadway platform. It doesn't deal with the TV tuner or transcoder at this point, but the core functionality is working (Ethernet, wireless, USB, buttons, LEDs, etc). Signed-off-by: Devin Heitmueller <dheitmueller@kernellabs.com> SVN-Revision: 34595
* ramips: rt305x: add profile and build image for the Asus RT-N13UGabor Juhos2012-11-291-0/+17
| | | | | | | Signed-off-by: Amit Mendapara <mendapara.amit@gmail.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34407
* adds fon20n profileJohn Crispin2012-11-071-0/+19
| | | | SVN-Revision: 34112
* ramips: add restorefactory to default package set for ALL0239-3G and ALL0256NGabor Juhos2012-11-051-2/+2
| | | | | | Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 34078
* ramips: add rssileds to package set in profile for devices which got them.Gabor Juhos2012-09-051-1/+1
| | | | | | Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 33316
* ramips: add kmod-usb-ohci to defaults packages in profile of ALL5002Gabor Juhos2012-08-291-1/+1
| | | | SVN-Revision: 33307
* ramips: add profile for Allnet devicesGabor Juhos2012-08-221-0/+41
| | | | | | Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 33225
* ramips: rt305x: add support for the UR-336UN boardGabor Juhos2012-04-231-0/+18
| | | | | | Patch-by: Lebedev Dmitry <lebedev@trendnet.ru> SVN-Revision: 31451
* ramips: rt305x: add initial support for Tenda W306R V2.0Gabor Juhos2012-04-211-0/+17
| | | | | | | | | | More device info at: http://wiki.openwrt.org/toh/tenda/w306r Signed-off-by: David Pearce <David_18051985@hotmail.com.au> [juhosg: fix checkpatch errors, remove kmod-phy and luci-ssl packages from the profile, change broken GPIO number] SVN-Revision: 31396
* ramips: add support for the ARC FreeStation5 board, also fix WCR-150GN ↵Jo-Philipp Wich2012-03-291-0/+18
| | | | | | network setup while we're at it - thanks Pau Escrich <p4u@dabax.net> for the implementation SVN-Revision: 31144
* ramips: rt305x: add profile for the AZtech HW-5503G boardGabor Juhos2012-03-121-0/+19
| | | | | | Patch from #11085. SVN-Revision: 30907
* ramips: rt305x: add profile for the Belkin f5d8235v2Gabor Juhos2012-02-111-0/+20
| | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 30432
* ramips: add support for the Senao/EnGenius ESR-9753 boardGabor Juhos2011-12-231-0/+16
| | | | | | Signed-off-by: Artur Wronowski <arteqw@gmail.com> SVN-Revision: 29603
* 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: rt305x: add some USB modules to the default profileGabor Juhos2011-08-151-2/+4
| | | | SVN-Revision: 27999
* 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 diag supportGabor Juhos2010-04-111-1/+1
| | | | SVN-Revision: 20799
* ramips: add default profilesGabor Juhos2010-04-111-0/+16
SVN-Revision: 20797