63 Commits (9882253827b16579bbd317f6e8c0deb75b0ca0f3)

Author SHA1 Message Date
Gabor Juhos 3c7aec6185 rootfs_split: fix a typo, and fix compiler warnings 17 years ago
Felix Fietkau cf633b733a fix rootfs split partition renaming (fix by Eric L. Chen) 17 years ago
Gabor Juhos 0ce7096e40 restore Kconfig options of rootfs_split for 2.6.21.5 17 years ago
Gabor Juhos a66d3dd9d2 rootfs_split fixes * avoid compiler warnings on 2.6.22.1 * applies cleanly on 2.6.21.5 17 years ago
Gabor Juhos 934a641058 clean of the rootfs_split patch 17 years ago
Felix Fietkau e3a7ac074a fix ipp2p 17 years ago
Felix Fietkau f82f62b992 fix layer7 for 2.6.21 17 years ago
Felix Fietkau f82e310cd2 fix a typo in the imq module (patch from #2005) 17 years ago
Felix Fietkau 0d3d6051b3 update imq patches (fixes #2009) 17 years ago
Felix Fietkau 9801602a93 upgrade layer7 to the latest version and add fixes for 2.6.21 and 2.6.22-rc - compile tested on .21, run time tested on .22-rc6 17 years ago
Felix Fietkau 8c41e51e92 fix failsafe on broadcom, send netlink events in diag when running linux 2.6 18 years ago
Felix Fietkau b74715a0b6 add mini_fo fix from #1801 18 years ago
Tim Yardley f78de29500 fixed ipset patch to make it work right from userland 18 years ago
Florian Fainelli 4a00419fd0 Update the yaffs patch to include the fix by Giampaolo Mancini (mancho), closes #1779 18 years ago
Imre Kaloz 08c7265613 add support for the AVR32 platform, namely the ATNGW100 board - joint work with wigyori 18 years ago
Felix Fietkau f082d1fddf add ar7-2.6 fixes by Stefan Weil 18 years ago
Florian Fainelli accffe1a0c Updated yaffs2, thanks to David Goodenough (#1779) 18 years ago
Felix Fietkau 94c0d84182 refresh kernel patches so that they apply cleanly 18 years ago
Felix Fietkau 589d2a377d remove bogus netfilter dependencies 18 years ago
Felix Fietkau 4c4b3a6317 move x86 lzma loader patch from generic patches into rdc-2.6 - it's causing problems at least in qemu, maybe on other systems as well and generic x86 doesn't really need the extra compression 18 years ago
Florian Fainelli 3368856944 add generic GPIO to MIPS boards, use it for au1000 and for the MTX-1 led driver as well 18 years ago
Felix Fietkau 9ca9ccac79 nuke vga console support from the x86 lzma loader, it seems to cause problems at least in qemu 18 years ago
Felix Fietkau 79a61de092 fix x86 lzma loader 18 years ago
Imre Kaloz aa8d377d7e update netfilter patches, fix atheros 18 years ago
Felix Fietkau 227d9b1b0a fix x86-2.6 compile 18 years ago
Felix Fietkau 68adfabefb fix compile error in the netfilter ipset module 18 years ago
Imre Kaloz 615e8af841 break trunk temporary - upgrade to 2.6.21.1 and iptables 1.3.7 18 years ago
Florian Fainelli f0e08dea14 Fix duplicate entries in the patch 18 years ago
Florian Fainelli 231a4b3540 Add generic GPIO support to MIPS boards 18 years ago
Florian Fainelli afcfa1a55c make sure the ramdisk generation will work when you have defined a special TIMEFMT 18 years ago
Mike Baker 1ad24fe804 backport a few usb device ids from 2.6.21 for airprime 18 years ago
Felix Fietkau 332fe44ed2 move the lzma decompressor out of squashfs-lzma patch and into a new patch (i want to use it for initramfs in the future) 18 years ago
Florian Fainelli 71c2d045e3 Add lzma compression for x86 based targets 18 years ago
Eugene Konev 74c927577d Fix free space size check 18 years ago
Florian Fainelli 7d55bb05fe Move the yaffs patch to be generic, shared between rb532 and adm5120 18 years ago
Imre Kaloz 662fde9077 R.I.P. devfs 18 years ago
Felix Fietkau 68ca8e7818 make squashfs overlay support more generic and integrate it for x86-2.6 18 years ago
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 18 years ago
Felix Fietkau 4273579814 add a patch to revert recent breakage in the intel cfi flash driver (fixes #1140) 18 years ago
Felix Fietkau d064080013 update to imq patch version 2.6.19-imq3 - fixes kernel oops from #1397 18 years ago
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 *)) 18 years ago
Felix Fietkau b7f6521923 add fix for kernel headers to allow offsetof access from user space 18 years ago
Felix Fietkau 01910ee69d move tlb change for mips 4KC to generic patches (required for most mips targets) 18 years ago
Felix Fietkau 286cfe3c61 disable block2mtd page readahead (patch from #1058) 18 years ago
Felix Fietkau 1668e52b8b forward port missing parts of the mtd permission change in whiterussian (and add it to linux 2.6 as well) 18 years ago
Florian Fainelli acf6ec373e Add chaostable from #1187, also enable netfilter modules for ixp4xx. 18 years ago
Imre Kaloz d82a8a3da0 fix kernel compile on real operating systems :P (closes #1150) 18 years ago
Florian Fainelli 3fc2a24f04 Add an OSX specific patch to make the kernel be compiled 18 years ago
Felix Fietkau 9052cff7c9 reorder netfilter patches, update layer7 kernel to latest version, should improve stability 18 years ago
Felix Fietkau f9d5bdd6f3 add compatibility patch for d80211 18 years ago