summaryrefslogtreecommitdiff
path: root/target/linux/generic-2.6/config-2.6.23
AgeCommit message (Collapse)Author
2008-11-11add config symbol missed from [13169]nico
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13174 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-11-10add FireWire/IEEE1394 config symbols, preventing user interation when ↵nico
kmod-ieee1394 is selected git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13169 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-09-24add missing CONFIG_BLK_DEV_SL82C105 symbol for 2.6.23nico
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12684 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-09-24add missing CONFIG_SPI_DEBUG symbolnico
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12683 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-09-22make the whole iptables/netfiter modular (closes: #3871, #3527)nico
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12649 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-05[kernel] modules/gpio_dev: move to drivers/char/ on older kernels as well, ↵juhosg
and create a package for it git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12133 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-01Add missing ebtables configuration symbol, 2.6.22 file untouched, not usedflorian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12063 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-07-26Resync some kernel configuration optionsflorian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11941 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-09enable proper PCI & USB support detection at config-time by disabling ↵nico
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
2008-05-02add missing CONFIG_HID_SUPPORT to generic 2.6.23 confignico
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10999 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-04-29[kernel] add Dallas's 1-wire related packagesjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10977 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-04-27properly disable CONFIG_CRYPTO_HWnico
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10952 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-04-20Add support for the ultra-crappy Marvell 88E6060, which is used in Fonera+ ↵nbd
and the upcoming Fonera 2.0 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10876 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-04-20Add stub driver for ADM6996F switches (configured through MII)nbd
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
2008-04-17disable CONFIG_BRIDGE_NETFILTER by defaultnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10854 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-04-17disable CONFIG_NO_HZ by default (who enabled this?)nbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10849 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-04-15[package] move spi_gpio driver into the kernel, clean-up SPI modulesjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10844 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-04-04generic-2.6/config-2.6.23: add config entry for SENSORS_LM70agb
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10733 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-03-27Fix the xt_physdev compilation (#3218)florian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10678 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-03-21add missing kernel config optionnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10641 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-03-07add new led trigger for network traffic, fixes #2776blogic
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10566 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-03-07disable partitions for unallocated redboot flash memory - it caused a null ↵nbd
pointer deref git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10563 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-02"default-on" LED Triggernbd
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
2008-01-27kernel: add a default for CONFIG_NEW_GPIOnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10278 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-26add generic gpio char dev for CONFIG_GENERIC_GPIO archsblogic
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10261 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-14add missing kconfig entrynbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10182 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-08updated layer7 to 2.15.. current is 2.16.1, i might bump again, this has ↵pavlov
been uncommitted for a bit git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9674 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-07add missing kernel config symbolnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9668 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-16add missing config symbols for ide on broadcom 4780nbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9558 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-10disable pci ide irq sharing by default - probably causes issues on alix ↵nbd
(unconfirmed) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9527 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-07move a few config options to the generic templates to avoid kernel config ↵nbd
questions git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9510 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-02add default option for the OTi-6858 USB serial device (closes #2631) juhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9484 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-13disable the in-kernel mac80211 and cfg80211nbd
will be built externally git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9289 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-13move a few config symbols to the 2.6.23 templatenbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9288 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-13disable CONFIG_LOCALVERSION_AUTO - it breaks insmodnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9278 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-12move a few kconfig options from atheros to generic-2.6nbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9273 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-12[kernel] netfilter/ipset cleanupsjuhosg
* rename patches to follow our naming conventions * update ipset patches with revision 7096 of [https://svn.netfilter.org/netfilter/trunk/patch-o-matic-ng pom] * add CONFIG_IP_NF_SET_IPTREEMAP to default kernel configs * add ip_set_iptreemap to include/netfilter.mk * update kmod-ipt-ipset module description git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9269 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-11[kernel] update generic 2.6.23 configjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9256 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-04add generic 2.6.23 patches and configejka
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9114 3c298f89-4303-0410-b956-a3cf2f4a3e73