Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move mtd rootfs split patch to generic-2.6, disabled for broadcom targets ↵ | Felix Fietkau | 2007-03-01 | 2 | -0/+415 |
| | | | | | | until the flash map driver is updated and tested SVN-Revision: 6449 | ||||
* | add a patch to revert recent breakage in the intel cfi flash driver (fixes ↵ | Felix Fietkau | 2007-02-28 | 1 | -0/+169 |
| | | | | | | #1140) SVN-Revision: 6420 | ||||
* | update to imq patch version 2.6.19-imq3 - fixes kernel oops from #1397 | Felix Fietkau | 2007-02-28 | 1 | -428/+452 |
| | | | | SVN-Revision: 6418 | ||||
* | correct wrong CONFIG_PCMCIA defaults (fixes buildbot errors) | Felix Fietkau | 2007-02-26 | 1 | -1/+1 |
| | | | | SVN-Revision: 6390 | ||||
* | Finally fix the pesky x86-2.6 block2mtd related crash (#1058) When erasing ↵ | Felix Fietkau | 2007-02-18 | 1 | -0/+11 |
| | | | | | | | | blocks, block2mtd checks the block on the physical disk to see if everything's filled with 0xff. When grabbing a page from the page cache, it initializes the limit as <start address> + PAGE_SIZE. Turns out that the pointer to the status page is (unsigned long *), and thus it adds (PAGE_SIZE * 4). This would never have been caught, if it wasn't for the unlikely event that block2mtd catches the *last* page available in the system ram and thus tries to scan 4 memory pages from there. The absolutely trivial fix is to do a double cast (cast to (u8 *), add PAGE_SIZE, then cast to (unsigned long *)) ... and there was much rejoicing SVN-Revision: 6318 | ||||
* | add fix for kernel headers to allow offsetof access from user space | Felix Fietkau | 2007-02-14 | 1 | -0/+17 |
| | | | | SVN-Revision: 6299 | ||||
* | move tlb change for mips 4KC to generic patches (required for most mips targets) | Felix Fietkau | 2007-02-13 | 1 | -0/+20 |
| | | | | SVN-Revision: 6294 | ||||
* | port [6229] to kamikaze | Felix Fietkau | 2007-02-08 | 1 | -1/+1 |
| | | | | SVN-Revision: 6275 | ||||
* | add extra netfilter xt stuff to config-template | Felix Fietkau | 2007-02-04 | 1 | -0/+3 |
| | | | | SVN-Revision: 6264 | ||||
* | disable block2mtd page readahead (patch from #1058) | Felix Fietkau | 2007-02-01 | 1 | -0/+11 |
| | | | | SVN-Revision: 6242 | ||||
* | forward port missing parts of the mtd permission change in whiterussian (and ↵ | Felix Fietkau | 2007-01-27 | 1 | -0/+15 |
| | | | | | | add it to linux 2.6 as well) SVN-Revision: 6224 | ||||
* | Add chaostable from #1187, also enable netfilter modules for ixp4xx. | Florian Fainelli | 2007-01-22 | 1 | -0/+880 |
| | | | | SVN-Revision: 6182 | ||||
* | fix kernel compile on real operating systems :P (closes #1150) | Imre Kaloz | 2007-01-05 | 1 | -10/+10 |
| | | | | SVN-Revision: 5997 | ||||
* | Add an OSX specific patch to make the kernel be compiled | Florian Fainelli | 2007-01-05 | 1 | -0/+145 |
| | | | | SVN-Revision: 5987 | ||||
* | reorder netfilter patches, update layer7 kernel to latest version, should ↵ | Felix Fietkau | 2007-01-01 | 8 | -286/+382 |
| | | | | | | improve stability SVN-Revision: 5950 | ||||
* | add compatibility patch for d80211 | Felix Fietkau | 2006-12-30 | 1 | -0/+11 |
| | | | | SVN-Revision: 5937 | ||||
* | Replace inode.u.generic_ip with inode.i_private | Florian Fainelli | 2006-12-18 | 1 | -1/+1 |
| | | | | SVN-Revision: 5848 | ||||
* | Renamed 050-* to comply with patch naming convention. | Rod Whitby | 2006-12-17 | 1 | -0/+0 |
| | | | | SVN-Revision: 5814 | ||||
* | Replaced non-working (on NAS100d) redboot byteswap partition truncate patch ↵ | Rod Whitby | 2006-12-17 | 2 | -61/+61 |
| | | | | | | with the one that has been tested on NSLU2, NAS100d, Loft, etc., accepted by linux-mtd, and should be in 2.6.20 SVN-Revision: 5813 | ||||
* | Upgrade to Linux 2.6.19 | Felix Fietkau | 2006-12-14 | 32 | -3338/+15026 |
| | | | | | | | - Includes large parts of the patch from #1021 by dpalffy - Includes RB532 NAND driver changes by n0-1 SVN-Revision: 5789 | ||||
* | fix uclibc compile | Felix Fietkau | 2006-12-09 | 1 | -3/+1 |
| | | | | SVN-Revision: 5734 | ||||
* | more compile fixes | Felix Fietkau | 2006-12-08 | 2 | -13/+10 |
| | | | | SVN-Revision: 5730 | ||||
* | fix up include/linux/types.h for user space stuff (patch from debian), fixes ↵ | Felix Fietkau | 2006-12-08 | 1 | -0/+64 |
| | | | | | | #1008 SVN-Revision: 5724 | ||||
* | move target/image/platform to target/linux/platform/image platform ↵ | Mike Baker | 2006-11-28 | 15 | -0/+1744 |
| | | | | | | directories are now self contained SVN-Revision: 5669 | ||||
* | mini_fo fixes | Felix Fietkau | 2006-11-17 | 1 | -34/+2 |
| | | | | SVN-Revision: 5556 | ||||
* | add mini_fo | Felix Fietkau | 2006-11-17 | 1 | -0/+7774 |
| | | | | SVN-Revision: 5541 | ||||
* | add redboot parsing and rtl8169 fixes, enable r8169 and add the free ixp4xx ↵ | Imre Kaloz | 2006-10-27 | 2 | -0/+96 |
| | | | | | | ethernet driver - the later still needs fixes and testing for the gateway 7001 SVN-Revision: 5311 | ||||
* | add fix for samsung flash chips | Felix Fietkau | 2006-10-24 | 1 | -0/+38 |
| | | | | SVN-Revision: 5284 | ||||
* | add missing <asm/segment.h>, fix mini_fo and openswan build on ppc | Nicolas Thill | 2006-10-18 | 1 | -0/+10 |
| | | | | SVN-Revision: 5206 | ||||
* | finally move buildroot-ng to trunk | Felix Fietkau | 2016-03-20 | 24 | -0/+20224 |