Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kernel: update to 2.6.32.10 | Gabor Juhos | 2010-03-26 | 1 | -1/+1 |
| | | | | SVN-Revision: 20444 | ||||
* | add missing CONFIG_CB1400_CORE symbol, spotted by buildbot | Florian Fainelli | 2010-03-25 | 2 | -0/+2 |
| | | | | SVN-Revision: 20426 | ||||
* | generic-2.6: fix r20386 (thanks nico), update missing symbols on ↵ | Alexandros C. Couloumbis | 2010-03-23 | 3 | -2/+4 |
| | | | | | | config-2.6.32 too SVN-Revision: 20388 | ||||
* | generic-2.6: config-2.6.33 add missing symbols, closes #6913 (thanks maddes) | Alexandros C. Couloumbis | 2010-03-23 | 1 | -0/+2 |
| | | | | SVN-Revision: 20386 | ||||
* | kernel: Add some missing config symbols | Hauke Mehrtens | 2010-03-21 | 5 | -10/+142 |
| | | | | | | | This adds some missing config symbols and opens the menu behind CONFIG_SND_PCI and CONFIG_ISDN. SVN-Revision: 20339 | ||||
* | generic-2.6: sync patches to 2.6.34-rc2 | Alexandros C. Couloumbis | 2010-03-21 | 1 | -2/+3 |
| | | | | SVN-Revision: 20329 | ||||
* | base-files: show boot state on intramfs images | Gabor Juhos | 2010-03-18 | 1 | -0/+5 |
| | | | | SVN-Revision: 20289 | ||||
* | add missing configuration symbols | Florian Fainelli | 2010-03-17 | 3 | -0/+3 |
| | | | | SVN-Revision: 20255 | ||||
* | generic-2.6: sync patches to 2.6.33.1 | Alexandros C. Couloumbis | 2010-03-16 | 2 | -11/+11 |
| | | | | SVN-Revision: 20236 | ||||
* | also fix invalid hunks in 2.6.33 patch | Florian Fainelli | 2010-03-14 | 1 | -8/+0 |
| | | | | SVN-Revision: 20209 | ||||
* | add 2.6.34 support | Florian Fainelli | 2010-03-14 | 1 | -0/+11 |
| | | | | SVN-Revision: 20208 | ||||
* | fix invalid hunks in 060-block2mtd_init.patch file | Florian Fainelli | 2010-03-14 | 1 | -8/+0 |
| | | | | SVN-Revision: 20207 | ||||
* | export rescan_partitions to prevent linking failures in block2mtd (#6741) | Florian Fainelli | 2010-03-14 | 3 | -0/+46 |
| | | | | SVN-Revision: 20205 | ||||
* | kernel: refresh lzo patch for 2.6.33 | Gabor Juhos | 2010-03-14 | 1 | -5/+3 |
| | | | | SVN-Revision: 20199 | ||||
* | fix the building of the lzo decompressor on some architectures | Florian Fainelli | 2010-03-12 | 1 | -0/+13 |
| | | | | SVN-Revision: 20157 | ||||
* | remove CONFIG_PCI=y missed from [20136] in generic 2.6.30 config | Nicolas Thill | 2010-03-12 | 1 | -1/+0 |
| | | | | SVN-Revision: 20156 | ||||
* | mips: allow the compiler to optimize memset, memcmp, memcpy for better ↵ | Felix Fietkau | 2010-03-11 | 5 | -0/+415 |
| | | | | | | performance and (in some instances) smaller code SVN-Revision: 20151 | ||||
* | ar71xx: fix oprofile support | Felix Fietkau | 2010-03-11 | 3 | -0/+143 |
| | | | | SVN-Revision: 20150 | ||||
* | the mips -ffreestanding patch has been unnecessary for a long time now, ↵ | Felix Fietkau | 2010-03-11 | 6 | -72/+0 |
| | | | | | | remove it SVN-Revision: 20149 | ||||
* | generic-2.6: add 2.6.34 preliminary support (patches) | Alexandros C. Couloumbis | 2010-03-11 | 104 | -0/+33933 |
| | | | | SVN-Revision: 20140 | ||||
* | generic-2.6: add 2.6.34 preliminary support | Alexandros C. Couloumbis | 2010-03-11 | 1 | -0/+2844 |
| | | | | SVN-Revision: 20138 | ||||
* | do *not* enable CONFIG_PCI in generic config, but on targets where it makes ↵ | Nicolas Thill | 2010-03-11 | 5 | -4/+5 |
| | | | | | | sense instead (partially revert [18370]) SVN-Revision: 20136 | ||||
* | ar8216: fix the mtu register definition | Felix Fietkau | 2010-03-09 | 1 | -1/+1 |
| | | | | SVN-Revision: 20110 | ||||
* | Several small fixes for ar8216 driver (patch by Jonas Gorski) | Felix Fietkau | 2010-03-09 | 2 | -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 Maddes | Travis Kemen | 2010-03-05 | 1 | -0/+24 |
| | | | | SVN-Revision: 20010 | ||||
* | fix missing symbols for kernel 2.6.32, closes #6802 thanks Maddes | Travis Kemen | 2010-03-05 | 1 | -0/+3 |
| | | | | SVN-Revision: 20009 | ||||
* | brcm47xx: add CONFIG_CMDLINE again | Hauke Mehrtens | 2010-03-03 | 1 | -1/+0 |
| | | | | | | | Fix for r19955 this patch was suggested by tripolar SVN-Revision: 19967 | ||||
* | kernel: fix m25p80 patches for 2.6.33 | Gabor Juhos | 2010-03-03 | 3 | -15/+15 |
| | | | | SVN-Revision: 19961 | ||||
* | kernel: refresh 2.6.33 patches | Gabor Juhos | 2010-03-03 | 14 | -52/+52 |
| | | | | SVN-Revision: 19959 | ||||
* | kernel: add some missing config files and make compat-wireless build with ↵ | Hauke Mehrtens | 2010-03-02 | 2 | -0/+34 |
| | | | | | | | | kernel 2.6.33 Thanks tripolar for the missing config symbols SVN-Revision: 19956 | ||||
* | prevent UML build failure against decompress_lzo.c | Florian Fainelli | 2010-03-01 | 2 | -2/+2 |
| | | | | SVN-Revision: 19934 | ||||
* | kernel: add 2 config symbols preventing ppc40x & ppc44X from being ↵ | Nicolas Thill | 2010-03-01 | 1 | -0/+2 |
| | | | | | | configured with all modules enabled SVN-Revision: 19924 | ||||
* | misc 2.6.33 compilation and config symbols fixes | Florian Fainelli | 2010-02-28 | 19 | -72/+120 |
| | | | | SVN-Revision: 19920 | ||||
* | kernel: add 2.6.33 patches | Matteo Croce | 2010-02-28 | 109 | -0/+37753 |
| | | | | SVN-Revision: 19905 | ||||
* | add missing libertas symbols | Florian Fainelli | 2010-02-28 | 1 | -0/+2 |
| | | | | SVN-Revision: 19892 | ||||
* | kernel: yet another missing symbol for 2.6.32 | Gabor Juhos | 2010-02-27 | 1 | -0/+1 |
| | | | | SVN-Revision: 19883 | ||||
* | kernel: add driver for the RTL8366RB switch | Gabor Juhos | 2010-02-24 | 8 | -12/+1803 |
| | | | | | | Thanks to Andrew Tarabaras. SVN-Revision: 19837 | ||||
* | kernel: fix typos in the AR8216 header file | Gabor Juhos | 2010-02-24 | 1 | -7/+7 |
| | | | | SVN-Revision: 19834 | ||||
* | fix missing symbol | Travis Kemen | 2010-02-21 | 1 | -0/+1 |
| | | | | SVN-Revision: 19809 | ||||
* | fix missing symbol | Travis Kemen | 2010-02-21 | 1 | -0/+1 |
| | | | | SVN-Revision: 19808 | ||||
* | ext4: add Support for large (2TB+) block devices and files | Hauke Mehrtens | 2010-02-21 | 4 | -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 again | Hauke Mehrtens | 2010-02-20 | 3 | -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 Wich | 2010-02-20 | 4 | -8/+8 |
| | | | | | | <tripolar@gmx.at> SVN-Revision: 19772 | ||||
* | kernel: add a bunch of missing symbols to the 2.6.30 config | Gabor Juhos | 2010-02-19 | 1 | -4/+49 |
| | | | | SVN-Revision: 19742 | ||||
* | fix a compile error in block2mtd when compiled as module | Felix Fietkau | 2010-02-18 | 3 | -12/+15 |
| | | | | SVN-Revision: 19709 | ||||
* | add missing symbol | Travis Kemen | 2010-02-18 | 1 | -0/+1 |
| | | | | SVN-Revision: 19699 | ||||
* | refresh generic 2.6.32 patches | Imre Kaloz | 2010-02-17 | 4 | -26/+26 |
| | | | | SVN-Revision: 19687 | ||||
* | add some more config symbols to the generic 2.6.32 config | Imre Kaloz | 2010-02-16 | 1 | -0/+9 |
| | | | | SVN-Revision: 19674 | ||||
* | kernel: yet another missing config symbol for 2.6.32 | Gabor Juhos | 2010-02-14 | 1 | -0/+1 |
| | | | | SVN-Revision: 19629 | ||||
* | More missing debug config symbols for the generic 2.6.32 config | Lars-Peter Clausen | 2010-02-13 | 1 | -0/+4 |
| | | | | SVN-Revision: 19624 |