summaryrefslogtreecommitdiff
path: root/openwrt/target/linux
Commit message (Collapse)AuthorAgeFilesLines
* enable split_iso for ehci on brcm-2.6Felix Fietkau2006-08-231-1/+1
| | | | SVN-Revision: 4646
* Make hostap modules so build works properly.Mike Albon2006-08-231-1/+6
| | | | SVN-Revision: 4639
* don't try to create mtd partitions on bcm947xx when the trx header is not ↵Felix Fietkau2006-08-222-4/+6
| | | | | | found - should fix #318 SVN-Revision: 4634
* Port kmod-tun to the new module layoutFlorian Fainelli2006-08-221-7/+0
| | | | SVN-Revision: 4633
* Add ROUTE target for netfilter, closes #595Florian Fainelli2006-08-229-1/+931
| | | | SVN-Revision: 4620
* port kmod-ipv6 to the new systemFelix Fietkau2006-08-201-7/+0
| | | | SVN-Revision: 4615
* Add devpts mountsGerry Rozema2006-08-201-0/+2
| | | | SVN-Revision: 4612
* enable ipip for arubaFelix Fietkau2006-08-191-2/+2
| | | | SVN-Revision: 4609
* Update init to use /etc/banner for presence test, remove postinitGerry Rozema2006-08-182-9/+5
| | | | SVN-Revision: 4604
* File I forgotGerry Rozema2006-08-181-0/+4
| | | | SVN-Revision: 4600
* Flesh out early userspace for initramfs to allow booting from mediaGerry Rozema2006-08-181-2/+79
| | | | SVN-Revision: 4592
* Add ext2 as a compiled in on x86-2.4 so it's available for initrd on netboot ↵Gerry Rozema2006-08-171-149/+56
| | | | | | and ext2 bootable images. SVN-Revision: 4580
* a "generic" patch shouldn't be setting the ARCH to mipsMike Baker2006-08-161-9/+0
| | | | SVN-Revision: 4571
* Move a bunch of ethernet hardware drivers to new kernel module packageingGerry Rozema2006-08-145-56/+2
| | | | SVN-Revision: 4569
* Generalize the x86 kernel config for more generic processor optionsGerry Rozema2006-08-141-82/+48
| | | | SVN-Revision: 4568
* Make ext2 image larger for uml, update uml kernel configGerry Rozema2006-08-141-233/+222
| | | | SVN-Revision: 4567
* Enable CONFIG_PACKET built in the kernel, closes #687Florian Fainelli2006-08-111-1/+1
| | | | SVN-Revision: 4564
* add XScale support to -ngImre Kaloz2006-08-062-94/+112
| | | | SVN-Revision: 4475
* Move crc-ccitt from built-in to moduleFlorian Fainelli2006-08-051-2/+2
| | | | SVN-Revision: 4472
* Fix brcm63xx patch (humm diff laught at me)Florian Fainelli2006-08-031-0/+9216
| | | | SVN-Revision: 4427
* Add bootloader specific code, need to fix bootloader detection code as wellFlorian Fainelli2006-08-032-9079/+45
| | | | SVN-Revision: 4426
* Use the rewritten flash map driver, huge thanks nbd !Florian Fainelli2006-08-031-91/+150
| | | | SVN-Revision: 4425
* Update au1000 netfilter config to match other devices configFlorian Fainelli2006-07-311-53/+48
| | | | SVN-Revision: 4357
* Update netfilter config to match other platformsFlorian Fainelli2006-07-311-72/+96
| | | | SVN-Revision: 4355
* port ppp modules to package/kernel and fix ppp package dependenciesFelix Fietkau2006-07-301-34/+0
| | | | SVN-Revision: 4329
* usb fixes and performance enhancementsFelix Fietkau2006-07-301-0/+861
| | | | SVN-Revision: 4325
* bugfix for the rb532 block2mtd codeFelix Fietkau2006-07-291-56/+60
| | | | SVN-Revision: 4320
* oooops, bridge patch was brokenGerry Rozema2006-07-271-61/+0
| | | | SVN-Revision: 4306
* Add bridge preferred mac patchGerry Rozema2006-07-271-0/+61
| | | | SVN-Revision: 4305
* change cpmac to use the internal phy by default (#596)Felix Fietkau2006-07-251-2/+2
| | | | SVN-Revision: 4279
* Clean up patches : remove warnings, move cli() and save_flags to spinlock ↵Florian Fainelli2006-07-252-335/+299
| | | | | | mechanisms SVN-Revision: 4275
* port over the netfilter module packaging to the new system and fix iptables ↵Felix Fietkau2006-07-221-169/+0
| | | | | | dependencies SVN-Revision: 4206
* Added a readme to the uml target for a quick startGerry Rozema2006-07-221-0/+30
| | | | SVN-Revision: 4202
* fix a few directories missed in [4176]'s source -> downloadMike Baker2006-07-212-4/+4
| | | | SVN-Revision: 4198
* Update brcm63xx to 2.6.17, restore the use of "generic patches" since there ↵Florian Fainelli2006-07-215-243/+629
| | | | | | is no linux version mismatch SVN-Revision: 4182
* UML target completed. Added ext2 target fs for use with uml imagesGerry Rozema2006-07-201-13/+13
| | | | SVN-Revision: 4178
* Start adding uml targetGerry Rozema2006-07-203-0/+867
| | | | SVN-Revision: 4177
* move the cryptoapi kmod to package/kernelFelix Fietkau2006-07-181-9/+1
| | | | SVN-Revision: 4149
* Fix brcm63xx support. Now a kernel is booting, detecting the flash, and can ↵Florian Fainelli2006-07-0712-48738/+16807
| | | | | | probably mount a filesystem Huge thanks to Nico Huber for providing working patches ! SVN-Revision: 4117
* fix x86-2.6, update kernel config for 2.6.17.Nicolas Thill2006-07-032-103/+168
| | | | SVN-Revision: 4114
* fix x86-2.4Nicolas Thill2006-07-031-7/+0
| | | | SVN-Revision: 4113
* Disable the use of lzma since the alchemy images are zlib compressed and ↵Florian Fainelli2006-07-021-1/+0
| | | | | | there is a lot of space. Fix makefile error when "touching" zImage.flash.srec SVN-Revision: 4108
* credit where credit is dueMike Baker2006-06-2715-0/+90
| | | | SVN-Revision: 4091
* add missing exportsFelix Fietkau2006-06-261-1/+4
| | | | SVN-Revision: 4089
* enable CRC32 in brcm-2.4 kernel config - no idea why it even worked withoutFelix Fietkau2006-06-261-1/+1
| | | | SVN-Revision: 4087
* remove kmod-ide control fileFelix Fietkau2006-06-261-4/+0
| | | | SVN-Revision: 4086
* Remove built-in.oFlorian Fainelli2006-06-261-0/+0
| | | | SVN-Revision: 4085
* Merge premilinary Broadcom 63xx support (Livebox, Siemens SE515...) Kernel ↵Florian Fainelli2006-06-265-19/+49281
| | | | | | compiles fine, does not include linux-2.6.8.1 linux-mips specific fixes and neither includes broadcom changes to netfiler Needs testing of course :) SVN-Revision: 4084
* add support for new modules.mk format (no autogenerated Config.in yet)Felix Fietkau2006-06-261-3/+17
| | | | SVN-Revision: 4083
* backport jffs2 eof detect changes from 2.6Felix Fietkau2006-06-231-36/+45
| | | | SVN-Revision: 4062