diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-26 16:11:13 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-26 16:11:13 +0000 |
commit | b0af37509ec20b8a54ddba4e6498e3d5640659dc (patch) | |
tree | e211f8992736fe8f56092d65f4d491d5ab9e1a1a /openwrt | |
parent | 753165e46319b83618e07cddeb1717f91855ed88 (diff) |
document some kernel patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1062 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/package/linux/linux-2.4/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/openwrt/package/linux/linux-2.4/README b/openwrt/package/linux/linux-2.4/README index c47fb0aae9..89410e3225 100644 --- a/openwrt/package/linux/linux-2.4/README +++ b/openwrt/package/linux/linux-2.4/README @@ -31,26 +31,34 @@ Description of kernel patches in patches: Filtering packets on ethernet layer. See http://ebtables.sf.net 101-netfilter-ipp2p.patch + Netfilter ipp2p match module (matches traffic of most P2P networks) 102-netfilter-layer7.patch 103-netfilter-nat-pptp.patch + NAT support for PPTP and GRE 104-netfilter-maxconn.patch 105-netfilter-TTL.patch + Netfilter target for manipulating the TTL of IP packets 106-mppe-mppc.patch + Microsoft PPP Encryption/Compression 107-cifs.patch + CIFS (Common Internet File System) module. 108-optional-aout-support.patch 109-ipsec-nat-traversal.patch + Openswan patch for allowing IPSec through NAT 110-netdev_random_core.patch + Support for gathering entropy from network devices for /dev/random 111-netdev_random_et.patch + Patch agains the Broadcom et driver to gather entropy for /dev/random 200-i4l.patch @@ -61,6 +69,7 @@ Description of kernel patches in patches: 203-hfsplus-fix.patch 204-net-b44.patch + Support for the BCM47xx chipset in the b44 driver 205-gcc-3.4-ldscript.patch |