Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move the cryptoapi kmod to package/kernel | Felix Fietkau | 2006-07-18 | 1 | -9/+1 |
| | | | | SVN-Revision: 4149 | ||||
* | Fix brcm63xx support. Now a kernel is booting, detecting the flash, and can ↵ | Florian Fainelli | 2006-07-07 | 12 | -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 Thill | 2006-07-03 | 2 | -103/+168 |
| | | | | SVN-Revision: 4114 | ||||
* | fix x86-2.4 | Nicolas Thill | 2006-07-03 | 1 | -7/+0 |
| | | | | SVN-Revision: 4113 | ||||
* | Disable the use of lzma since the alchemy images are zlib compressed and ↵ | Florian Fainelli | 2006-07-02 | 1 | -1/+0 |
| | | | | | | there is a lot of space. Fix makefile error when "touching" zImage.flash.srec SVN-Revision: 4108 | ||||
* | credit where credit is due | Mike Baker | 2006-06-27 | 15 | -0/+90 |
| | | | | SVN-Revision: 4091 | ||||
* | add missing exports | Felix Fietkau | 2006-06-26 | 1 | -1/+4 |
| | | | | SVN-Revision: 4089 | ||||
* | enable CRC32 in brcm-2.4 kernel config - no idea why it even worked without | Felix Fietkau | 2006-06-26 | 1 | -1/+1 |
| | | | | SVN-Revision: 4087 | ||||
* | remove kmod-ide control file | Felix Fietkau | 2006-06-26 | 1 | -4/+0 |
| | | | | SVN-Revision: 4086 | ||||
* | Remove built-in.o | Florian Fainelli | 2006-06-26 | 1 | -0/+0 |
| | | | | SVN-Revision: 4085 | ||||
* | Merge premilinary Broadcom 63xx support (Livebox, Siemens SE515...) Kernel ↵ | Florian Fainelli | 2006-06-26 | 5 | -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 Fietkau | 2006-06-26 | 1 | -3/+17 |
| | | | | SVN-Revision: 4083 | ||||
* | backport jffs2 eof detect changes from 2.6 | Felix Fietkau | 2006-06-23 | 1 | -36/+45 |
| | | | | SVN-Revision: 4062 | ||||
* | port the brcm-2.4 flash map driver changes to 2.6 | Felix Fietkau | 2006-06-23 | 1 | -53/+188 |
| | | | | SVN-Revision: 4061 | ||||
* | fix the jffs2 eof detect patch for linux 2.6 (unlocking required for erasing ↵ | Felix Fietkau | 2006-06-23 | 1 | -20/+30 |
| | | | | | | blocks) SVN-Revision: 4060 | ||||
* | fix partition align | Felix Fietkau | 2006-06-23 | 1 | -3/+5 |
| | | | | SVN-Revision: 4059 | ||||
* | add copyright statement | Felix Fietkau | 2006-06-23 | 1 | -2/+3 |
| | | | | SVN-Revision: 4058 | ||||
* | update kernel config for brcm-2.6 | Felix Fietkau | 2006-06-23 | 1 | -74/+84 |
| | | | | SVN-Revision: 4056 | ||||
* | broadcom 2.4: update the trx for jffs2 directly in the flash map driver | Felix Fietkau | 2006-06-23 | 1 | -39/+167 |
| | | | | SVN-Revision: 4055 | ||||
* | jffs2 eof detect: mark erased blocks after erasing them | Felix Fietkau | 2006-06-23 | 1 | -1/+2 |
| | | | | SVN-Revision: 4054 | ||||
* | cosmetic fix for irq error messages | Mike Baker | 2006-06-22 | 1 | -1/+1 |
| | | | | SVN-Revision: 4050 | ||||
* | backport jffs2 eofdetect patch to linux 2.4 | Felix Fietkau | 2006-06-21 | 1 | -0/+87 |
| | | | | SVN-Revision: 4044 | ||||
* | move jffs2 end-of-filesystem detection to the generic 2.6 patches | Felix Fietkau | 2006-06-21 | 1 | -0/+0 |
| | | | | SVN-Revision: 4042 | ||||
* | move target/linux/image to target/image | Felix Fietkau | 2006-06-21 | 44 | -4862/+1 |
| | | | | SVN-Revision: 4040 | ||||
* | fix and enable the sdk | Felix Fietkau | 2006-06-21 | 1 | -33/+0 |
| | | | | SVN-Revision: 4037 | ||||
* | include $(TOPDIR)/rules.mk in the image makefiles | Felix Fietkau | 2006-06-21 | 8 | -0/+8 |
| | | | | SVN-Revision: 4036 | ||||
* | add INCLUDE_DIR variable for $(TOPDIR)/include | Felix Fietkau | 2006-06-21 | 19 | -30/+30 |
| | | | | SVN-Revision: 4033 | ||||
* | build system cleanup. move shared include files into $(TOPDIR)/include, move ↵ | Felix Fietkau | 2006-06-21 | 34 | -1275/+33 |
| | | | | | | lzma, mkfs.* into toolchain/ SVN-Revision: 4032 | ||||
* | add target/download | Felix Fietkau | 2006-06-20 | 5 | -0/+13 |
| | | | | SVN-Revision: 4030 | ||||
* | annoying initrd bug introduced by 2.6.17 | Mike Baker | 2006-06-20 | 1 | -0/+13 |
| | | | | SVN-Revision: 4027 | ||||
* | Update alchemy kernel configuration | Florian Fainelli | 2006-06-20 | 1 | -38/+87 |
| | | | | SVN-Revision: 4020 | ||||
* | be politically correct | Imre Kaloz | 2006-06-20 | 2 | -2/+2 |
| | | | | SVN-Revision: 4019 | ||||
* | fix irq handling on 2.6.17 | Mike Baker | 2006-06-20 | 2 | -101/+16 |
| | | | | SVN-Revision: 4017 | ||||
* | reintroduce the -ffreestanding to avoid gcc inline errors | Mike Baker | 2006-06-19 | 1 | -0/+12 |
| | | | | SVN-Revision: 4015 | ||||
* | fix broadcom trx alignment | Felix Fietkau | 2006-06-19 | 1 | -12/+11 |
| | | | | SVN-Revision: 4010 | ||||
* | remove the wl.o build from the kernel patch and move the driver along with ↵ | Felix Fietkau | 2006-06-19 | 4 | -3301/+1 |
| | | | | | | wl, nas and wlc into packages/broadcom-wl SVN-Revision: 4009 | ||||
* | update Aruba config for 2.6.17 | Imre Kaloz | 2006-06-19 | 1 | -56/+65 |
| | | | | SVN-Revision: 4008 | ||||
* | fix rb532 for 2.6.17 | Felix Fietkau | 2006-06-19 | 2 | -480/+227 |
| | | | | SVN-Revision: 4007 | ||||
* | fix the Aruba ethernet drivers for 2.6.17 | Imre Kaloz | 2006-06-19 | 2 | -528/+548 |
| | | | | SVN-Revision: 4006 | ||||
* | fix typo in brcm-2.4 system code | Felix Fietkau | 2006-06-18 | 1 | -1/+1 |
| | | | | SVN-Revision: 4003 | ||||
* | move wlcompat from target/linux/package/ to package/. | Nicolas Thill | 2006-06-18 | 5 | -1091/+0 |
| | | | | SVN-Revision: 4002 | ||||
* | follow the xtables changes in 2.6.17 | Imre Kaloz | 2006-06-18 | 1 | -1/+4 |
| | | | | SVN-Revision: 4001 | ||||
* | fix the multiple gateway patch, too | Imre Kaloz | 2006-06-18 | 1 | -145/+119 |
| | | | | SVN-Revision: 3988 | ||||
* | upgrade to 2.6.17, probably break some stuff temporary | Imre Kaloz | 2006-06-18 | 15 | -795/+751 |
| | | | | SVN-Revision: 3987 | ||||
* | move ueagle-atm from target/linux/package/ to package/. | Nicolas Thill | 2006-06-17 | 5 | -70/+0 |
| | | | | SVN-Revision: 3977 | ||||
* | move diag from target/linux/package/ to package/. | Nicolas Thill | 2006-06-17 | 4 | -310/+0 |
| | | | | SVN-Revision: 3976 | ||||
* | move openswan from target/linux/package to package/. | Nicolas Thill | 2006-06-17 | 4 | -61/+0 |
| | | | | SVN-Revision: 3974 | ||||
* | move zd1211 from target/linux/package/ to package/. | Nicolas Thill | 2006-06-17 | 3 | -64/+0 |
| | | | | SVN-Revision: 3973 | ||||
* | move spca5xx from target/linux/package/ to package/, dependency on ↵ | Nicolas Thill | 2006-06-17 | 4 | -231/+0 |
| | | | | | | kmod-usb-core & kmod-videodev packages needs fixing. SVN-Revision: 3972 | ||||
* | move shfs from target/linux/package/ to package/. | Nicolas Thill | 2006-06-17 | 6 | -214/+0 |
| | | | | SVN-Revision: 3970 |