summaryrefslogtreecommitdiffstats
path: root/target/linux/generic
Commit message (Collapse)AuthorAgeFilesLines
* kernel: add missing iio config symbols for 3.10Zoltan Herpai2013-08-011-0/+83
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 37631
* kernel: update to linux 3.10.4, refresh patchesFelix Fietkau2013-07-2923-67/+64
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37617
* kernel: add missing config symbols for 3.10Felix Fietkau2013-07-291-0/+3
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37602
* build: unify target independent optimization optionsFelix Fietkau2013-07-295-10/+10
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37600
* kernel: stop patching -funit-at-a-time into CFLAGS, it has no effect on ↵Felix Fietkau2013-07-295-50/+0
| | | | | | | | recent compilers Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37598
* strict_strtoul is obsolete, use kstrtoul insteadJohn Crispin2013-07-2711-51/+51
| | | | | | | | based on http://patchwork.openwrt.org/patch/3827/ Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37562
* 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
* kernel: update 3.10 to 3.10.2Gabor Juhos2013-07-2224-112/+77
| | | | | | | | 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-221-2/+2
| | | | | | | | Also refresh 3.9 patches. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37501
* 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
* 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
* linux: move more ARM_ERRATA symbols to the generic configGabor Juhos2013-07-204-0/+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
* kernel: move CONFIG_NET_IP_TUNNEL to genericJonas Gorski2013-07-191-0/+1
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37465
* 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
* 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
* kernel: update bcma and ssb to version from wireless-testing/master tag ↵Hauke Mehrtens2013-07-1912-801/+9530
| | | | | | | | | | 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
* kernel: v3.10 has no GENERIC_GPIO anymoreJohn Crispin2013-07-152-2/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37355
* kernel: refresh 3.10 patchesFelix Fietkau2013-07-1526-58/+55
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37348
* kernel: fix another corner case in the bridge state patch (#13874)Felix Fietkau2013-07-152-4/+4
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37347
* kernel: fix a bridge issue that broke WDS client handling in 3.9+Felix Fietkau2013-07-154-4/+130
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37341
* kernel: fix block2mtd build after removing the device refresh ioctlFelix Fietkau2013-07-152-270/+2
| | | | | | | | fixes #13882 Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37332
* kernel: add some more ARM related configuration symbolsFlorian Fainelli2013-07-141-0/+4
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 37320
* brcm47xx: use b53 phy driver for the switch in kernel 3.10Hauke Mehrtens2013-07-141-0/+5
| | | | | | | | | | This makes it possible to use swconfig to controll the switch. This was tested with devices using b43 and bgmac. This was not tested on devices using tg3. This does not support the adm switch used in some very old devices. SVN-Revision: 37304
* kernel: disable the yaffs2 /proc code to make it compile on linux 3.10 (#13848)Felix Fietkau2013-07-141-0/+45
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37285
* kernel: implement automatic rootfs split from the firmware partition in ↵Felix Fietkau2013-07-142-77/+180
| | | | | | | | linux 3.10 (disabled by default) Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37283
* kernel/base-files: clean up old code related to refreshing mtd partitions, ↵Felix Fietkau2013-07-141-139/+4
| | | | | | | | it is no longer used anywhere Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37282
* kernel: refresh patches for kernel 3.8.13Hauke Mehrtens2013-07-135-88/+69
| | | | SVN-Revision: 37276
* kernel: update to kernel 3.10.1 and refresh patchesHauke Mehrtens2013-07-132-20/+23
| | | | SVN-Revision: 37275
* kernel: update to kernel 3.9.10 and refresh patchesHauke Mehrtens2013-07-133-22/+25
| | | | SVN-Revision: 37274
* kernel: add a patch that reduces module size by removing non-essential ↵Felix Fietkau2013-07-116-0/+603
| | | | | | | | information (reduces default rootfs size by ~5k after lzma) Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37255
* kernel: disable CONFIG_RD_LZMA by default, it will be selected when actually ↵Felix Fietkau2013-07-116-6/+6
| | | | | | | | needed Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37253
* kernel: disable CONFIG_CLS_U32_PERF by default, it is usually not neededFelix Fietkau2013-07-116-6/+6
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37252
* kernel: add a bunch of missing LCD Kconfig optionsFlorian Fainelli2013-07-101-0/+3
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 37233
* kernel: add missing configuration symbols used on ARM platformsFlorian Fainelli2013-07-091-0/+4
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 37217
* kernel: update PATCHES with a stricter policyFlorian Fainelli2013-07-091-0/+5
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 37216
* kernel: debloat the lzma compress/decompress code some moreFelix Fietkau2013-07-093-261/+1869
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37211
* kernel: do not accept sysrq characters via serial portFelix Fietkau2013-07-096-0/+75
| | | | | | | | | many boards have a disconnected TTL level serial which can generate some garbage that can lead to spurious false sysrq detects. Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37210
* kernel: add missing config symbolJonas Gorski2013-07-091-0/+1
| | | | | | | | Should fix buildbot builds of ixp4xx. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37208
* linux: refresh kernel configs with kconfig.plGabor Juhos2013-07-082-5/+5
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37195
* kernel: disable zisofs and zlib by default, reduces kernel size after lzma ↵Felix Fietkau2013-07-066-18/+18
| | | | | | | | by ~10k Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37187
* kernel/generic: add missing regulator symbols for 3.10Zoltan Herpai2013-07-041-0/+17
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 37169
* kernel: add missing config symbol for 3.10Jonas Gorski2013-07-011-0/+1
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37123
* kernel: update linux 3.10 to 3.10 finalJonas Gorski2013-07-0120-106/+116
| | | | | | | | 3.10 final is out, so refresh patches and add md5sum. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37116