summaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/config-2.6.22
Commit message (Collapse)AuthorAgeFilesLines
* disable CONFIG_NO_HZ by default (who enabled this?)Felix Fietkau2008-04-171-1/+1
| | | | SVN-Revision: 10849
* update iptables to 1.4.0 (2.6 kernels only), refresh kernel patchesGabor Juhos2008-04-151-2/+2
| | | | SVN-Revision: 10843
* disable partitions for unallocated redboot flash memory - it caused a null ↵Felix Fietkau2008-03-071-0/+1
| | | | | | pointer deref SVN-Revision: 10563
* add missing kernel config symbolFelix Fietkau2007-12-071-0/+1
| | | | SVN-Revision: 9668
* move a few config options to the generic templates to avoid kernel config ↵Felix Fietkau2007-11-071-6/+15
| | | | | | questions SVN-Revision: 9510
* disable the in-kernel mac80211 and cfg80211 will be built externallyFelix Fietkau2007-10-131-3/+3
| | | | SVN-Revision: 9289
* disable CONFIG_LOCALVERSION_AUTO - it breaks insmodFelix Fietkau2007-10-131-1/+1
| | | | SVN-Revision: 9278
* netfilter/ipset cleanups * rename patches to follow our naming conventions * ↵Gabor Juhos2007-10-121-0/+1
| | | | | | 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 SVN-Revision: 9269
* add custom GPIO-based I2C driverGabor Juhos2007-10-091-0/+1
| | | | SVN-Revision: 9218
* add TARPIT support to netfilter/iptables * netfilter: add the xt_TARPIT ↵Gabor Juhos2007-10-071-0/+1
| | | | | | target module required by xt_CHAOS * include/netfilter.mk: reorder, xt_CHAOS depends on xt_TARPIT and xt_DELUDE * iptables: add libipt_TARPIT to the kmod-ipt-extra package, bump release number * original patchset can be found [http://tinyurl.com/2mjk2kx here] SVN-Revision: 9178
* make morse LED trigger available for all platformsGabor Juhos2007-09-281-0/+1
| | | | SVN-Revision: 9055
* add ipv6 conntrack support (closes: #2192)Nicolas Thill2007-09-231-3/+2
| | | | SVN-Revision: 8984
* move crypto support to a seperate crypto.mk file, split modules into ↵Nicolas Thill2007-09-231-7/+7
| | | | | | multiple packages and adjust dependencies, sync crypto options in kconfigs. SVN-Revision: 8980
* make ATM_DRIVERS default to nFelix Fietkau2007-09-221-0/+1
| | | | SVN-Revision: 8967
* add missing 2.6 conntrack/nat helpers, add 2.6 conntrack/nat helper for RTSP ↵Nicolas Thill2007-09-221-13/+12
| | | | | | (closes: #2297, thanks to aorlinsk), sync 2.4 / 2.6 kconfigs. SVN-Revision: 8955
* build IPsec transports as modules, rename kmod-ipip to kmod-iptunnel4 and ↵Nicolas Thill2007-09-201-3/+3
| | | | | | add kmod-iptunnel6. SVN-Revision: 8862
* enable jffs2 summary for faster mount timeFelix Fietkau2007-09-191-1/+1
| | | | SVN-Revision: 8846
* Add some EHCI related symbols when usb is selectedFlorian Fainelli2007-09-081-0/+3
| | | | SVN-Revision: 8686
* build eeprom_93cx6 as a module, add a KernelPackage for it and for crc-itu-tNicolas Thill2007-08-301-1/+1
| | | | SVN-Revision: 8559
* Add the icplus phy patch, will be required for the r6040 driver later, ↵Florian Fainelli2007-08-231-0/+1
| | | | | | thanks to Daniel Gimpelevich SVN-Revision: 8470
* Compile crc itu-t as a moduleFlorian Fainelli2007-08-211-1/+1
| | | | SVN-Revision: 8449
* disable romfs, nothing uses itFelix Fietkau2007-08-191-1/+1
| | | | SVN-Revision: 8430
* Add CONFIG_HID to not set by defaultFlorian Fainelli2007-08-011-0/+1
| | | | SVN-Revision: 8304
* Fix the remaining kernel config options (#2102)Florian Fainelli2007-07-311-0/+14
| | | | SVN-Revision: 8276
* Add the 93cx6 patch to generic-2.6, correctly fix dependencies on the rt2x00 ↵Florian Fainelli2007-07-271-0/+1
| | | | | | drivers (thanks to Daniel Gimpelevich) SVN-Revision: 8200
* fix yealink kmod compileFelix Fietkau2007-07-211-0/+7
| | | | SVN-Revision: 8089
* fix kmod-pwc compileFelix Fietkau2007-07-211-8/+44
| | | | SVN-Revision: 8088
* clean of the rootfs_split patchGabor Juhos2007-07-191-1/+2
| | | | SVN-Revision: 8047
* add missing config symbolsFelix Fietkau2007-07-181-0/+2
| | | | SVN-Revision: 8035
* disable a few things that are not packaged yetFelix Fietkau2007-07-181-3/+3
| | | | SVN-Revision: 8030
* dynamically enable/disable kernel config options for kmod packages based on ↵Felix Fietkau2007-07-181-14/+10
| | | | | | build system config SVN-Revision: 8026
* disable __must_check by defaultFelix Fietkau2007-07-161-1/+1
| | | | SVN-Revision: 7996
* brcm47xx-2.6: update for 2.6.22-rc5Felix Fietkau2007-06-221-0/+2
| | | | SVN-Revision: 7699
* minor kernel config syncFelix Fietkau2007-06-211-1/+1
| | | | SVN-Revision: 7690
* prepare for the transition to linux 2.6.22 - make it possible to override ↵Felix Fietkau2007-06-161-0/+1597
the kernel version in the target makefile SVN-Revision: 7644