summaryrefslogtreecommitdiffstats
path: root/target/linux/generic
Commit message (Collapse)AuthorAgeFilesLines
* do not build crashlog on sparc tooFlorian Fainelli2012-11-162-2/+2
| | | | | | | | | This is crashing the kernel in crashlog_init_fs(), until fixed, disable it for SPARC too. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34213
* 3.6: add some framebuffer related config symbolsFlorian Fainelli2012-11-161-0/+7
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34207
* generic: refresh 3.6 patchesGabor Juhos2012-11-131-5/+0
| | | | SVN-Revision: 34194
* MIPS: add a build fix for arch/mips/boot/compressed/decompress.cFlorian Fainelli2012-11-121-0/+71
| | | | | | | | And get rid of the AR7 patch because at least the Alchemy SoC also needs it Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34170
* move redboot boardconfig patch into target folderJohn Crispin2012-11-122-120/+0
| | | | SVN-Revision: 34166
* add support for the Tonze AP-422/425Imre Kaloz2012-11-112-2/+4
| | | | SVN-Revision: 34165
* generic: sanitize deps_initramfs listGabor Juhos2012-11-092-0/+56
| | | | | | | | | | | | | | | | If any filename in the intramfs dependency list contains a colon, that causes a kernel build error like this: /devel/openwrt/build_dir/linux-ar71xx_generic/linux-3.6.6/usr/Makefile:58: *** multiple target patterns. Stop. make[5]: *** [usr] Error 2 Fix it by removing such filenames from the deps_initramfs list. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34125
* linux: export bcm963xx_tag.h to userspaceJonas Gorski2012-11-064-2/+440
| | | | | | | | | | | | Export bcm963xx_tag.h so mtd can use it without using kernel includes. Signed-off-by: Catalin Patulea <cat@vv.carleton.ca> [jonas.gorski@gmail.com: fixup bcm63xx patches, completely remove header from original location, refresh patches, use a more matching patch number, port to 3.6] Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com> SVN-Revision: 34103
* linux: generic: fix split_squashfs for 3.6Jonas Gorski2012-11-061-1/+1
| | | | | | | _read expects the retlen to be initialized to zero, which the mtd_read helper does. So fix it by using mtd_read instead of calling _read directly. SVN-Revision: 34093
* linux/3.3: backport an upstream GPIO patchGabor Juhos2012-11-051-0/+68
| | | | | | | | | | | | | The backported patch introduces new flags to automatically export GPIOs when using the convenience unctions gpio_request_one() or gpio_request_array(). This will be used by ar71xx/ramips platforms. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34081
* linux-3.6: fix portability of some includes files in tools/ used on the hostFelix Fietkau2012-11-042-22/+53
| | | | SVN-Revision: 34068
* generic: make yaffs work on 3.6Gabor Juhos2012-11-015-0/+341
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34054
* generic: rename jffs2 patchesGabor Juhos2012-11-016-0/+0
| | | | | | | | | Make room for the upcoming yaffs patches. No functional changes. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34053
* generic: use mtd_* helpers in the yaffs codeGabor Juhos2012-10-312-0/+320
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34046
* kernel: update linux 3.6 to 3.6.5Gabor Juhos2012-10-315-25/+14
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34042
* generic: split yaffs-3.2-fix patchGabor Juhos2012-10-318-494/+264
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34041
* generic: replace yaffs-2.6.39 patchGabor Juhos2012-10-3110-400/+404
| | | | | | | | Use backported upstream patches instead. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34032
* generic: replace yaffs mutex_fix patchGabor Juhos2012-10-306-60/+278
| | | | | | | | Use a backported patch instead. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34021
* generic: replace yaffs symlink fix patchGabor Juhos2012-10-304-34/+62
| | | | | | | | Use a backported patch instead. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34020
* generic: rename yaffs patchesGabor Juhos2012-10-3012-0/+0
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34019
* generic: fold yaffs_git_2010_10_20 patch to generic/filesGabor Juhos2012-10-3053-63051/+11464
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34013
* generic: fold yaffs_cvs_2009_04_24 patch to generic/filesGabor Juhos2012-10-3035-27512/+3152
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34012
* add missing 3.6 symbolsImre Kaloz2012-10-291-1/+8
| | | | SVN-Revision: 33986
* generic: add more symbols for 3.6Gabor Juhos2012-10-291-2/+33
| | | | | | | | Also refresh the config file with kconfig.pl. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 33984
* kernel: update linux 3.6 to 3.6.4Gabor Juhos2012-10-284-6/+6
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 33982
* generic: fix crashlog patch for 3.6Gabor Juhos2012-10-281-15/+6
| | | | | | | | | | | kmsg_dump() uses an iterator to receive log buffer content since 3.5. Change the 'crashlog_do_dump' function in order to make it compatible with the new version. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 33970
* generic: fix tcp_window_check patch for 3.6Gabor Juhos2012-10-271-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move the new entry to the end of the tcp_sysctl_table array to fix the following error: [ 7.670000] sysctl table check failed: net/netfilter/nf_conntrack_tcp_max_retrans No data [ 7.680000] Call Trace: [ 7.680000] [<80273bc4>] dump_stack+0x8/0x34 [ 7.680000] [<80128710>] __register_sysctl_table+0x374/0x3a8 [ 7.690000] [<868d5034>] nf_conntrack_l4proto_unregister+0x158/0x1a0[nf_conntrack] [ 7.700000] [<868d50e4>] nf_conntrack_l4proto_register+0x68/0x21c[nf_conntrack] [ 7.710000] [<868b237c>] need_ipv4_conntrack+0x35c/0xb60[nf_conntrack_ipv4] [ 7.710000] [ 7.720000] nf_conntrack_l4proto_tcp4 :protocol register failed [ 7.720000] nf_conntrack_ipv4: can't register pernet ops [ 7.780000] nf_nat: Unknown symbol nf_nat_seq_adjust_hook (err 0) [ 7.790000] nf_nat: Unknown symbol need_ipv4_conntrack (err 0) [ 7.800000] iptable_nat: Unknown symbol nf_nat_packet (err 0) [ 7.810000] iptable_nat: Unknown symbol nf_nat_setup_info (err 0) [ 7.820000] iptable_nat: Unknown symbol nf_nat_icmp_reply_translation (err 0) [ 7.820000] iptable_nat: Unknown symbol need_ipv4_conntrack (err 0) [ 7.840000] ipt_MASQUERADE: Unknown symbol nf_nat_setup_info (err 0) [ 7.860000] nf_nat_ftp: Unknown symbol nf_nat_follow_master (err 0) [ 7.870000] nf_nat_ftp: Unknown symbol __nf_nat_mangle_tcp_packet (err 0) [ 7.890000] nf_nat_irc: Unknown symbol nf_nat_follow_master (err 0) [ 7.900000] nf_nat_irc: Unknown symbol __nf_nat_mangle_tcp_packet (err 0) Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 33968
* instead of updating the whole file, just add the additional boardsImre Kaloz2012-10-274-7474/+66
| | | | SVN-Revision: 33966
* generic: allow to disable [25]GHz support in ath9k via platform dataGabor Juhos2012-10-271-0/+3
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 33954
* generic: use mtd_read in myloader parserGabor Juhos2012-10-271-2/+2
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 33952
* generic: swconfig: use led_set_brightness in LED control codeGabor Juhos2012-10-262-2/+13
| | | | | | | | | | | The 'led_brightness_set' function has been renamed to 'led_set_brightness' in recent ernels. Use the new name and add a compatibility patch for 3.3. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 33946
* generic: add missing symbols for 3.6Gabor Juhos2012-10-261-0/+21
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 33945
* add some more 3.6 config symbolsFlorian Fainelli2012-10-261-0/+12
| | | | SVN-Revision: 33940
* kernel: add PCI id 14e4:4350 to ssbHauke Mehrtens2012-10-254-0/+58
| | | | | | | * 14e4:4350 is found on a Broadcom BCM43222. * remove some warnings when using a BCM43222. SVN-Revision: 33929
* kernel: add a few missing config symbols for x86. added to generic config ↵Felix Fietkau2012-10-252-0/+8
| | | | | | because of dependencies, so that kernel_menuconfig does not remove them again SVN-Revision: 33923
* kernel: refresh config files using kconfig.plFelix Fietkau2012-10-252-127/+123
| | | | SVN-Revision: 33922
* kernel: update bcma and ssb to master-2012-10-18 from wireless-testingHauke Mehrtens2012-10-258-298/+2278
| | | | | | | * update the flash driver for bcm47xx to use the stubs already in bcma * do some misc enhancements to the flash drivers for bcm47xx SVN-Revision: 33920
* ARM: fix XZ decompressor stub build failure on strstr()Florian Fainelli2012-10-241-0/+10
| | | | SVN-Revision: 33915
* fixup generic 3.6 kernel configFlorian Fainelli2012-10-241-2925/+3247
| | | | | | It was not meant to be committed as-is in r33911 SVN-Revision: 33914
* fix IFF_NO_IP_ALIGN bitmask to contain only 1 bit setFlorian Fainelli2012-10-241-1/+1
| | | | | | This issue got introduced while porting the patch over 3.6 in r33897 SVN-Revision: 33913
* make all 3.6 patches apply and buildFlorian Fainelli2012-10-24104-806/+4209
| | | | SVN-Revision: 33911
* swconfig: get rid of the NLA_PUT_* macrosFlorian Fainelli2012-10-241-17/+33
| | | | | | | Upstream kernel 3.6 has removed this usage, use the plain functions directly as intended. SVN-Revision: 33906
* linux 3.6 support (work in progress)Imre Kaloz2012-10-23143-0/+65303
| | | | SVN-Revision: 33897
* kernel: move the bcma fallback sprom fix to genericJonas Gorski2012-10-231-0/+15
| | | | | | bcm63xx needs the bcma fallback sprom fix, too. SVN-Revision: 33896
* refresh 3.3 patchesFlorian Fainelli2012-10-213-13/+6
| | | | SVN-Revision: 33887
* generic: add driver for the the RTL8367R{B,-VB} switchesGabor Juhos2012-10-184-0/+1571
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 33839
* add support for new Option modules (GTM66xxWFS/GTM67xxWFS)Imre Kaloz2012-10-131-0/+36
| | | | | | | | Add new device ID's for the hso driver as well as usb storage Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 33743
* gpiodev/gpioctl RIPJohn Crispin2012-10-114-251/+0
| | | | SVN-Revision: 33725
* The Gateworks System Controller (GSC) is an i2c device that provides system ↵Imre Kaloz2012-10-112-0/+340
| | | | | | | | level monitoring and control of Gateworks boards. It is used on several product families spanning several different target architectures (ixp4xx, cns3xxx, davinci). Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 33720
* kernel: fq_codel: dont reinit flow stateFelix Fietkau2012-10-101-0/+41
| | | | | | Keep fq_codel flow state around after queue empty. SVN-Revision: 33687