| 
							
							
								 Florian Fainelli | f1b6a4ce42 | Disable YAFFS and NAND by default SVN-Revision: 6717 | 2007-03-26 19:54:54 +00:00 |  | 
			
				
					| 
							
							
								 Florian Fainelli | 7d55bb05fe | Move the yaffs patch to be generic, shared between rb532 and adm5120 SVN-Revision: 6716 | 2007-03-26 19:42:33 +00:00 |  | 
			
				
					| 
							
							
								 Eugene Konev | 418ae3a045 | Make lzma-loader sdram mapping configurable (#1169) SVN-Revision: 6598 | 2007-03-18 09:32:22 +00:00 |  | 
			
				
					| 
							
							
								 Felix Fietkau | dcfbd5f656 | fix up remaining parts for the brcm47xx-2.6 port (tested on wgt634u), nuke the old brcm-2.6 port, close #1312, #1451 SVN-Revision: 6564 | 2007-03-14 03:37:40 +00:00 |  | 
			
				
					| 
							
							
								 Felix Fietkau | a44c286fdb | nuke mdev and replace it with hotplug2 :) SVN-Revision: 6512 | 2007-03-04 20:31:53 +00:00 |  | 
			
				
					| 
							
							
								 Imre Kaloz | 662fde9077 | R.I.P. devfs SVN-Revision: 6478 | 2007-03-03 20:35:01 +00:00 |  | 
			
				
					| 
							
							
								 Felix Fietkau | 68ca8e7818 | make squashfs overlay support more generic and integrate it for x86-2.6 SVN-Revision: 6450 | 2007-03-02 01:23:36 +00:00 |  | 
			
				
					| 
							
							
								 Felix Fietkau | a256c81dd9 | move mtd rootfs split patch to generic-2.6, disabled for broadcom targets until the flash map driver is updated and tested SVN-Revision: 6449 | 2007-03-01 23:52:19 +00:00 |  | 
			
				
					| 
							
							
								 Felix Fietkau | 4273579814 | add a patch to revert recent breakage in the intel cfi flash driver (fixes #1140) SVN-Revision: 6420 | 2007-02-28 01:14:42 +00:00 |  | 
			
				
					| 
							
							
								 Felix Fietkau | d064080013 | update to imq patch version 2.6.19-imq3 - fixes kernel oops from #1397 SVN-Revision: 6418 | 2007-02-28 00:53:20 +00:00 |  | 
			
				
					| 
							
							
								 Felix Fietkau | c6a4f047e3 | correct wrong CONFIG_PCMCIA defaults (fixes buildbot errors) SVN-Revision: 6390 | 2007-02-26 14:36:27 +00:00 |  | 
			
				
					| 
							
							
								 Felix Fietkau | 912e5867ef | Finally fix the pesky x86-2.6 block2mtd related crash (#1058) When erasing 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 | 2007-02-18 13:52:14 +00:00 |  | 
			
				
					| 
							
							
								 Felix Fietkau | b7f6521923 | add fix for kernel headers to allow offsetof access from user space SVN-Revision: 6299 | 2007-02-14 02:42:08 +00:00 |  | 
			
				
					| 
							
							
								 Felix Fietkau | 01910ee69d | move tlb change for mips 4KC to generic patches (required for most mips targets) SVN-Revision: 6294 | 2007-02-13 00:55:11 +00:00 |  | 
			
				
					| 
							
							
								 Felix Fietkau | 8e88bb54ba | port [6229] to kamikaze SVN-Revision: 6275 | 2007-02-08 01:25:18 +00:00 |  | 
			
				
					| 
							
							
								 Felix Fietkau | b4bd264899 | add extra netfilter xt stuff to config-template SVN-Revision: 6264 | 2007-02-04 21:15:46 +00:00 |  | 
			
				
					| 
							
							
								 Felix Fietkau | 286cfe3c61 | disable block2mtd page readahead (patch from #1058) SVN-Revision: 6242 | 2007-02-01 21:35:25 +00:00 |  | 
			
				
					| 
							
							
								 Felix Fietkau | 1668e52b8b | forward port missing parts of the mtd permission change in whiterussian (and add it to linux 2.6 as well) SVN-Revision: 6224 | 2007-01-27 19:22:15 +00:00 |  | 
			
				
					| 
							
							
								 Florian Fainelli | acf6ec373e | Add chaostable from #1187, also enable netfilter modules for ixp4xx. SVN-Revision: 6182 | 2007-01-22 23:55:22 +00:00 |  | 
			
				
					| 
							
							
								 Imre Kaloz | d82a8a3da0 | fix kernel compile on real operating systems :P (closes #1150) SVN-Revision: 5997 | 2007-01-05 19:47:31 +00:00 |  | 
			
				
					| 
							
							
								 Florian Fainelli | 3fc2a24f04 | Add an OSX specific patch to make the kernel be compiled SVN-Revision: 5987 | 2007-01-05 15:29:54 +00:00 |  | 
			
				
					| 
							
							
								 Felix Fietkau | 9052cff7c9 | reorder netfilter patches, update layer7 kernel to latest version, should improve stability SVN-Revision: 5950 | 2007-01-01 04:42:50 +00:00 |  | 
			
				
					| 
							
							
								 Felix Fietkau | f9d5bdd6f3 | add compatibility patch for d80211 SVN-Revision: 5937 | 2006-12-30 17:52:58 +00:00 |  | 
			
				
					| 
							
							
								 Florian Fainelli | 79a3d66cde | Replace inode.u.generic_ip with inode.i_private SVN-Revision: 5848 | 2006-12-18 21:57:24 +00:00 |  | 
			
				
					| 
							
							
								 Rod Whitby | b29cb380f4 | Renamed 050-* to comply with patch naming convention. SVN-Revision: 5814 | 2006-12-17 12:28:46 +00:00 |  | 
			
				
					| 
							
							
								 Rod Whitby | b3dcce7d75 | Replaced non-working (on NAS100d) redboot byteswap partition truncate patch 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 | 2006-12-17 03:05:52 +00:00 |  | 
			
				
					| 
							
							
								 Felix Fietkau | bff468813f | Upgrade to Linux 2.6.19 - Includes large parts of the patch from #1021 by dpalffy
- Includes RB532 NAND driver changes by n0-1
SVN-Revision: 5789 | 2006-12-14 16:41:33 +00:00 |  | 
			
				
					| 
							
							
								 Felix Fietkau | 1ce8e3192b | fix uclibc compile SVN-Revision: 5734 | 2006-12-09 10:38:11 +00:00 |  | 
			
				
					| 
							
							
								 Felix Fietkau | 227817a3c6 | more compile fixes SVN-Revision: 5730 | 2006-12-08 22:02:44 +00:00 |  | 
			
				
					| 
							
							
								 Felix Fietkau | 3264c50c3a | fix up include/linux/types.h for user space stuff (patch from debian), fixes #1008 SVN-Revision: 5724 | 2006-12-08 15:58:15 +00:00 |  | 
			
				
					| 
							
							
								 Mike Baker | c3c4dfb57b | move target/image/platform to target/linux/platform/image platform directories are now self contained SVN-Revision: 5669 | 2006-11-28 20:14:41 +00:00 |  | 
			
				
					| 
							
							
								 Felix Fietkau | 4dc43d9b48 | mini_fo fixes SVN-Revision: 5556 | 2006-11-17 15:58:58 +00:00 |  | 
			
				
					| 
							
							
								 Felix Fietkau | 9f9ac067a4 | add mini_fo SVN-Revision: 5541 | 2006-11-17 02:50:09 +00:00 |  | 
			
				
					| 
							
							
								 Imre Kaloz | 93ab44d5d6 | add redboot parsing and rtl8169 fixes, enable r8169 and add the free ixp4xx ethernet driver - the later still needs fixes and testing for the gateway 7001 SVN-Revision: 5311 | 2006-10-27 12:32:10 +00:00 |  | 
			
				
					| 
							
							
								 Felix Fietkau | 28a3cb3ca3 | add fix for samsung flash chips SVN-Revision: 5284 | 2006-10-24 18:05:05 +00:00 |  | 
			
				
					| 
							
							
								 Nicolas Thill | 273a22b336 | add missing <asm/segment.h>, fix mini_fo and openswan build on ppc SVN-Revision: 5206 | 2006-10-18 14:16:17 +00:00 |  | 
			
				
					| 
							
							
								 Felix Fietkau | 60c1f0f64d | finally move buildroot-ng to trunk | 2016-03-20 17:29:15 +01:00 |  |