aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/config-2.6.23
Commit message (Collapse)AuthorAgeFilesLines
* enable multicast routing by defaultFelix Fietkau2009-05-241-1/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16044 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move the hostap firmware kernel config options to KCONFIG for the hostap ↵Felix Fietkau2009-05-241-2/+0
| | | | | | package to keep it consistent git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16031 3c298f89-4303-0410-b956-a3cf2f4a3e73
* even more config file cleanupImre Kaloz2009-05-181-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15913 3c298f89-4303-0410-b956-a3cf2f4a3e73
* config cleanupsImre Kaloz2009-05-151-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15861 3c298f89-4303-0410-b956-a3cf2f4a3e73
* some additional config file cleanup..Imre Kaloz2009-05-141-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15845 3c298f89-4303-0410-b956-a3cf2f4a3e73
* unify congestion control optionsImre Kaloz2009-05-141-5/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15844 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move arm ARCH symbols to the generic configsImre Kaloz2009-05-141-0/+40
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15842 3c298f89-4303-0410-b956-a3cf2f4a3e73
* turn off -Os by default for the kernel and stick to -O2Felix Fietkau2009-05-131-1/+1
| | | | | | | repeated tests have shown the -O2 kernel to react much better to high cpu/network load situations git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15821 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing RTC_DEBUG symbolImre Kaloz2009-05-071-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15696 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add support for pc speakerJo-Philipp Wich2009-05-071-1/+1
| | | | | | | | | | | PC speaker could be very useful on platforms 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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15684 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing RTC symbols to generic configsImre Kaloz2009-05-051-0/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15617 3c298f89-4303-0410-b956-a3cf2f4a3e73
* some more kernel config cleanup.. last for today :)Imre Kaloz2009-05-041-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15606 3c298f89-4303-0410-b956-a3cf2f4a3e73
* more cleanupImre Kaloz2009-05-041-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15605 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cleanup MTD option handlingImre Kaloz2009-05-041-198/+259
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15602 3c298f89-4303-0410-b956-a3cf2f4a3e73
* disable all kernel config options that are set to =mFelix Fietkau2009-02-221-439/+439
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14611 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] generic-2.6: remove PORTSCAN config optionGabor Juhos2009-02-081-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14458 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] generic-2.6: remove TARPIT and CHAOS patches and config optionsGabor Juhos2009-02-081-3/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14456 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add config symbol missed from [13169]Nicolas Thill2008-11-111-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13174 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add FireWire/IEEE1394 config symbols, preventing user interation when ↵Nicolas Thill2008-11-101-0/+6
| | | | | | kmod-ieee1394 is selected git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13169 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing CONFIG_BLK_DEV_SL82C105 symbol for 2.6.23Nicolas Thill2008-09-241-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12684 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing CONFIG_SPI_DEBUG symbolNicolas Thill2008-09-241-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12683 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make the whole iptables/netfiter modular (closes: #3871, #3527)Nicolas Thill2008-09-221-13/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12649 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] modules/gpio_dev: move to drivers/char/ on older kernels as well, ↵Gabor Juhos2008-08-051-1/+1
| | | | | | and create a package for it git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12133 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add missing ebtables configuration symbol, 2.6.22 file untouched, not usedFlorian Fainelli2008-08-011-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12063 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Resync some kernel configuration optionsFlorian Fainelli2008-07-261-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11941 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11097 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing CONFIG_HID_SUPPORT to generic 2.6.23 configNicolas Thill2008-05-021-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10999 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] add Dallas's 1-wire related packagesGabor Juhos2008-04-291-1/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10977 3c298f89-4303-0410-b956-a3cf2f4a3e73
* properly disable CONFIG_CRYPTO_HWNicolas Thill2008-04-271-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10952 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10876 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add stub driver for ADM6996F switches (configured through MII)Felix Fietkau2008-04-201-0/+1
| | | | | | | | The driver currently uses a hardcoded VLAN mapping and has no configuration yet Tested on Accton MR3202a git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10869 3c298f89-4303-0410-b956-a3cf2f4a3e73
* disable CONFIG_BRIDGE_NETFILTER by defaultFelix Fietkau2008-04-171-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10854 3c298f89-4303-0410-b956-a3cf2f4a3e73
* disable CONFIG_NO_HZ by default (who enabled this?)Felix Fietkau2008-04-171-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10849 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] move spi_gpio driver into the kernel, clean-up SPI modulesGabor Juhos2008-04-151-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10844 3c298f89-4303-0410-b956-a3cf2f4a3e73
* generic-2.6/config-2.6.23: add config entry for SENSORS_LM70Andy Boyett2008-04-041-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10733 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix the xt_physdev compilation (#3218)Florian Fainelli2008-03-271-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10678 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing kernel config optionFelix Fietkau2008-03-211-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10641 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add new led trigger for network traffic, fixes #2776John Crispin2008-03-071-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10566 3c298f89-4303-0410-b956-a3cf2f4a3e73
* disable partitions for unallocated redboot flash memory - it caused a null ↵Felix Fietkau2008-03-071-0/+1
| | | | | | pointer deref git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10563 3c298f89-4303-0410-b956-a3cf2f4a3e73
* "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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10348 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add a default for CONFIG_NEW_GPIOFelix Fietkau2008-01-271-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10278 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add generic gpio char dev for CONFIG_GENERIC_GPIO archsJohn Crispin2008-01-261-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10261 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing kconfig entryFelix Fietkau2008-01-141-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10182 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9674 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing kernel config symbolFelix Fietkau2007-12-071-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9668 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing config symbols for ide on broadcom 4780Felix Fietkau2007-11-161-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9558 3c298f89-4303-0410-b956-a3cf2f4a3e73
* disable pci ide irq sharing by default - probably causes issues on alix ↵Felix Fietkau2007-11-101-1/+1
| | | | | | (unconfirmed) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9527 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move a few config options to the generic templates to avoid kernel config ↵Felix Fietkau2007-11-071-1/+10
| | | | | | questions git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9510 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add default option for the OTi-6858 USB serial device (closes #2631) Gabor Juhos2007-11-021-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9484 3c298f89-4303-0410-b956-a3cf2f4a3e73
* disable the in-kernel mac80211 and cfg80211Felix Fietkau2007-10-131-3/+3
| | | | | | | will be built externally git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9289 3c298f89-4303-0410-b956-a3cf2f4a3e73