summaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6
Commit message (Collapse)AuthorAgeFilesLines
* also fix invalid hunks in 2.6.33 patchFlorian Fainelli2010-03-141-8/+0
| | | | SVN-Revision: 20209
* add 2.6.34 supportFlorian Fainelli2010-03-141-0/+11
| | | | SVN-Revision: 20208
* fix invalid hunks in 060-block2mtd_init.patch fileFlorian Fainelli2010-03-141-8/+0
| | | | SVN-Revision: 20207
* export rescan_partitions to prevent linking failures in block2mtd (#6741)Florian Fainelli2010-03-143-0/+46
| | | | SVN-Revision: 20205
* kernel: refresh lzo patch for 2.6.33Gabor Juhos2010-03-141-5/+3
| | | | SVN-Revision: 20199
* fix the building of the lzo decompressor on some architecturesFlorian Fainelli2010-03-121-0/+13
| | | | SVN-Revision: 20157
* remove CONFIG_PCI=y missed from [20136] in generic 2.6.30 configNicolas Thill2010-03-121-1/+0
| | | | SVN-Revision: 20156
* mips: allow the compiler to optimize memset, memcmp, memcpy for better ↵Felix Fietkau2010-03-115-0/+415
| | | | | | performance and (in some instances) smaller code SVN-Revision: 20151
* ar71xx: fix oprofile supportFelix Fietkau2010-03-113-0/+143
| | | | SVN-Revision: 20150
* the mips -ffreestanding patch has been unnecessary for a long time now, ↵Felix Fietkau2010-03-116-72/+0
| | | | | | remove it SVN-Revision: 20149
* generic-2.6: add 2.6.34 preliminary support (patches)Alexandros C. Couloumbis2010-03-11104-0/+33933
| | | | SVN-Revision: 20140
* generic-2.6: add 2.6.34 preliminary supportAlexandros C. Couloumbis2010-03-111-0/+2844
| | | | SVN-Revision: 20138
* do *not* enable CONFIG_PCI in generic config, but on targets where it makes ↵Nicolas Thill2010-03-115-4/+5
| | | | | | sense instead (partially revert [18370]) SVN-Revision: 20136
* ar8216: fix the mtu register definitionFelix Fietkau2010-03-091-1/+1
| | | | SVN-Revision: 20110
* Several small fixes for ar8216 driver (patch by Jonas Gorski)Felix Fietkau2010-03-092-12/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Create defines for some magic values/masks. * Change vlan_id to u16, to allow VIDs > 255. * Add a range check to set_pvid as it isn't a VID, but the index in the vlan table. * Set the max VID to 4094, since 4095 is a reserved value and should not be used. * In mangle_rx replace the provided VID with the VID of the table entry of the port, not the index of the table. * In hw_apply, remove a redundant emptyness check (was already checked several lines above). * In no vlan mode do not set the ingress mode to secure, as there are no vlan table entries, but to use the port's destination masks. Otherwise the switch won't forward anything. * In read_status tell that the phy is up (taken from the rtl8306 driver). SVN-Revision: 20083
* fix missing symbols for kernel 2.6.33, closes #6803 thanks MaddesTravis Kemen2010-03-051-0/+24
| | | | SVN-Revision: 20010
* fix missing symbols for kernel 2.6.32, closes #6802 thanks MaddesTravis Kemen2010-03-051-0/+3
| | | | SVN-Revision: 20009
* brcm47xx: add CONFIG_CMDLINE againHauke Mehrtens2010-03-031-1/+0
| | | | | | | Fix for r19955 this patch was suggested by tripolar SVN-Revision: 19967
* kernel: fix m25p80 patches for 2.6.33Gabor Juhos2010-03-033-15/+15
| | | | SVN-Revision: 19961
* kernel: refresh 2.6.33 patchesGabor Juhos2010-03-0314-52/+52
| | | | SVN-Revision: 19959
* kernel: add some missing config files and make compat-wireless build with ↵Hauke Mehrtens2010-03-022-0/+34
| | | | | | | | kernel 2.6.33 Thanks tripolar for the missing config symbols SVN-Revision: 19956
* prevent UML build failure against decompress_lzo.cFlorian Fainelli2010-03-012-2/+2
| | | | SVN-Revision: 19934
* kernel: add 2 config symbols preventing ppc40x & ppc44X from being ↵Nicolas Thill2010-03-011-0/+2
| | | | | | configured with all modules enabled SVN-Revision: 19924
* misc 2.6.33 compilation and config symbols fixesFlorian Fainelli2010-02-2819-72/+120
| | | | SVN-Revision: 19920
* kernel: add 2.6.33 patchesMatteo Croce2010-02-28109-0/+37753
| | | | SVN-Revision: 19905
* add missing libertas symbolsFlorian Fainelli2010-02-281-0/+2
| | | | SVN-Revision: 19892
* kernel: yet another missing symbol for 2.6.32Gabor Juhos2010-02-271-0/+1
| | | | SVN-Revision: 19883
* kernel: add driver for the RTL8366RB switchGabor Juhos2010-02-248-12/+1803
| | | | | | Thanks to Andrew Tarabaras. SVN-Revision: 19837
* kernel: fix typos in the AR8216 header fileGabor Juhos2010-02-241-7/+7
| | | | SVN-Revision: 19834
* fix missing symbolTravis Kemen2010-02-211-0/+1
| | | | SVN-Revision: 19809
* fix missing symbolTravis Kemen2010-02-211-0/+1
| | | | SVN-Revision: 19808
* ext4: add Support for large (2TB+) block devices and filesHauke Mehrtens2010-02-214-6/+4
| | | | | | | | | CONFIG_LBDAF is needed for mounting ext4 filesystems with huge_file enabled. This is the default option. This closes #6714. SVN-Revision: 19799
* allow routed mode operation againHauke Mehrtens2010-02-203-0/+126
| | | | | | Fix part of bug #6709. SVN-Revision: 19779
* kernel: make NFSv4 optional and add kmods for it - patch by Peter Wagner ↵Jo-Philipp Wich2010-02-204-8/+8
| | | | | | <tripolar@gmx.at> SVN-Revision: 19772
* kernel: add a bunch of missing symbols to the 2.6.30 configGabor Juhos2010-02-191-4/+49
| | | | SVN-Revision: 19742
* fix a compile error in block2mtd when compiled as moduleFelix Fietkau2010-02-183-12/+15
| | | | SVN-Revision: 19709
* add missing symbolTravis Kemen2010-02-181-0/+1
| | | | SVN-Revision: 19699
* refresh generic 2.6.32 patchesImre Kaloz2010-02-174-26/+26
| | | | SVN-Revision: 19687
* add some more config symbols to the generic 2.6.32 configImre Kaloz2010-02-161-0/+9
| | | | SVN-Revision: 19674
* kernel: yet another missing config symbol for 2.6.32Gabor Juhos2010-02-141-0/+1
| | | | SVN-Revision: 19629
* More missing debug config symbols for the generic 2.6.32 configLars-Peter Clausen2010-02-131-0/+4
| | | | SVN-Revision: 19624
* Add some missing debug symbols to the generic 2.6.32 config.Lars-Peter Clausen2010-02-131-0/+39
| | | | SVN-Revision: 19618
* prepare kernel 2.6.32 supportJo-Philipp Wich2010-02-135-26/+31
| | | | SVN-Revision: 19617
* add some missing symbolsJo-Philipp Wich2010-02-121-0/+5
| | | | SVN-Revision: 19609
* remove 850-if_no_generic_time.patch -- breaks compilation and 2.6.32.8 ↵Imre Kaloz2010-02-121-22/+0
| | | | | | already includes a fix for this.. SVN-Revision: 19598
* disable devtmpfs in 2.6.32 because its not used, thanks tripolarTravis Kemen2010-02-121-2/+2
| | | | SVN-Revision: 19594
* kernel: 2.6.32: move discarding of SYMTAB entries to the right place.Gabor Juhos2010-02-112-18/+11
| | | | | | | This helps to avoid linker errors on various targets. Also remove the scsi_sd section fix patch, because it is not needed now. SVN-Revision: 19583
* clean up handling of some kernel symbolsImre Kaloz2010-02-114-31/+17
| | | | SVN-Revision: 19581
* re-sort all target and subtarget config filesImre Kaloz2010-02-113-16/+19
| | | | SVN-Revision: 19580
* remove 2.6.21 patches and config, tooImre Kaloz2010-02-1147-22089/+0
| | | | SVN-Revision: 19579