summaryrefslogtreecommitdiffstats
path: root/target/linux
Commit message (Collapse)AuthorAgeFilesLines
...
* lantiq: add devicetree for TP-Link TDW8970John Crispin2013-07-251-0/+248
| | | | | | Signed-of-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37541
* lantiq: fix initramfs image generation for lzmaloader based imagesJohn Crispin2013-07-251-4/+10
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37540
* lantiq: make macs loadable from mtd partitionsJohn Crispin2013-07-251-34/+72
| | | | | | | | This is a really ugly hack but it will have to do until we copy the ramips patches to the lantiq tree Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37539
* lantiq: add a hook to make leds work on the secondary usb busJohn Crispin2013-07-251-1/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37538
* lantiq: update pcie driverJohn Crispin2013-07-251-1049/+1895
| | | | | | | | This is an intermediate commit until the new OF driver is functional. Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37537
* xburst: Add missing kernel config symbolLars-Peter Clausen2013-07-251-0/+1
| | | | | | Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> SVN-Revision: 37534
* 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
* linux/atheros: add 3.10 kernel supportJohn Crispin2013-07-2214-0/+6562
| | | | SVN-Revision: 37513
* xburst: Unmark brokenLars-Peter Clausen2013-07-221-1/+1
| | | | | | | | 3.10 support is working fine for this platform, so unmark it broken. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> SVN-Revision: 37512
* xburst: Remove 3.8 supportLars-Peter Clausen2013-07-2216-4561/+0
| | | | | | | | 3.8 support for this platform is broken, so remove it. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> SVN-Revision: 37511
* xburst: Add 3.10 supportLars-Peter Clausen2013-07-2217-0/+5427
| | | | | | | | Missing files from the previous commit. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> SVN-Revision: 37510
* xburst: Add 3.10 supportLars-Peter Clausen2013-07-221-1/+1
| | | | | | Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> SVN-Revision: 37509
* ar71xx: fix switch port map for the Archer C7Gabor Juhos2013-07-221-2/+8
| | | | | | | | | | | The correct port number for the WAN port is 1. Update the VLAN port maps to reflect that. https://forum.openwrt.org/viewtopic.php?pid=203755#p203755 Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37507
* kernel/3.10: rework MIPS FPU emulation disable patchGabor Juhos2013-07-221-124/+78
| | | | | | | | | Get rid of some ifdefs, and make sure that the microMIPS specific code is disabled as well. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37506
* 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-2299-1287/+712
| | | | | | | | Also refresh 3.10 patches. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37502
* kernel: update 3.9 to 3.9.11Gabor Juhos2013-07-225-9/+9
| | | | | | | | Also refresh 3.9 patches. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37501
* 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: fix crash in act_connmark in 3.9 and 3.10 (fixes #13916, #13876)Felix Fietkau2013-07-212-24/+46
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37493
* kernel: add missing config option CONFIG_SND_MXS_SOCHauke Mehrtens2013-07-211-0/+1
| | | | | | | | This is needed by imx23 target. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37492
* kernel: Remove gpio-pwm patchesLars-Peter Clausen2013-07-2114-1076/+4
| | | | | | | | | There is no platform using the gpio-pwm driver, yet these patches break the generic PWM framework that is in upstream. So just remove them. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> SVN-Revision: 37490
* kernel: merge a proposed fix from LKML for fixing infinite data returned by ↵Felix Fietkau2013-07-201-0/+45
| | | | | | | | /proc/timer_list Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37484
* brcm63xx: add linux 3.10 supportJonas Gorski2013-07-20128-0/+15510
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37481
* Revert "ar71xx: override cpu_has_mmips feature"Gabor Juhos2013-07-201-4/+3
| | | | | | | | | This reverts r37477. A generic patch is used to fix this globally, so revert the ar71xx specific change. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37480
* kernel/3.10: add a generic patch for cpu_has_mmips overrideGabor Juhos2013-07-201-0/+45
| | | | | | | | | | Backport of commit 3ddc14add5e6341cf8ef4058c34c67ba7fd15317 from 3.11-rc1 Suggested-by: Jonas Gorski <jogo@openwrt.org> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37479
* kernel/3.10: make emulate_load_store_microMIPS staticGabor Juhos2013-07-201-0/+32
| | | | | | | | | | | | This allows the compiler to remove the emulate_load_store_microMIPS function if cpu_has_mmips is defined as zero. Backport of commit 74338805ec6869594d583535f941cb478c94dd73 from 3.11-rc1. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37478
* ar71xx: override cpu_has_mmips featureGabor Juhos2013-07-201-3/+4
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37477
* ar71xx: use mtd_get_part_size helperGabor Juhos2013-07-201-13/+1
| | | | | | | | | Drop the local get_mtd_part_size implementation and use the equivalent function provided by lib/functions.sh. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37476
* mpc85xx: remove 3.8 supportGabor Juhos2013-07-207-1015/+0
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37474
* mpc85xx: switch to 3.10Gabor Juhos2013-07-201-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37473
* mpc85xx: add 3.10 supportGabor Juhos2013-07-207-0/+1021
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37472
* ar71xx: build image for the TP-LINK TL-WR941N v6 boardGabor Juhos2013-07-201-1/+2
| | | | | | | | | | | | TL-WR941N v6 use almost same IC as WDR3500. [juhosg: change subject, and change fw layout from 4M to 4Mlzma] Patchwork: http://patchwork.openwrt.org/patch/3719/ Signed-off-by: ShuYu Wang <andelf@gmail.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37471
* linux: move more ARM_ERRATA symbols to the generic configGabor Juhos2013-07-2012-49/+59
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37470
* linux: remove 3.7 supportGabor Juhos2013-07-20173-38237/+0
| | | | | | | | It is not used by any target. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37469
* linux: remove duplicated 3.10 symbols from target config filesGabor Juhos2013-07-205-11/+0
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37467
* kernel: move CONFIG_NET_IP_TUNNEL to genericJonas Gorski2013-07-1910-9/+1
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37465
* malta: remove CONFIG_NET_CLS* overridesGabor Juhos2013-07-191-8/+0
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37464
* malta: remove CONFIG_NET_SCH_* overridesGabor Juhos2013-07-191-11/+0
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37463
* malta: remove CONFIG_*_PHY overridesGabor Juhos2013-07-191-10/+0
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37462
* malta: remove 3.8 supportGabor Juhos2013-07-191-288/+0
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37457
* malta: switch to 3.10Gabor Juhos2013-07-191-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37456
* malta: add support for 3.10Gabor Juhos2013-07-191-0/+289
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37455
* malta: update READMEGabor Juhos2013-07-191-2/+2
| | | | | | | | | The images which are usable with Qemu have a '-initramfs' suffix. Update the readme to reflect that. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37454
* malta: avoid redundant vmlinux-initramfs.elf copyGabor Juhos2013-07-191-3/+0
| | | | | | | | Patchwork: http://patchwork.openwrt.org/patch/3811/ Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37453