aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ixp4xx-2.6/config
Commit message (Collapse)AuthorAgeFilesLines
* Enabled IXP4xx beeperRod Whitby2007-07-231-0/+1
| | | | SVN-Revision: 8120
* ixp4xx/config: Enabled PPP for bluetooth dund usage (for Treo650 bluetooth ↵Rod Whitby2007-07-211-1/+10
| | | | | | access point) SVN-Revision: 8093
* ixp4xx/fsg3: Enabled the Winbond W83782D sensor for Freecom FSG-3 ↵Rod Whitby2007-07-161-1/+1
| | | | | | temperature sensing and fan control SVN-Revision: 7998
* ixp4xx-2.6/config: Removed the disabling of swap so that the generic ↵Rod Whitby2007-07-161-1/+0
| | | | | | enabling of swap can come through SVN-Revision: 7989
* ixp4xx-2.6/config: Removed the PPP config override to allow PPP modules to ↵Rod Whitby2007-07-131-1/+0
| | | | | | be built SVN-Revision: 7972
* ixp4xx: Add RTC driver for FSG-3Rod Whitby2007-07-111-1/+1
| | | | SVN-Revision: 7923
* ixp4xx/fsg3: Compile needed drivers into the kernel to allow for booting ↵Rod Whitby2007-07-111-0/+5
| | | | | | directly from internal hard disk. SVN-Revision: 7921
* ixp4xx: Initial profile for the Freecom FSG-3Rod Whitby2007-07-111-0/+16
| | | | SVN-Revision: 7920
* ixp4xx: Add initial support for the Freecom FSG-3Rod Whitby2007-07-111-0/+1
| | | | SVN-Revision: 7919
* Enable USB EHCI hub options to bring ixp4xx kernel usb support in line with ↵Rod Whitby2007-06-301-3/+3
| | | | | | known good nslu2-linux kernel usb hub settings. SVN-Revision: 7785
* Build via velocity module for ixp4xxRod Whitby2007-06-291-0/+1
| | | | SVN-Revision: 7773
* minor kernel config syncFelix Fietkau2007-06-211-8/+0
| | | | SVN-Revision: 7690
* prepare for the transition to linux 2.6.22 - make it possible to override ↵Felix Fietkau2007-06-161-0/+6
| | | | | | the kernel version in the target makefile SVN-Revision: 7644
* Removed the disabling of CONFIG_TUN, and a number of other USB-related ↵Rod Whitby2007-05-301-20/+0
| | | | | | items, from the ixp4xx-2.6 default config, so that the generic config-template allows them to all be built as modules. SVN-Revision: 7403
* Enabled CONFIG_INPUT as a module, and included other default settings to ↵Rod Whitby2007-05-301-0/+5
| | | | | | enable oldconfig to complete automatically. SVN-Revision: 7397
* Remove the disabling of LEDS support for ixp4xx-2.6 compared to generic-2.6, ↵Rod Whitby2007-05-301-1/+1
| | | | | | and enabled ixp4xx LEDS support. SVN-Revision: 7390
* Remove the disabling of sound support for ixp4xx-2.6 compared to generic-2.6Rod Whitby2007-05-291-1/+0
| | | | SVN-Revision: 7386
* Remove the disabling of bluetooth for ixp4xx-2.6 compared to generic-2.6Rod Whitby2007-05-291-1/+0
| | | | SVN-Revision: 7384
* break trunk temporary - upgrade to 2.6.21.1 and iptables 1.3.7Imre Kaloz2007-05-231-0/+9
| | | | SVN-Revision: 7315
* fixup avila networking, add support for the loftImre Kaloz2007-05-101-2/+3
| | | | SVN-Revision: 7168
* preliminary board support for the Linksys WRT300N v2 (incomplete)Imre Kaloz2007-05-101-1/+2
| | | | SVN-Revision: 7167
* add support for the Compex WP18 and NP18AImre Kaloz2007-04-171-0/+1
| | | | SVN-Revision: 6981
* Add raw and NOTRACK targets (#1583)Florian Fainelli2007-04-131-2/+0
| | | | SVN-Revision: 6945
* enable OTP support for IXP4xxImre Kaloz2007-04-031-1/+6
| | | | SVN-Revision: 6846
* cleanupImre Kaloz2007-04-021-1/+0
| | | | SVN-Revision: 6843
* Netgear WG302 v2 / WAG302 v2 supportImre Kaloz2007-04-021-2/+3
| | | | SVN-Revision: 6830
* clean up nfsd kernel config entries (#1523)Felix Fietkau2007-03-271-2/+0
| | | | SVN-Revision: 6731
* fix squashfs for ixp4xxImre Kaloz2007-03-051-1/+1
| | | | SVN-Revision: 6524
* add squashfs support for ixp4xxFelix Fietkau2007-03-051-2/+1
| | | | SVN-Revision: 6522
* upgrade the ixp4xx ethernet driver to v0.3.1, split the Gateway 7001 support ↵Imre Kaloz2007-03-031-1/+4
| | | | | | to two patches SVN-Revision: 6489
* enable preinit in a few other platformsFelix Fietkau2007-03-031-1/+1
| | | | SVN-Revision: 6482
* fix a small bug in the config merge/split (fixes buildbot error on ixp4xx)Felix Fietkau2007-02-281-2/+1
| | | | SVN-Revision: 6427
* correct wrong CONFIG_PCMCIA defaults (fixes buildbot errors)Felix Fietkau2007-02-261-0/+1
| | | | SVN-Revision: 6390
* add missing config filesFelix Fietkau2007-02-221-0/+486
| | | | SVN-Revision: 6338
* Reorganize kernel configs - target/linux/*/config is now a directory. ↵Felix Fietkau2007-02-221-1639/+0
| | | | | | ./config/default will replace the old config and config-diff (format is like config-diff, the full kernel config is no longer kept in the build system) This commit removes all the kernel config stuff, the next one will add the replacement - there's no way to do this atomically with svn. SVN-Revision: 6337
* port [6229] to kamikazeFelix Fietkau2007-02-081-1/+1
| | | | SVN-Revision: 6275
* Refreshed ixp4xx config (missing CONFIG_NETFILTER_XT_MATCH_PORTSCAN)Rod Whitby2007-01-231-0/+1
| | | | SVN-Revision: 6188
* Forgot to add the DELUDE target :/Florian Fainelli2007-01-231-0/+1
| | | | SVN-Revision: 6183
* Add chaostable from #1187, also enable netfilter modules for ixp4xx.Florian Fainelli2007-01-221-15/+16
| | | | SVN-Revision: 6182
* ixp4xx-2.6 kernel config: Disabled XATTR for ext2 and ext3 (to match other ↵Rod Whitby2006-12-291-10/+5
| | | | | | kernels, and to prevent a dependency on mbcache which is not packaged) and refreshed from output of oldconfig. SVN-Revision: 5927
* Compiled the ixp4xx on-board network support into the kernel, so that ↵Rod Whitby2006-12-201-3/+3
| | | | | | auto-loading of the microcode from another flash partition will work. SVN-Revision: 5880
* Not sure why ixp4xx-2.6 config has HWMON set, but because it does, then ↵Rod Whitby2006-12-191-2/+40
| | | | | | there has to be many other SENSORS config options unset SVN-Revision: 5867
* Enabled RTC (compiled in) for NSLU2 and NAS100d, and PATA (modules) for NAS100dRod Whitby2006-12-191-3/+128
| | | | SVN-Revision: 5866
* upgrade to 2.6.19.1, fix Gateway 7001 patch and enable image generation for ↵Imre Kaloz2006-12-191-41/+125
| | | | | | ixp4xx SVN-Revision: 5856
* Enable msdos fs support and package itFlorian Fainelli2006-12-091-1/+1
| | | | SVN-Revision: 5741
* Add HFS and HFS+ modules (#1024)Florian Fainelli2006-12-071-2/+2
| | | | SVN-Revision: 5713
* reorganize nat helper packages, move ftp and irc nat to a package that is ↵Felix Fietkau2006-11-191-4/+4
| | | | | | enabled by default, for security reasons - see #917 for more information SVN-Revision: 5581
* add mini_foFelix Fietkau2006-11-171-0/+1
| | | | SVN-Revision: 5541
* Enable iso9660 and udf kernel modules (#930)Florian Fainelli2006-11-091-2/+6
| | | | SVN-Revision: 5485
* add redboot parsing and rtl8169 fixes, enable r8169 and add the free ixp4xx ↵Imre Kaloz2006-10-271-11/+13
| | | | | | ethernet driver - the later still needs fixes and testing for the gateway 7001 SVN-Revision: 5311