aboutsummaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* implement target profiles in menuconfigFelix Fietkau2006-11-125-59/+90
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5512 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix default targetFelix Fietkau2006-11-121-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5501 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5498 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Enable iso9660 and udf kernel modules (#930)Florian Fainelli2006-11-0911-22/+63
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5485 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use target nm instead of host nm for ar7 images (#936)Felix Fietkau2006-11-081-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5473 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add missing definitions, prevented users of Fedora Core 5 (and probably ↵Florian Fainelli2006-11-061-0/+37
| | | | | | others) to build UML kernels. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5453 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add support for ne2000 pci NIC (#916)Florian Fainelli2006-11-061-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5451 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Update kernel configurations to enable NLS KOI8R (russian) and package the ↵Florian Fainelli2006-11-0410-12/+12
| | | | | | module (#819 - second part) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5446 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove obsolete patchFelix Fietkau2006-11-041-11/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5438 3c298f89-4303-0410-b956-a3cf2f4a3e73
* port new diag driver to kamikazeFelix Fietkau2006-11-032-65/+84
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5426 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use irq sharing on the serial lineFelix Fietkau2006-11-031-3/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5424 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add #870 patch, fixes compilation with newer kernel-headers, also fixes fc5 ↵Florian Fainelli2006-11-021-0/+71
| | | | | | compilation git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5388 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove old control directoryFelix Fietkau2006-11-0158-235/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5377 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add USR5461 image generation and tool (#817), thanks to Dick Streefland !Florian Fainelli2006-11-013-1/+192
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5373 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix a small typoFelix Fietkau2006-10-311-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5368 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix rootfs partition name for x86 imagesFelix Fietkau2006-10-311-3/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5367 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix kernel config after r8169 changeFelix Fietkau2006-10-311-2/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5366 3c298f89-4303-0410-b956-a3cf2f4a3e73
* export skb_attach symbol (#887)Florian Fainelli2006-10-311-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5359 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a fix for tun/tap related crashes (backported by Carlos Sobrinho)Felix Fietkau2006-10-311-0/+102
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5352 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rdc: disable pci serial, remove bluetooth (because usb is disabled)Felix Fietkau2006-10-301-44/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5335 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5311 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rename the xscale target to ixp4xx for the forthcoming iop target, add gcc ↵Imre Kaloz2006-10-275-2/+2
| | | | | | 4.1 patch for arm git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5310 3c298f89-4303-0410-b956-a3cf2f4a3e73
* extend X86_GRUB_ROOTPART selection to jffs2 imagesFelix Fietkau2006-10-271-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5308 3c298f89-4303-0410-b956-a3cf2f4a3e73
* revert to hda2Felix Fietkau2006-10-271-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5307 3c298f89-4303-0410-b956-a3cf2f4a3e73
* this should have been sda not hdaTim Yardley2006-10-271-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5306 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add NAND flash/YAFFS2 patches for RB532 by David GoodenoughFelix Fietkau2006-10-267-93/+11649
| | | | | | | Read the kernel 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) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5296 3c298f89-4303-0410-b956-a3cf2f4a3e73
* some minor cleanupTim Yardley2006-10-252-13/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5294 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5293 3c298f89-4303-0410-b956-a3cf2f4a3e73
* code to bring in the following for x86:Tim Yardley2006-10-242-1/+14
| | | | | | | | | X86_GRUB_ROOTPART: configureable root partition for kernel options X86_GRUB_BOOTOPTS: configureable parameters to be added to the boot line git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5289 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix irq issue (ap70 eth1)Mike Baker2006-10-241-1/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5288 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add e1000 driver, remove references to LINUX_2_4_X86Felix Fietkau2006-10-241-1/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5286 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add fix for samsung flash chipsFelix Fietkau2006-10-241-0/+38
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5284 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix a timeout on amd flash chips (patch from #874)Felix Fietkau2006-10-221-0/+39
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5262 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add generic and via ide support to x86-2.6Felix Fietkau2006-10-221-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5255 3c298f89-4303-0410-b956-a3cf2f4a3e73
* disable pcmcia on rb532Nicolas Thill2006-10-191-13/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5239 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cleanup/rewrite of the kernel build processFelix Fietkau2006-10-1915-111/+18
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5226 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove bluetooth from ar7 configFelix Fietkau2006-10-191-23/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5225 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cleanupFelix Fietkau2006-10-1914-14/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5224 3c298f89-4303-0410-b956-a3cf2f4a3e73
* finally kill KMOD_template - removes a big chunk of legacy build codeFelix Fietkau2006-10-191-177/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5222 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make filesystem size selection generic (for ext2)Felix Fietkau2006-10-192-5/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5221 3c298f89-4303-0410-b956-a3cf2f4a3e73
* port more modules over to the new systemFelix Fietkau2006-10-191-124/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5220 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add another parallel build fixFelix Fietkau2006-10-181-0/+21
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5209 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix parallel build of brcm-2.4Felix Fietkau2006-10-181-6/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5207 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing <asm/segment.h>, fix mini_fo and openswan build on ppcNicolas Thill2006-10-181-0/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5206 3c298f89-4303-0410-b956-a3cf2f4a3e73
* enable native ipsec modules on 2.6, add ipsec kernel modulesNicolas Thill2006-10-189-75/+99
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5205 3c298f89-4303-0410-b956-a3cf2f4a3e73
* port soundcore moduleFelix Fietkau2006-10-171-8/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5199 3c298f89-4303-0410-b956-a3cf2f4a3e73
* port the usb modules over to the new systemFelix Fietkau2006-10-171-109/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5197 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove some old junkFelix Fietkau2006-10-172-33/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5190 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove old target/linux/package directoryFelix Fietkau2006-10-172-55/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5188 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move sched_use_tsc patch to generic-2.4Felix Fietkau2006-10-172-84/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5187 3c298f89-4303-0410-b956-a3cf2f4a3e73