aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/config-2.6.32
Commit message (Collapse)AuthorAgeFilesLines
* linux/2.6.32: R.I.P.Gabor Juhos2012-05-051-2882/+0
| | | | SVN-Revision: 31597
* add missing debugging symbolsFlorian Fainelli2012-04-161-0/+5
| | | | SVN-Revision: 31301
* 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 missing config symbolJo-Philipp Wich2011-12-251-0/+1
| | | | SVN-Revision: 29610
* targets: fix CONFIG_USB_STORAGE_* inconsistencyNicolas Thill2011-11-251-2/+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
* kernel: add some missing config optionsHauke Mehrtens2011-08-061-0/+1
| | | | | | These options where found by buildbot SVN-Revision: 27920
* kernel: enable inotify by default (#8055)Felix Fietkau2011-07-311-2/+2
| | | | 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: update bcma and ssb to version master-2011-07-22 from wireless-testingHauke Mehrtens2011-07-231-0/+1
| | | | SVN-Revision: 27731
* kernel: add symbols, small fixesHauke Mehrtens2011-04-091-0/+1
| | | | | | | | * Some module should be loaded later to load them after the modules they are depending on * add some more missing config symbols * make CS5535 build again SVN-Revision: 26570
* only support EABI on ARM targetsImre Kaloz2011-03-071-0/+2
| | | | SVN-Revision: 25928
* yet another missing symbolJo-Philipp Wich2011-03-051-0/+1
| | | | SVN-Revision: 25875
* add more missing kernel symbolsJo-Philipp Wich2011-03-031-0/+2
| | | | SVN-Revision: 25846
* add missing symbolJo-Philipp Wich2011-03-031-0/+1
| | | | SVN-Revision: 25843
* kernel: disable sysctl syscall support - nothing uses itFelix Fietkau2011-02-271-1/+1
| | | | SVN-Revision: 25773
* kernel: disable scheduler actions by default, they will be enabled only when ↵Felix Fietkau2011-02-271-3/+3
| | | | | | kmod-sched is selected SVN-Revision: 25771
* kernel: disable /proc/kcoreFelix Fietkau2011-02-271-1/+1
| | | | SVN-Revision: 25770
* kernel: disable CONFIG_CRYPTO_ALGAPI* by default, it will be built into the ↵Felix Fietkau2011-02-271-2/+2
| | | | | | kmod-crypto-core package SVN-Revision: 25766
* kernel: disable CONFIG_SYSCTL_SYSCALL_CHECK by defaultFelix Fietkau2011-02-271-1/+1
| | | | SVN-Revision: 25765
* kernel: disable CONFIG_LEDS_TRIGGER_HEARTBEAT by default, nothing uses itFelix Fietkau2011-02-271-1/+1
| | | | SVN-Revision: 25764
* kernel: disable CONFIG_WIRELESS_EXT_SYSFS by defaultFelix Fietkau2011-02-271-1/+1
| | | | SVN-Revision: 25763
* kernel config: disable the pcomp api + zlib decompressor by default - it has ↵Felix Fietkau2011-02-241-2/+3
| | | | | | not been used for a while now SVN-Revision: 25684
* kernel config: remove the obsolete pcomp unlzma symbolFelix Fietkau2011-02-241-1/+0
| | | | SVN-Revision: 25683
* kernel: remove imq support, refresh patchesFelix Fietkau2011-02-211-6/+0
| | | | SVN-Revision: 25641
* add a few missing kernel config symbolsFelix Fietkau2011-02-011-0/+4
| | | | SVN-Revision: 25284
* kernel: deactivate ext4 SElinux support and extended attributes support in ↵Hauke Mehrtens2011-01-091-0/+1
| | | | | | | | general config. This effects the build in kmod-fs-ext4 and when it is build into the kernel in the x86 target. Thank you Philip Prindeville SVN-Revision: 24951
* generic: more CONFIG_KEYBOARD_* symbolsGabor Juhos2010-12-301-0/+1
| | | | SVN-Revision: 24860
* generic: add missing CONFIG_KEYBOARD_* symbolsGabor Juhos2010-12-291-0/+7
| | | | SVN-Revision: 24852
* generic: add CONFIG_DEBUG_ICEDCC symbolGabor Juhos2010-12-291-0/+1
| | | | SVN-Revision: 24850
* generic: add LED trigger for USB device presence/activityGabor Juhos2010-12-171-0/+1
| | | | SVN-Revision: 24646
* use ext4 for ext2/3 on 2.6.32+Imre Kaloz2010-11-221-0/+1
| | | | SVN-Revision: 24083
* refresh generic kernel configs using kconfig.plFelix Fietkau2010-10-211-310/+310
| | | | SVN-Revision: 23578
* enable SYSRQ for all targets, remove overrides from brcm63xx, octeon and ↵Jo-Philipp Wich2010-08-301-1/+1
| | | | | | omap35xx SVN-Revision: 22846
* generic/config-2.6.32: switch from gzip to lzma jffs2 compressionAlexandros C. Couloumbis2010-07-241-1/+4
| | | | SVN-Revision: 22374
* kernel: add some missing debugging related config symbolsFelix Fietkau2010-07-211-0/+2
| | | | SVN-Revision: 22324
* kernel: add the new 'crashlog' feature, which tries to store kernel ↵Felix Fietkau2010-07-201-0/+1
| | | | | | oops/panic logs in a fixed location in RAM to recover them after the reboot and make them available to user space using debugfs SVN-Revision: 22305
* rename target/linux/generic-2.6 to genericFelix Fietkau2010-06-261-0/+2835
SVN-Revision: 21952