summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips
Commit message (Collapse)AuthorAgeFilesLines
* ramips: add Poray X8 supportJohn Crispin2013-08-018-3/+125
| | | | | | Signed-off-by: Felix Kaechele <heffer@fedoraproject.org> SVN-Revision: 37639
* ramips: add Poray X5/X6 SupportJohn Crispin2013-08-018-3/+158
| | | | | | Signed-off-by: Felix Kaechele <heffer@fedoraproject.org> SVN-Revision: 37638
* ramips: add Poray M4 4M/8M supportJohn Crispin2013-08-019-2/+222
| | | | | | Signed-off-by: Felix Kaechele <heffer@fedoraproject.org> SVN-Revision: 37637
* ramips: add Poray M3 supportJohn Crispin2013-08-018-0/+136
| | | | | | Signed-off-by: Felix Kaechele <heffer@fedoraproject.org> SVN-Revision: 37636
* ramips: add basics for Poray devicesJohn Crispin2013-08-012-0/+43
| | | | | | | | | | | | | | | | 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
* ralink: add mt7620a_mt7610e profileJohn Crispin2013-08-012-0/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37633
* kernel: update remaning platforms accidentally left out of r37617Felix Fietkau2013-07-301-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37619
* ramips: fix indenting of spi partitions inside dts filesJohn Crispin2013-07-2912-240/+240
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37609
* build: unify target independent optimization optionsFelix Fietkau2013-07-291-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37600
* ramips: add MPR-A1 supportJohn Crispin2013-07-2710-0/+143
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37568
* ralink: gpio driver should not set gpio to input when irq is queriredJohn Crispin2013-07-271-16/+24
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37567
* ramips: add back dwc_otg driverJohn Crispin2013-07-272-0/+24538
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37566
* ramips: MPR-A2 should use memory auto detectionJohn Crispin2013-07-271-4/+0
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37565
* ramips: enable usb phy support on rt5350John Crispin2013-07-271-0/+10
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37564
* 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: unbreak asiarf dts filesJohn Crispin2013-07-263-6/+0
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37561
* kernel: update 3.10 to 3.10.3Gabor Juhos2013-07-262-2/+2
| | | | | | | | Also refresh 3.10 patches. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37546
* ramips: disable hg255dJohn Crispin2013-07-251-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37532
* ramipe: disable HG255D supportJohn Crispin2013-07-251-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37531
* ramips: important patch for HG255DJohn Crispin2013-07-252-2/+8
| | | | | | | | | | r37505 add support for Huawei HG255D, but it only tested under a community hacked u-boot ("lintel u-boot"), which has a different mtd layout compared to origin one. If you install it on a box with origin u-boot, the origin factory part will be destroyed, and your wifi interface will never up!!! This patch shrink firmware part in mtd layout to exclude origin factory part, and I will prepare another patch to fix the eeprom extract issue for box with origin u-boot. Signed-off-by: Leon Xu <ylxu72@gmail.com> SVN-Revision: 37530
* ramips: Basic support for the AsiaRF RT5350 based AWM002 module and ↵John Crispin2013-07-2412-0/+231
| | | | | | | | | | | 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: fix HG255D VLAN initial detect issueJohn Crispin2013-07-231-0/+1
| | | | | | Signed-off-by: Leon Xu <ylxu72@gmail.com> SVN-Revision: 37517
* ramips: Add support for Huawei HG255D in trunkJohn Crispin2013-07-228-1/+156
| | | | | | | | | | 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
* kernel: update 3.10 to 3.10.2Gabor Juhos2013-07-2236-406/+74
| | | | | | | | Also refresh 3.10 patches. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37502
* ralink: set remove dwc_otg from default packages and use dwc2 insteadJohn Crispin2013-07-2213-15/+15
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37499
* ralink: remove dwc_otg from modules.mkJohn Crispin2013-07-221-20/+0
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37498
* ralink: set v3.10 as defaultJohn Crispin2013-07-2272-46241/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37497
* kernel: move CONFIG_NET_IP_TUNNEL to genericJonas Gorski2013-07-193-3/+0
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37465
* ramips: add sysupgarde support for wl-330n3gJohn Crispin2013-07-171-0/+1
| | | | | | | | https://dev.openwrt.org/ticket/13891 Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37376
* ramips: make the old dwc driver depend on v3.9John Crispin2013-07-151-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37357
* ramips: add v3.10 kernel config filesJohn Crispin2013-07-153-0/+508
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37356
* ramips: fix ehci/ohci OF bindingJohn Crispin2013-07-151-34/+40
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37354
* ramips: update dtsi files to work with dwc2 driverJohn Crispin2013-07-151-0/+3
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37353
* ramips: add a explicit reset to dwc2John Crispin2013-07-151-3/+11
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37352
* ramips: add a patch to make dwc2 work with boards that have an old bootloaderJohn Crispin2013-07-151-0/+13
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37339
* ramips: add ralink v3.10 supportJohn Crispin2013-07-1536-1/+14130
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37331
* ramips: disable ill_acc driver by defaultJohn Crispin2013-07-145-9/+17
| | | | | | | | The driver seems to be causoing boot rpoblems on some SoCs Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37314
* ralink: drop v3.8 supportJohn Crispin2013-07-1490-46453/+0
| | | | | | Signed-off-by: John Crispin <blogic@opewnrt.org> SVN-Revision: 37311
* kernel: update to kernel 3.9.10 and refresh patchesHauke Mehrtens2013-07-131-1/+1
| | | | SVN-Revision: 37274
* ralink: vlan offloading is causing problems. disable itJohn Crispin2013-07-081-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37203
* ralink: unbreak ralink i2c supportJohn Crispin2013-07-081-15/+23
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37202
* ralink: add i2c-ralink kmod infoJohn Crispin2013-07-081-0/+15
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37200
* ramips: fix RT-N13U gpio buttonsJohn Crispin2013-07-041-2/+7
| | | | | | | | https://dev.openwrt.org/ticket/13795 Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37163
* ramips: update wlan firmware hotplug script for new eeprom sizeFelix Fietkau2013-06-301-7/+7
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37112
* kernel: update linux 3.9 to 3.9.8Jonas Gorski2013-06-3069-725/+84
| | | | | | | | Includes memory allocation fixes as well as several networking fixes. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37103
* ramips: unbreak initramfs generationJohn Crispin2013-06-291-7/+7
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37080
* ramips: fix ethernet driverJohn Crispin2013-06-282-295/+213
| | | | | | | | make sure the driver does not crash under load Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37058
* targets: prepare for supporting normal and initramfs imagesFlorian Fainelli2013-06-271-2/+7
| | | | | | | | | | | | In order to support both normal images and initramfs, ensure that each target sets KERNELNAME properly so that the generic kernel building code can copy the corresponding files over $(KDIR) with the appropriate extension. Update the various paths to the kernel and wrapper images from $(LINUX_DIR)/arch/$(ARCH)/boot/$(foo) to $(KDIR)/$(foo). Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 37049
* ramips: fix rt2x00 ethernet compile bugJohn Crispin2013-06-271-22/+22
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37043
* ramips: add missing symbols to rt288x configJohn Crispin2013-06-271-8/+16
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37042