diff options
Diffstat (limited to 'openwrt/package/linux/linux-2.4/README')
-rw-r--r-- | openwrt/package/linux/linux-2.4/README | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/openwrt/package/linux/linux-2.4/README b/openwrt/package/linux/linux-2.4/README new file mode 100644 index 000000000..c47fb0aae --- /dev/null +++ b/openwrt/package/linux/linux-2.4/README @@ -0,0 +1,69 @@ +Description of kernel patches in patches: + +000-linux-mips.patch + This is the diff between vanilla linux-2.4.30 and linux-mips.org kernel + (CVS tag 2_4_30 used). The kernel source from linux-mips.org CVS repository has + newer drivers and code then vanilla linux-2.4.30 especially for the mips architecture. + +001-bcm47xx.patch + This is the broadcom specific code from netgear (wg602v3-GPL-v1.0.6) GPL source tarball. + There are many small patches included, so it works with linux 2.4.30 kernel. + The original code is based on Linux 2.4.20. + +002-wl-fix.patch + The driver for the wireless lan chip on brcm47xx based routers is binary only. + This means it depends on older data structures in the kernel. We backported some + of the changes or changed some of the data structures to work with the binary modul. + This is a really bad hack, but without source code, there is no better chance to get + the driver working with newer kernels. + +003-squashfs.patch + Support for the squashfs filesystem. It has better compression ratio then cramfs. + +004-squashfs-lzma.patch + LZMA Addon patch from Oleg I. Vdovikin for the squashfs filesystem. + Even better compression ratio. + +005-jffs2-compression.patch + Compression for jffs2 filesystem. + +100-ebtables.patch + Filtering packets on ethernet layer. See http://ebtables.sf.net + +101-netfilter-ipp2p.patch + +102-netfilter-layer7.patch + +103-netfilter-nat-pptp.patch + +104-netfilter-maxconn.patch + +105-netfilter-TTL.patch + +106-mppe-mppc.patch + +107-cifs.patch + +108-optional-aout-support.patch + +109-ipsec-nat-traversal.patch + +110-netdev_random_core.patch + +111-netdev_random_et.patch + +200-i4l.patch + +201-hfc-usb-backport.patch + +202-pl2303-backport.patch + +203-hfsplus-fix.patch + +204-net-b44.patch + +205-gcc-3.4-ldscript.patch + +206-gcc-3.4-fixes.patch + +207-gcc-4.0-fixes.patch |