summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* 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: add a new global config symbol for enabling rfkill support (can be ↵Felix Fietkau2013-07-211-0/+3
| | | | | | | | enabled by default via target feature flag) Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37491
* 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
* kernel: add missing symbols for 3.10Gabor Juhos2013-07-191-0/+3
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37450
* kernel: refresh config-3.10Gabor Juhos2013-07-191-2/+2
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37449
* x86: fix kmod-gpio-pc8736x dependenciesHauke Mehrtens2013-07-191-1/+1
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37447
* kernel: remove gpio_buttonsJonas Gorski2013-07-192-265/+0
| | | | | | | | | | It hasn't been buildable for a long time, and there are no users of it anymore left as all of them have been switched to the upstream accepted version. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37436
* x86: switch rdc to to gpio_keys_polledJonas Gorski2013-07-194-17/+16
| | | | | | | | gpio_buttons have been deprecated since a long time. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37435
* ixp4xx: switch cambira to gpio_keys_polledJonas Gorski2013-07-191-9/+9
| | | | | | | | gpio_buttons have been deprecated since a long time. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37434
* kernel: update bcma and ssb to version from wireless-testing/master tag ↵Hauke Mehrtens2013-07-1923-1026/+9597
| | | | | | | | | | master-2013-07-18 This should fix some build problems in b43 with kernel 3.3. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37432
* kernel: add missing kernel config symbolJonas Gorski2013-07-191-0/+1
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37423
* imx23: add back the missing imx23 target dependencyFelix Fietkau2013-07-181-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37417
* imx23: ChipIdea changesZoltan Herpai2013-07-171-14/+9
| | | | | | | | | - move ci_hdrc into generic modules - add separate package for imx-specific modules Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 37384
* 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
* imx6: add missing patches (r37363)Luka Perkov2013-07-153-0/+338
| | | | SVN-Revision: 37364
* imx6: add support for gw5400-aLuka Perkov2013-07-158-11/+1866
| | | | | | Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 37363
* imx6: use $PATH to locate dtc binaryLuka Perkov2013-07-151-1/+1
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37362
* 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
* kernel: v3.10 has no GENERIC_GPIO anymoreJohn Crispin2013-07-152-2/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37355