48 Commits (0212ef08bd1af96a0e34782d3a7affa7d03fbe4d)

Author SHA1 Message Date
Felix Fietkau 383a21f3c5 use separate sysctl.conf files for 2.4 and 2.6 - fixes some boot message spam 18 years ago
Felix Fietkau 54a1fcd9c1 add tcp syn cookies support (fixes one of the sysctl error messages at boot time) 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 f4997ac854 Enable videodev, but do not build all hardware modules 18 years ago
Florian Fainelli 71c2d045e3 Add lzma compression for x86 based targets 18 years ago
Tim Yardley 9504226efb fix default 2.6 kernel config so we dont halt at CMTP protocol support 18 years ago
Florian Fainelli 880b837992 Enable codepage 1250 support (#1554) 18 years ago
Florian Fainelli 2b58e31674 Add ISDN support (#1498) 18 years ago
Eugene Konev 74c927577d Fix free space size check 18 years ago
Florian Fainelli 2266aad2ec Limit the number of hotplug childrens 18 years ago
Felix Fietkau 5c9cbf119d clean up nfsd kernel config entries (#1523) 18 years ago
Florian Fainelli f1b6a4ce42 Disable YAFFS and NAND by default 18 years ago
Florian Fainelli 7d55bb05fe Move the yaffs patch to be generic, shared between rb532 and adm5120 18 years ago
Eugene Konev 418ae3a045 Make lzma-loader sdram mapping configurable (#1169) 18 years ago
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 18 years ago
Felix Fietkau a44c286fdb nuke mdev and replace it with hotplug2 :) 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 c6a4f047e3 correct wrong CONFIG_PCMCIA defaults (fixes buildbot errors) 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 8e88bb54ba port [6229] to kamikaze 18 years ago
Felix Fietkau b4bd264899 add extra netfilter xt stuff to config-template 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
Florian Fainelli 79a3d66cde Replace inode.u.generic_ip with inode.i_private 18 years ago
Rod Whitby b29cb380f4 Renamed 050-* to comply with patch naming convention. 18 years ago
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 18 years ago
Felix Fietkau bff468813f Upgrade to Linux 2.6.19 18 years ago
Felix Fietkau 1ce8e3192b fix uclibc compile 18 years ago
Felix Fietkau 227817a3c6 more compile fixes 18 years ago
Felix Fietkau 3264c50c3a fix up include/linux/types.h for user space stuff (patch from debian), fixes #1008 18 years ago
Mike Baker c3c4dfb57b move target/image/platform to target/linux/platform/image platform directories are now self contained 18 years ago
Felix Fietkau 4dc43d9b48 mini_fo fixes 18 years ago
Felix Fietkau 9f9ac067a4 add mini_fo 18 years ago
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 18 years ago
Felix Fietkau 28a3cb3ca3 add fix for samsung flash chips 18 years ago
Nicolas Thill 273a22b336 add missing <asm/segment.h>, fix mini_fo and openswan build on ppc 18 years ago