summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* ramips: fix target rt5350 only have 28 gpiosJohn Crispin2014-07-021-23/+4
| | | | | | Signed-off-by: michael <igvtee@gmail.com> SVN-Revision: 41475
* lantiq: UbinizeImage instead of lantiq-specific ubinize.cfg filesJohn Crispin2014-07-021-1/+23
| | | | | | | | | | New make target in lantiq to use UbinizeImage and SysupgradeNand. Only enabled for BTHOMEHUBV2B for the moment but should be useable for other lantiq nand boards. Signed-off-by: Ben Mulvihill <ben.mulvihill@gmail.com> SVN-Revision: 41474
* lantiq: add support for /tmp/sysinfoJohn Crispin2014-07-025-8/+28
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41472
* 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
* ar71xx: add missing config symbolJohn Crispin2014-07-021-0/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41455
* lantiq: fix missing symbolsJohn Crispin2014-07-021-0/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41454
* 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
* ar71xx: Add support for MikroTik RouterBOARD SXT LiteJohn Crispin2014-07-016-0/+289
| | | | | | | | | | | | | | | | This patch adds support for the MikroTik RouterBOARD SXT Lite. The new RB911L series is also supported as a result. v2 of this patch fixes the wmac offset to match what is on the sticker. v3 refreshes the patch against r41148 and defines the power led as the status led in diag.sh v4 refreshes the patch against r41353 and fixes the patch path issue to make git am work correctly v5 selects the kernel config option in the mikrotik profile rather than in the main ar71xx config Signed-off-by: Matthew Reeve <mreeve@tenxnetworks.com> Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41450
* lantiq: Enable LANTIQ_PHY and LANTIQ_XRX200 only in XRX200 subtargetJohn Crispin2014-07-012-2/+2
| | | | | | | | | | | | | Enable LANTIQ_PHY and LANTIQ_XRX200 only in XRX200 subtarget. These drivers are not needed for ASE, Danube and AR9. As side effect PHY11G and PHY22F firmwares are not included in the kernel image, which saves 64 KB. Signed off by: José Vázquez Fernández <ppvazquezfer@gmail.com> Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41449
* 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
* set led triggers for the Linksys WRT1900ACImre Kaloz2014-07-011-0/+22
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 41436
* adjust default profile, and add an evalboard oneImre Kaloz2014-07-012-4/+28
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 41435
* drop unneeded fileImre Kaloz2014-07-011-9/+0
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 41433
* brcm63xx: fix Livebox 1 supportJonas Gorski2014-06-304-16/+22
| | | | | | | | | | | | | | | | | The Livebox 1 support is currently broken. Fixed with this patch Fixes: - Redboot partitioning broken: fixed - Replaced custom ephy reset with platform code - USB code breaks the building process: fixed - Led colors - Removed unneded EHCI code since bcm6348 only has OHCI Signed-off-by: Daniel Gonzalez <dgcbueu@gmail.com> [jogo: drop unneded parts since merge, fixup to apply to current head] Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 41424
* brcm63xx: 3.10: backport multi-board supportJonas Gorski2014-06-3076-632/+1289
| | | | | | | | There have been no reported regressions, so backport it to 3.10. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 41422
* brcm63xx: Add support for Comtrend WAP-5813nJonas Gorski2014-06-307-3/+254
| | | | | | | | | | This adds support for Comtrend WAP-5813n. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> [jogo: refresh patches] Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 41421
* brcm63xx: CPVA502+ board fixesJonas Gorski2014-06-3055-111/+103
| | | | | | | | | | | | | | | Some fixes for Telsey CPVA502+ bcm6348 routers: - reset the external PHY (eth1) with proper platform code, not using a led definiton - eth1 is an external phy, not a switch, deleted forced link speed - fixed led color Patch made for 3.14 kernel patches. Signed-off-by: Daniel Gonzalez <dgcbueu@gmail.com> [jogo: also fix 3.14, refresh patches] Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 41420
* mvebu: drop 3.10 supportLuka Perkov2014-06-29197-20508/+0
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 41406
* fix the WPS button's GPIO number on the mambaImre Kaloz2014-06-291-1/+1
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 41392
* kernel: add missing config symbolsJonas Gorski2014-06-293-0/+9
| | | | | | | | | | Spotted by several buildbots. Signed-off-by: Michael Heimpold <mhei@heimpold.de> Patchwork: http://patchwork.openwrt.org/patch/5768/ Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 41391
* upgrade to Linux 3.14.9Imre Kaloz2014-06-291-1/+1
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 41388
* build firmware images for the Mamba (Linksys WRT1900AC)Imre Kaloz2014-06-291-0/+5
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 41387
* set nand and squashfs featuresImre Kaloz2014-06-291-2/+2
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 41386
* add uboot-envtools by defaultImre Kaloz2014-06-291-1/+1
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 41385
* handle the dual-firmware layout on the WRT1900ACImre Kaloz2014-06-291-0/+153
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 41384
* use the power led on the WRT1900AC for status reportingImre Kaloz2014-06-291-0/+29
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 41383
* fixup mac addresses on the WRT1900ACImre Kaloz2014-06-292-0/+29
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 41382
* automatically generate network configImre Kaloz2014-06-292-0/+32
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 41381
* update mamba dtsImre Kaloz2014-06-291-9/+8
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 41379
* kernel: add missing config symbolFelix Fietkau2014-06-294-0/+4
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41378
* xburst: remove bogus led support overrideFelix Fietkau2014-06-291-1/+0
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41373
* x86/kvm_guest: fix out of sync config-3.10John Crispin2014-06-291-0/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41372
* kernel: implement optinal multicast->unicast conversion for igmp snoopingFelix Fietkau2014-06-282-0/+748
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41367
* kernel: enable bridge igmp snoopingFelix Fietkau2014-06-284-4/+4
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41366
* ar71xx: refresh patchesFelix Fietkau2014-06-284-11/+10
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41365
* xburst: remove bogus config overrideFelix Fietkau2014-06-281-1/+0
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41364
* ar7: backport an upstream fixing serial consoleFlorian Fainelli2014-06-271-0/+28
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 41363
* kernel: update 3.14 to 3.14.9Luka Perkov2014-06-276-25/+25
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 41362
* update config for 3.14Imre Kaloz2014-06-271-16/+19
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 41361
* build squashfs on ubi and SysupgradeNAND imagesImre Kaloz2014-06-271-0/+12
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 41360
* ralink: refresh kernel patchesJohn Crispin2014-06-265-13/+11
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41353
* kernel: refresh generic patchesJohn Crispin2014-06-2626-182/+86
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41352
* kernel: update 3.10.36->3.10.44John Crispin2014-06-2628-71/+27
| | | | | | | | 205-fix-headers_install.patch is obseleted by upstream commit 3246a0352e3d58380b9386570f1db1faf7edf8a8 Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41351
* ar71xx: r41348 is missing these filesJohn Crispin2014-06-264-0/+279
| | | | | | | | sorry, the downside when applying patches with patch Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41350