summaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/config-2.6.23
Commit message (Collapse)AuthorAgeFilesLines
* even more config file cleanupImre Kaloz2009-05-181-0/+4
| | | | SVN-Revision: 15913
* config cleanupsImre Kaloz2009-05-151-1/+1
| | | | SVN-Revision: 15861
* some additional config file cleanup..Imre Kaloz2009-05-141-2/+2
| | | | SVN-Revision: 15845
* unify congestion control optionsImre Kaloz2009-05-141-5/+5
| | | | SVN-Revision: 15844
* move arm ARCH symbols to the generic configsImre Kaloz2009-05-141-0/+40
| | | | SVN-Revision: 15842
* turn off -Os by default for the kernel and stick to -O2 repeated tests have ↵Felix Fietkau2009-05-131-1/+1
| | | | | | shown the -O2 kernel to react much better to high cpu/network load situations SVN-Revision: 15821
* add missing RTC_DEBUG symbolImre Kaloz2009-05-071-0/+1
| | | | SVN-Revision: 15696
* Add support for pc speaker PC speaker could be very useful on platforms ↵Jo-Philipp Wich2009-05-071-1/+1
| | | | | | | | which implement it. One could easily use the speaker to produce a sound where its pitch or duration varies according to signal strength or SNR of a wireless link. Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> SVN-Revision: 15684
* add missing RTC symbols to generic configsImre Kaloz2009-05-051-0/+20
| | | | SVN-Revision: 15617
* some more kernel config cleanup.. last for today :)Imre Kaloz2009-05-041-0/+4
| | | | SVN-Revision: 15606
* more cleanupImre Kaloz2009-05-041-1/+1
| | | | SVN-Revision: 15605
* cleanup MTD option handlingImre Kaloz2009-05-041-198/+259
| | | | SVN-Revision: 15602
* disable all kernel config options that are set to =mFelix Fietkau2009-02-221-439/+439
| | | | SVN-Revision: 14611
* generic-2.6: remove PORTSCAN config optionGabor Juhos2009-02-081-1/+0
| | | | SVN-Revision: 14458
* generic-2.6: remove TARPIT and CHAOS patches and config optionsGabor Juhos2009-02-081-3/+0
| | | | SVN-Revision: 14456
* add config symbol missed from [13169]Nicolas Thill2008-11-111-0/+1
| | | | SVN-Revision: 13174
* add FireWire/IEEE1394 config symbols, preventing user interation when ↵Nicolas Thill2008-11-101-0/+6
| | | | | | kmod-ieee1394 is selected SVN-Revision: 13169
* add missing CONFIG_BLK_DEV_SL82C105 symbol for 2.6.23Nicolas Thill2008-09-241-0/+1
| | | | SVN-Revision: 12684
* add missing CONFIG_SPI_DEBUG symbolNicolas Thill2008-09-241-0/+1
| | | | SVN-Revision: 12683
* make the whole iptables/netfiter modular (closes: #3871, #3527)Nicolas Thill2008-09-221-13/+13
| | | | SVN-Revision: 12649
* modules/gpio_dev: move to drivers/char/ on older kernels as well, and create ↵Gabor Juhos2008-08-051-1/+1
| | | | | | a package for it SVN-Revision: 12133
* Add missing ebtables configuration symbol, 2.6.22 file untouched, not usedFlorian Fainelli2008-08-011-0/+1
| | | | SVN-Revision: 12063
* Resync some kernel configuration optionsFlorian Fainelli2008-07-261-0/+1
| | | | SVN-Revision: 11941
* enable proper PCI & USB support detection at config-time by disabling ↵Nicolas Thill2008-05-091-2/+2
| | | | | | CONFIG_PCI & CONFIG_USB entries in generic/config and enabling them on targets where appropriate SVN-Revision: 11097
* add missing CONFIG_HID_SUPPORT to generic 2.6.23 configNicolas Thill2008-05-021-0/+1
| | | | SVN-Revision: 10999
* add Dallas's 1-wire related packagesGabor Juhos2008-04-291-1/+10
| | | | SVN-Revision: 10977
* properly disable CONFIG_CRYPTO_HWNicolas Thill2008-04-271-1/+1
| | | | SVN-Revision: 10952
* Add support for the ultra-crappy Marvell 88E6060, which is used in Fonera+ ↵Felix Fietkau2008-04-201-0/+1
| | | | | | and the upcoming Fonera 2.0 SVN-Revision: 10876
* Add stub driver for ADM6996F switches (configured through MII) The driver ↵Felix Fietkau2008-04-201-0/+1
| | | | | | currently uses a hardcoded VLAN mapping and has no configuration yet Tested on Accton MR3202a SVN-Revision: 10869
* disable CONFIG_BRIDGE_NETFILTER by defaultFelix Fietkau2008-04-171-1/+1
| | | | SVN-Revision: 10854
* disable CONFIG_NO_HZ by default (who enabled this?)Felix Fietkau2008-04-171-1/+1
| | | | SVN-Revision: 10849
* move spi_gpio driver into the kernel, clean-up SPI modulesGabor Juhos2008-04-151-0/+4
| | | | SVN-Revision: 10844
* generic-2.6/config-2.6.23: add config entry for SENSORS_LM70Andy Boyett2008-04-041-0/+1
| | | | SVN-Revision: 10733
* Fix the xt_physdev compilation (#3218)Florian Fainelli2008-03-271-1/+1
| | | | SVN-Revision: 10678
* add missing kernel config optionFelix Fietkau2008-03-211-0/+1
| | | | SVN-Revision: 10641
* add new led trigger for network traffic, fixes #2776John Crispin2008-03-071-0/+1
| | | | SVN-Revision: 10566
* disable partitions for unallocated redboot flash memory - it caused a null ↵Felix Fietkau2008-03-071-0/+1
| | | | | | pointer deref SVN-Revision: 10563
* "default-on" LED TriggerFelix Fietkau2008-02-021-0/+1
| | | | | | | | | | | | The current LED subsystem always initialises LEDs in the OFF state. This is fine for most LEDs but some should be on right from boot (e.g. POWER LED). Following some discussion with the LED subsystem maintainers, a trigger was recommended as the best way to implement this functionality. Here is a patch to add a new trigger "default-on" which will initialise an LED in the ON state. It is not compiled by default. Particular thanks to Rod Whitby for all his help with this. Signed-off-by: Nick Forbes <nick.forbes@incepta.com> SVN-Revision: 10348
* kernel: add a default for CONFIG_NEW_GPIOFelix Fietkau2008-01-271-0/+1
| | | | SVN-Revision: 10278
* add generic gpio char dev for CONFIG_GENERIC_GPIO archsJohn Crispin2008-01-261-0/+1
| | | | SVN-Revision: 10261
* add missing kconfig entryFelix Fietkau2008-01-141-0/+1
| | | | SVN-Revision: 10182
* updated layer7 to 2.15.. current is 2.16.1, i might bump again, this has ↵Tim Yardley2007-12-081-2/+2
| | | | | | been uncommitted for a bit SVN-Revision: 9674
* add missing kernel config symbolFelix Fietkau2007-12-071-0/+1
| | | | SVN-Revision: 9668
* add missing config symbols for ide on broadcom 4780Felix Fietkau2007-11-161-0/+2
| | | | SVN-Revision: 9558
* disable pci ide irq sharing by default - probably causes issues on alix ↵Felix Fietkau2007-11-101-1/+1
| | | | | | (unconfirmed) SVN-Revision: 9527
* move a few config options to the generic templates to avoid kernel config ↵Felix Fietkau2007-11-071-1/+10
| | | | | | questions SVN-Revision: 9510
* add default option for the OTi-6858 USB serial device (closes #2631)Gabor Juhos2007-11-021-0/+1
| | | | SVN-Revision: 9484
* disable the in-kernel mac80211 and cfg80211 will be built externallyFelix Fietkau2007-10-131-3/+3
| | | | SVN-Revision: 9289
* move a few config symbols to the 2.6.23 templateFelix Fietkau2007-10-131-1/+19
| | | | SVN-Revision: 9288
* disable CONFIG_LOCALVERSION_AUTO - it breaks insmodFelix Fietkau2007-10-131-1/+1
| | | | SVN-Revision: 9278