summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* mini_fo fixesFelix Fietkau2006-11-171-34/+2
| | | | SVN-Revision: 5556
* add a few missing exportsFelix Fietkau2006-11-171-1/+6
| | | | SVN-Revision: 5547
* upgrade to broadcom wl driver version 4.80.53.0 (from wrt350n release)Felix Fietkau2006-11-171-30/+52
| | | | SVN-Revision: 5546
* add mini_foFelix Fietkau2006-11-1716-5/+15672
| | | | SVN-Revision: 5541
* enable irq sharing for the serial consoleFelix Fietkau2006-11-171-1/+1
| | | | SVN-Revision: 5540
* fix the backport of ipt_string by adding the linux 2.6 textsearch code in a ↵Felix Fietkau2006-11-141-117/+750
| | | | | | way that does not require adding stuff to our kernel image - linux 2.6 compatible SVN-Revision: 5527
* add missing uml include (patch from #955)Felix Fietkau2006-11-131-0/+10
| | | | SVN-Revision: 5523
* Add rdc-2.6 descriptionFlorian Fainelli2006-11-121-0/+5
| | | | SVN-Revision: 5517
* reorder variablesFelix Fietkau2006-11-124-4/+5
| | | | SVN-Revision: 5513
* implement target profiles in menuconfigFelix Fietkau2006-11-125-59/+90
| | | | SVN-Revision: 5512
* fix default targetFelix Fietkau2006-11-121-0/+1
| | | | SVN-Revision: 5501
* make target/linux/* directories self-contained, use the selected kernel ↵Felix Fietkau2006-11-1115-138/+117
| | | | | | version for the toolchain, autogenerate menuconfig and makefile code for target selection SVN-Revision: 5498
* Enable iso9660 and udf kernel modules (#930)Florian Fainelli2006-11-0911-22/+63
| | | | SVN-Revision: 5485
* use target nm instead of host nm for ar7 images (#936)Felix Fietkau2006-11-081-1/+1
| | | | SVN-Revision: 5473
* Add missing definitions, prevented users of Fedora Core 5 (and probably ↵Florian Fainelli2006-11-061-0/+37
| | | | | | others) to build UML kernels. SVN-Revision: 5453
* Add support for ne2000 pci NIC (#916)Florian Fainelli2006-11-061-1/+1
| | | | SVN-Revision: 5451
* Update kernel configurations to enable NLS KOI8R (russian) and package the ↵Florian Fainelli2006-11-0410-12/+12
| | | | | | module (#819 - second part) SVN-Revision: 5446
* remove obsolete patchFelix Fietkau2006-11-041-11/+0
| | | | SVN-Revision: 5438
* port new diag driver to kamikazeFelix Fietkau2006-11-032-65/+84
| | | | SVN-Revision: 5426
* use irq sharing on the serial lineFelix Fietkau2006-11-031-3/+7
| | | | SVN-Revision: 5424
* Add #870 patch, fixes compilation with newer kernel-headers, also fixes fc5 ↵Florian Fainelli2006-11-021-0/+71
| | | | | | compilation SVN-Revision: 5388
* remove old control directoryFelix Fietkau2006-11-0158-235/+0
| | | | SVN-Revision: 5377
* Add USR5461 image generation and tool (#817), thanks to Dick Streefland !Florian Fainelli2006-11-013-1/+192
| | | | SVN-Revision: 5373
* fix a small typoFelix Fietkau2006-10-311-1/+1
| | | | SVN-Revision: 5368
* fix rootfs partition name for x86 imagesFelix Fietkau2006-10-311-3/+7
| | | | SVN-Revision: 5367
* fix kernel config after r8169 changeFelix Fietkau2006-10-311-2/+4
| | | | SVN-Revision: 5366
* export skb_attach symbol (#887)Florian Fainelli2006-10-311-1/+2
| | | | SVN-Revision: 5359
* add a fix for tun/tap related crashes (backported by Carlos Sobrinho)Felix Fietkau2006-10-311-0/+102
| | | | SVN-Revision: 5352
* rdc: disable pci serial, remove bluetooth (because usb is disabled)Felix Fietkau2006-10-301-44/+5
| | | | SVN-Revision: 5335
* add redboot parsing and rtl8169 fixes, enable r8169 and add the free ixp4xx ↵Imre Kaloz2006-10-277-57/+3296
| | | | | | ethernet driver - the later still needs fixes and testing for the gateway 7001 SVN-Revision: 5311
* rename the xscale target to ixp4xx for the forthcoming iop target, add gcc ↵Imre Kaloz2006-10-275-2/+2
| | | | | | 4.1 patch for arm SVN-Revision: 5310
* extend X86_GRUB_ROOTPART selection to jffs2 imagesFelix Fietkau2006-10-271-2/+2
| | | | SVN-Revision: 5308
* revert to hda2Felix Fietkau2006-10-271-2/+2
| | | | SVN-Revision: 5307
* this should have been sda not hdaTim Yardley2006-10-271-2/+2
| | | | SVN-Revision: 5306
* Add NAND flash/YAFFS2 patches for RB532 by David Goodenough Read the kernel ↵Felix Fietkau2006-10-267-93/+11649
| | | | | | command line from an otherwise unused area of the kernel image (will be used for changing the command line on the fly when copying the system from CF to NAND) SVN-Revision: 5296
* some minor cleanupTim Yardley2006-10-252-13/+13
| | | | SVN-Revision: 5294
* fix partition issue with x86, leveraging the default size on the second ↵Tim Yardley2006-10-251-6/+6
| | | | | | partition (all of the remaining drive) in order to get around size differences SVN-Revision: 5293
* code to bring in the following for x86: X86_GRUB_ROOTPART: configureable ↵Tim Yardley2006-10-242-1/+14
| | | | | | root partition for kernel options X86_GRUB_BOOTOPTS: configureable parameters to be added to the boot line SVN-Revision: 5289
* fix irq issue (ap70 eth1)Mike Baker2006-10-241-1/+4
| | | | SVN-Revision: 5288
* add e1000 driver, remove references to LINUX_2_4_X86Felix Fietkau2006-10-241-1/+3
| | | | SVN-Revision: 5286
* add fix for samsung flash chipsFelix Fietkau2006-10-241-0/+38
| | | | SVN-Revision: 5284
* fix a timeout on amd flash chips (patch from #874)Felix Fietkau2006-10-221-0/+39
| | | | SVN-Revision: 5262
* add generic and via ide support to x86-2.6Felix Fietkau2006-10-221-2/+2
| | | | SVN-Revision: 5255
* disable pcmcia on rb532Nicolas Thill2006-10-191-13/+1
| | | | SVN-Revision: 5239
* cleanup/rewrite of the kernel build processFelix Fietkau2006-10-1915-111/+18
| | | | SVN-Revision: 5226
* remove bluetooth from ar7 configFelix Fietkau2006-10-191-23/+1
| | | | SVN-Revision: 5225
* cleanupFelix Fietkau2006-10-1914-14/+0
| | | | SVN-Revision: 5224
* finally kill KMOD_template - removes a big chunk of legacy build codeFelix Fietkau2006-10-191-177/+0
| | | | SVN-Revision: 5222
* make filesystem size selection generic (for ext2)Felix Fietkau2006-10-192-5/+2
| | | | SVN-Revision: 5221
* port more modules over to the new systemFelix Fietkau2006-10-191-124/+0
| | | | SVN-Revision: 5220