aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/rdc-2.6/config
Commit message (Collapse)AuthorAgeFilesLines
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵Felix Fietkau2007-09-062-315/+0
| | | | | | (the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. SVN-Revision: 8653
* small rdc-2.6 fixes (from sn9, thanks!)Nicolas Thill2007-09-011-3/+0
| | | | SVN-Revision: 8568
* Add a watchdog driver for rdc321x (needs testing) and try to detect the rdc cpuFlorian Fainelli2007-08-271-0/+6
| | | | SVN-Revision: 8505
* Use the dmz led as diagnostic ledFlorian Fainelli2007-08-081-1/+1
| | | | SVN-Revision: 8380
* More rdc fixes, thanks to Daniel GimpelevichFlorian Fainelli2007-08-081-1/+1
| | | | SVN-Revision: 8378
* Allow rdc-2.6 to kexecFlorian Fainelli2007-08-061-0/+1
| | | | SVN-Revision: 8359
* More rdc-2.6 fixes by Daniel Gimpelevich, thanks !Florian Fainelli2007-08-061-0/+2
| | | | SVN-Revision: 8355
* Make jffs2 images work with rdc, add a sitecom wl-153 profile and kernel ↵Florian Fainelli2007-08-032-12/+2
| | | | | | config, fix rt61 installation (thanks to Daniel Gimpelevich) SVN-Revision: 8328
* Better x86 generic config, the lzma decompressor is now reliable (thanks to ↵Florian Fainelli2007-07-301-0/+1
| | | | | | Daniel Gimpelevich) SVN-Revision: 8233
* Add the 93cx6 patch to generic-2.6, correctly fix dependencies on the rt2x00 ↵Florian Fainelli2007-07-271-1/+1
| | | | | | drivers (thanks to Daniel Gimpelevich) SVN-Revision: 8200
* update rdc-2.6 config (thanks to Daniel Gimpelevich)Nicolas Thill2007-07-271-3/+13
| | | | SVN-Revision: 8187
* Use the new x86 code, thanks sn9 !Florian Fainelli2007-07-261-60/+64
| | | | SVN-Revision: 8185
* Remove preinit.arch, not used, compile NAPI support for R6040, change the ↵Florian Fainelli2007-07-251-0/+1
| | | | | | profile name to ar525w SVN-Revision: 8160
* Upgrade rdc to 2.6.22.1, include r6040 ethernet fixes by sn9, thanks !Florian Fainelli2007-07-251-1/+1
| | | | SVN-Revision: 8153
* clean of the rootfs_split patchGabor Juhos2007-07-191-1/+2
| | | | SVN-Revision: 8047
* minor kernel config syncFelix Fietkau2007-06-211-4/+0
| | | | SVN-Revision: 7690
* prepare for the transition to linux 2.6.22 - make it possible to override ↵Felix Fietkau2007-06-161-0/+5
| | | | | | the kernel version in the target makefile SVN-Revision: 7644
* Make rdc boot a little further, still broken though, resync kernel configFlorian Fainelli2007-05-311-16/+0
| | | | SVN-Revision: 7419
* Update rdc to .21, mark it as brokenFlorian Fainelli2007-05-251-27/+40
| | | | SVN-Revision: 7335
* Rewrite LED driver, enable PCMCIA modulesFlorian Fainelli2007-05-111-3/+13
| | | | SVN-Revision: 7185
* More stuff enabled in config, fix squashfs image, thanks sn9Florian Fainelli2007-04-171-43/+33
| | | | SVN-Revision: 6989
* No longer mark rdc-2.6 as broken, squashfs is now working, thanks sn9Florian Fainelli2007-04-161-10/+5
| | | | SVN-Revision: 6976
* Fresh fixes for rdc from sn9, thanks !Florian Fainelli2007-04-091-5/+10
| | | | SVN-Revision: 6911
* Improve kernel configurationFlorian Fainelli2007-04-011-21/+9
| | | | SVN-Revision: 6802
* Working configuration, minimalisticFlorian Fainelli2007-04-011-789/+293
| | | | SVN-Revision: 6779
* Working, but very minimalistic kernel config for rdc-2.6Florian Fainelli2007-03-291-369/+791
| | | | SVN-Revision: 6755
* clean up nfsd kernel config entries (#1523)Felix Fietkau2007-03-271-1/+0
| | | | SVN-Revision: 6731
* Fix config, set directory block to -1 for redboot.Mike Albon2007-03-061-1/+1
| | | | SVN-Revision: 6533
* 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/+390
| | | | SVN-Revision: 6338
* Reorganize kernel configs - target/linux/*/config is now a directory. ↵Felix Fietkau2007-02-221-1564/+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
* 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-0/+2
| | | | SVN-Revision: 6182
* Update rdc-2.6 config (#1178)Florian Fainelli2007-01-091-44/+138
| | | | SVN-Revision: 6051
* 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
* 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
* Update kernel configurations to enable NLS KOI8R (russian) and package the ↵Florian Fainelli2006-11-041-1/+1
| | | | | | module (#819 - second part) SVN-Revision: 5446
* rdc: disable pci serial, remove bluetooth (because usb is disabled)Felix Fietkau2006-10-301-44/+5
| | | | SVN-Revision: 5335
* enable native ipsec modules on 2.6, add ipsec kernel modulesNicolas Thill2006-10-181-9/+12
| | | | SVN-Revision: 5205
* remove atm support in a few platformsFelix Fietkau2006-10-171-7/+1
| | | | SVN-Revision: 5177
* Updated kernel configFlorian Fainelli2006-10-151-6/+4
| | | | SVN-Revision: 5139
* Merge preliminary rdc-2.6 support (Airlink101 AR525W)Florian Fainelli2006-10-151-0/+1506
SVN-Revision: 5138