summaryrefslogtreecommitdiff
path: root/target/linux/ramips
Commit message (Collapse)AuthorAgeFilesLines
* ralink: add 3.14 supportJohn Crispin2014-08-0766-0/+64992
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 42040
* ralink: revert r37163John Crispin2014-08-071-7/+2
| | | | | | | | https://dev.openwrt.org/ticket/17071 Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 42036
* ramips: add profile for easyacc wizard8800John Crispin2014-08-031-0/+21
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41986
* firmware-utils: made mkdir615h1 work for all Senao-produced devices as ↵John Crispin2014-08-031-2/+3
| | | | | | | | mksenaofw and cleaned up some of its formatting Signed-off-by: Forest Crossman <cyrozap@gmail.com> SVN-Revision: 41962
* ramips:support Lenovo AC1200 Wireless routerJohn Crispin2014-08-0310-2/+262
| | | | | | | | | Lenovo AC1200 series has two types, Y1 and Y1S. Y1S has 256MB DDR2, Y1 only has 128MB and Y1 have no Giga Port. Signed-off-by: Lintel <lintel.huang@gmail.com> SVN-Revision: 41961
* ramips: Add support for VoCoreJohn Crispin2014-08-018-0/+256
| | | | | | | | | This is based and tested on VoCore Alpha, but other stuff like status/eth LEDs are present on the final board revision + VoDock. All GPIOs are exported, except spi/i2c. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 41939
* ramips: Add support for SPI_CS1 pinmuxJohn Crispin2014-08-012-0/+37
| | | | | | | | This patch adds support for setting SPI_CS1 as Chip Select, Watchdog reset output and GPIO#27. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 41938
* ramips: add support for easyacc wizard8800John Crispin2014-08-014-0/+89
| | | | | | Signed-off-by: Sebastian Wendel <s.wendel@sourceindex.de> SVN-Revision: 41936
* ramips: Fix LEDs on the Kingston MLW221John Crispin2014-08-012-1/+2
| | | | | | | | | | LED Fix up for the Kingston Mobilelite Wireless (MLW-221) http://wiki.openwrt.org/toh/kingston/mlw221 Signed-off-by: L. D. Pinney <ldpinney@gmail.com> SVN-Revision: 41933
* ramips: correct typo ubsphy -> usbphyJohn Crispin2014-07-283-3/+3
| | | | | | | | This appears to be a typo. Signed-off-by: Russell Senior <russell@personaltelco.net> SVN-Revision: 41859
* ramips: fix mode switch gpio for AsiaRF AWM eval boardJohn Crispin2014-07-283-3/+3
| | | | | | | | | | Fix a typo: gpio 21 is already used for the WPS led. Gpio 20 is the right one (tested) for the mode switch. Confirmed that /sys/kernel/debug/gpio state followed the position of the switch. Signed-off-by: Russell Senior <russell@personaltelco.net> SVN-Revision: 41858
* ramips: add ethernet macaddr to dts for AWM003-EVBJohn Crispin2014-07-281-0/+4
| | | | | | | | Follows the pattern of http://patchwork.openwrt.org/patch/5970/ Signed-off-by: Russell Senior <russell@personaltelco.net> SVN-Revision: 41857
* ramips: add support for Kingston MLW221John Crispin2014-07-267-0/+135
| | | | | | | | | | This patch adds support for the Kingston Mobilelite Wireless (MLW-221) http://wiki.openwrt.org/toh/kingston/mlw221 Signed-off-by: L. D. Pinney <ldpinney@gmail.com> SVN-Revision: 41841
* ramips: ethernet mac cleanupJohn Crispin2014-07-2625-133/+85
| | | | | | | | | Compile tested all subtargets and profiles. Unfortunately I don't own any board affected by these changes, so no run tests. Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 41839
* ramips: fix vlan configuration for asiarf avm003John Crispin2014-07-261-0/+1
| | | | | | | | | The earlier r41797 change was missing this part, to enable the right vlan configuration. Signed-off-by: Russell Senior <russell@personaltelco.net> SVN-Revision: 41838
* ramips: fix sysupgrade for asiarf awm003John Crispin2014-07-262-0/+4
| | | | | | | | | Since the earlier r41797 change, the board_name for awm003 has been miscalculated, and sysupgrade has been broken. This seems to fix it. Signed-off-by: Russell Senior <russell@personaltelco.net> SVN-Revision: 41837
* ramips: fix gpio mapping on MZK-750DHPJohn Crispin2014-07-231-1/+18
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41811
* ramips: fix missing inclusion of system.sh for mtd_get_mac_binary and friends.John Crispin2014-07-231-0/+1
| | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com> SVN-Revision: 41810
* ramips: add a profile for AWM003John Crispin2014-07-223-1/+72
| | | | | | | | same as AWM002 but with 64mb RAM Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41797
* kernel: update to 3.10.49 Signed-off-by: John Crispin <blogic@openwrt.org>John Crispin2014-07-201-1/+1
| | | | SVN-Revision: 41776
* ramips: fix mac address partitions on ASL-26555John Crispin2014-07-202-9/+8
| | | | | | | | | ASL-26555 16MB: caldata is present on uboot-env and devdata, but the proper one seems to be the devdata, since mac address corresponds to Amper, the real manufacturer, meanwhile the caldata on uboot-env corresponds to D-Link. ASL-26555 8MB: caldata is only present on uboot-env, but its mac address corresponds to Alpha, the real manufacturer. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 41768
* ramips: soc wmac eeprom cleanupJohn Crispin2014-07-1790-131/+358
| | | | | | | | | | | | | | | | | | | | | | | | | | Move eeprom extraction from scripts to dts files. Additionally there are few other changes like: - whitespace fixes - add partition labels where needed - BR6524N board doesn't exist (lost in translation?) - fix Edimax 3g-6200nl model - add wmac eeprom to dts for Asus RT-N14U board Compile tested all subtargets and their profiles. Run tested on: - Asus RT-N15 - Asus RT-N14U - Buffalo WHR-600D - Argus ATP52B - Sparklan WCR-150GN Few problems noted: - many boards didn't have wmac eeprom information defined at all - several boards don't have any patitions defined (see FIXME comments in dts) Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 41680
* ramips: basic support for Planex MZK-750DHPJohn Crispin2014-07-145-1/+95
| | | | | | | | some gpios are still missing. Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41654
* ramips: squelch mdio debugging info on rt2880 ethernetJohn Crispin2014-07-141-0/+22
| | | | | | | | | Use pr_debug rather than pr_info since it is only relevant for debugging. Signed-off-by: Claudio Leite <leitec@staticky.com> SVN-Revision: 41653
* ramips: fix port mapping and extract wmac eeprom on ZBT-WA05 boardJohn Crispin2014-07-141-1/+5
| | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 41634
* ramips: extract mac address from flash on WHR-600D boardJohn Crispin2014-07-141-0/+1
| | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 41633
* ramips: extract default lan_mac from eth0John Crispin2014-07-141-0/+1
| | | | | | | | | The default case of ramips_setup_macs() is useful when mtd-mac-address is defined in dts. But lan_mac is not set by default, this results in lan and wan having the same mac. Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 41632
* ramips: add support for WR8305RT boardJohn Crispin2014-07-129-1/+137
| | | | | | | Signed-off-by: Jorge Vargas <jorge.vargas@sosvia.com> Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41584
* ramips: add support for Zbtlink WA05 routerJohn Crispin2014-07-106-2/+126
| | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 41579
* target/linux/*: more dead package cleanupsJohn Crispin2014-07-101-1/+1
| | | | | | | | found 2 more Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41574
* target/linux/*: more dead package cleanupsJohn Crispin2014-07-104-5/+5
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41571
* ralink: wpa does not exist, use wpad-mini insteadJohn Crispin2014-07-101-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41561
* ramips: add missing rt3352 usb phy node to dtsJohn Crispin2014-07-021-2/+9
| | | | | | Signed-off-by: michael <igvtee@gmail.com> SVN-Revision: 41476
* ramips: fix target rt5350 only have 28 gpiosJohn Crispin2014-07-021-23/+4
| | | | | | Signed-off-by: michael <igvtee@gmail.com> SVN-Revision: 41475
* ralink: make xhci platform depend on mt7621John Crispin2014-07-021-94/+140
| | | | | | | | this broke CONFIG_ALL builds for mt7620 Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41471
* ralink: add Wansview NCS601W IP CameraJohn Crispin2014-07-026-0/+136
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41453
* ralink: register wifi firmware for WRTnodeJohn Crispin2014-07-011-0/+1
| | | | | | | | | After r41444 wifi working on WRTnode. Tested. Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41452
* ramips: set default vid of each vlan, so it won't need be set explicitly.John Crispin2014-07-011-8/+16
| | | | | | Signed-off-by: Xiongfei Guo <xfguo@credosemi.com> SVN-Revision: 41448
* ramips: add WHR-1166 supportJohn Crispin2014-07-015-2/+148
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41447
* ramips: sync the WHR-600D flash layout with that of the vendor FWJohn Crispin2014-07-011-3/+3
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41446
* ramips: add wmac to mt7620a device treeJohn Crispin2014-07-011-0/+10
| | | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv> Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41445
* ramips: add wmac to mt7620n device treeJohn Crispin2014-07-011-0/+10
| | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 41444
* ramips: enable wmac clock for mt7620John Crispin2014-07-011-0/+27
| | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 41443
* ralink: refresh kernel patchesJohn Crispin2014-06-265-13/+11
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41353
* kernel: update 3.10.36->3.10.44John Crispin2014-06-261-1/+1
| | | | | | | | 205-fix-headers_install.patch is obseleted by upstream commit 3246a0352e3d58380b9386570f1db1faf7edf8a8 Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41351
* ralink: fix up WRTNode vs WRTNODE in the dts fileJohn Crispin2014-06-261-1/+1
| | | | | | | | https://dev.openwrt.org/ticket/16899 Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41343
* ralink: Update MT7530 switch driver.John Crispin2014-06-241-82/+186
| | | | | | | | | | | - Support set VLAN ID of each vlan. - Support untag feature. - Replace register address with C MACRO. - There are 8 ports for MT7530 actually. Signed-off-by: Xiongfei Guo <xfguo@credosemi.com> SVN-Revision: 41331
* ramips: cleanup some rt305x profilesJohn Crispin2014-06-193-21/+14
| | | | | | | | | | move both asus boards to asus.mk rename HW5503G profile to HW550-3G to match name in image/Makefile (fixes #16599) Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 41271
* ramips: RT-N56U support fixes and factory image creationJohn Crispin2014-06-164-3/+58
| | | | | | Signed-off-by: Mikko Hissa <mikko.hissa@werzek.com> SVN-Revision: 41224
* ramips: fixes XDXRN502J reset buttonJohn Crispin2014-06-161-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41217