summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/config-2.6.39
Commit message (Collapse)AuthorAgeFilesLines
* kernel: add some more missing serial 8250 config symbolsJonas Gorski2012-03-301-0/+5
| | | | SVN-Revision: 31149
* enable EFI partition support by default, adds ca. 8K uncompressed on ar71xx ↵Jo-Philipp Wich2012-03-071-1/+1
| | | | | | (#8672) SVN-Revision: 30835
* add some missing 2.6.39 kernel symbols observed on x86/generic buildsJo-Philipp Wich2012-02-251-0/+4
| | | | SVN-Revision: 30718
* kernel: disable bridge igmp snooping by default to avoid multicast issuesFelix Fietkau2012-01-141-1/+1
| | | | SVN-Revision: 29744
* generic: add driver for the RTL8367R/M switchesGabor Juhos2012-01-071-0/+1
| | | | SVN-Revision: 29678
* kernel: swconfig: introduce a generic switch LED triggerGabor Juhos2011-12-311-0/+1
| | | | SVN-Revision: 29627
* add missing config symbolJo-Philipp Wich2011-12-251-0/+1
| | | | SVN-Revision: 29610
* generic: disable 'small sector' erase in m25p80 driverGabor Juhos2011-12-131-0/+1
| | | | | | | | This fixes the issues with the jffs2 images on various boards. Using JFFS2 on devices with 4KiB erase sectors is not safe: http://lists.infradead.org/pipermail/linux-mtd/2011-June/036591.html SVN-Revision: 29521
* targets: fix CONFIG_USB_STORAGE_* inconsistencyNicolas Thill2011-11-251-10/+10
| | | | | | | | | | * all options were switched from bool to tristate in 2.6.30 * add/change/move them to generic, disabled by default * remove extinct CONFIG_USB_STORAGE_DPCM dropped in 2.6.29, merged with CONFIG_USB_STORAGE_SDDR09 * remove extinct CONFIG_USB_STORAGE_SIERRA option in 2.6 * cleanup ordering SVN-Revision: 29337
* kernel: add a top level menuconfig option for enabling lockdepFelix Fietkau2011-11-081-0/+2
| | | | SVN-Revision: 28848
* target: remove CONFIG_IDE_PROC_FS support as wellJo-Philipp Wich2011-10-251-1/+1
| | | | SVN-Revision: 28586
* target: globally disable BSD process accountingJo-Philipp Wich2011-10-251-1/+1
| | | | SVN-Revision: 28584
* add more missing touchscren symbols (3.0+)Florian Fainelli2011-08-111-0/+1
| | | | SVN-Revision: 27956
* kernel: add some missing config optionsHauke Mehrtens2011-08-061-0/+3
| | | | | | These options where found by buildbot SVN-Revision: 27920
* generic: Add missing config symbolJonas Gorski2011-08-031-0/+1
| | | | SVN-Revision: 27887
* kernel: Fix firewire for 2.6.37+Jonas Gorski2011-08-021-8/+0
| | | | | | | | The old ieee1394 stack was removed in 2.6.37. The new firewire stack is available for all kernel versions, but experimental for the older one, so make both available where appropriate. SVN-Revision: 27874
* kernel: enable inotify by default (#8055)Felix Fietkau2011-07-311-1/+1
| | | | SVN-Revision: 27853
* ocf-linux: version bump to 20110720Hauke Mehrtens2011-07-241-0/+1
| | | | | | | | | | | | | | | Fixes problem with TFM allocation in cryptosoft.c Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> Hauke: * remove ubsec_ssb package and take it from ocf-linux * use patches from ocf-linux package * refresh all patches * readd some build fixes for OpenWrt. * readd CRYPTO_MANAGER dependency SVN-Revision: 27753
* kernel: backport and enable tmpfs xattr support for 2.6.39Felix Fietkau2011-07-191-0/+1
| | | | SVN-Revision: 27691
* generic: add MTD_NAND_ECC_BCH symbol for 2.6.39/3.0Gabor Juhos2011-06-291-0/+1
| | | | SVN-Revision: 27305
* kernel: update ssb and bcma to linux-next next-20110627Hauke Mehrtens2011-06-271-0/+2
| | | | SVN-Revision: 27295
* 2.6.39.1: missing kernel symbols If you turn on I2C, you'll need this symbol ↵Jo-Philipp Wich2011-06-151-0/+1
| | | | | | | | defined. Signed-off-by: Philip A. Prindeville <philipp@redfish-solutions.com> SVN-Revision: 27182
* add missing kernel config symbols for usb on powerpcFelix Fietkau2011-06-151-0/+2
| | | | SVN-Revision: 27181
* add more config symbols to 2.6.39Florian Fainelli2011-06-041-0/+6
| | | | SVN-Revision: 27111
* add some missing 2.6.39 config symbolsFlorian Fainelli2011-06-041-0/+4
| | | | SVN-Revision: 27105
* kernel: generic: Update 2.6.39 to finalHauke Mehrtens2011-05-251-2/+28
| | | | | | | | | | | * Add missing config symbols * Update package/kernel for 2.6.39 CONFIG_BT_L2CAP=y and CONFIG_BT_SCO=y are set to build them into the bluetooth module. Thank you Jonas Gorski for the patch SVN-Revision: 27010
* kernel: some updates for kernel 2.6.39Hauke Mehrtens2011-05-251-0/+7
| | | | | | | | | | * add md5sum for kernel * add some missing config symbols * add some ssb patches to make compat-wireless compile Thank you Peter Wagner for the patch SVN-Revision: 27009
* generic: Add support for 2.6.39Felix Fietkau2011-04-121-0/+3097
Add support for 2.6.39 based on rc3. Runtime tested on bcm63xx. SVN-Revision: 26615