move package/linux into target/linux, use wbx' new kernel code. support building...
[openwrt/svn-archive/archive.git] / openwrt / target / linux / linux-2.4 / README
1 Description of kernel patches in patches:
2
3 000-linux_mips.patch
4 This is the diff between vanilla linux-2.4.30 and linux-mips.org kernel
5 (CVS tag 2_4_30 used). The kernel source from linux-mips.org CVS repository has
6 newer drivers and code then vanilla linux-2.4.30 especially for the mips architecture.
7
8 001-bcm47xx.patch
9 This is the broadcom specific code from asus (1941) GPL source tarball.
10 There are many small patches included, so it works with linux 2.4.30 kernel.
11 The original code is based on Linux 2.4.20.
12
13 002-wl_fix.patch
14 The driver for the wireless lan chip on brcm47xx based routers is binary only.
15 This means it depends on older data structures in the kernel. We backported some
16 of the changes or changed some of the data structures to work with the binary modul.
17 This is a really bad hack, but without source code, there is no better chance to get
18 the driver working with newer kernels.
19
20 003-squashfs.patch
21 Support for the squashfs filesystem. It has better compression ratio then cramfs.
22
23 004-squashfs_lzma.patch
24 LZMA Addon patch from Oleg I. Vdovikin for the squashfs filesystem.
25 Even better compression ratio.
26
27 005-jffs2_compression.patch
28 Compression for jffs2 filesystem.
29
30 100-ebtables.patch
31 Filtering packets on ethernet layer. See http://ebtables.sf.net
32
33 101-netfilter_ipp2p.patch
34 Netfilter ipp2p match module (matches traffic of most P2P networks)
35
36 102-netfilter_layer7.patch
37
38 103-netfilter_nat_pptp.patch
39 NAT support for PPTP and GRE
40
41 104-netfilter_maxconn.patch
42
43 105-netfilter_TTL.patch
44 Netfilter target for manipulating the TTL of IP packets
45
46 106-mppe_mppc.patch
47 Microsoft PPP Encryption/Compression
48
49 107-cifs.patch
50 CIFS (Common Internet File System) module.
51
52 108-optional_aout_support.patch
53
54 109-ipsec_nat_traversal.patch
55 Openswan patch for allowing IPSec through NAT
56
57 110-netdev_random_core.patch
58 Support for gathering entropy from network devices for /dev/random
59
60 111-netdev_random_et.patch
61 Patch agains the Broadcom et driver to gather entropy for /dev/random
62
63 200-i4l.patch
64
65 201-hfc_usb_backport.patch
66
67 202-pl2303_backport.patch
68
69 203-hfsplus_fix.patch
70
71 204-net_b44.patch
72 Support for the BCM47xx chipset in the b44 driver
73
74 205-gcc_3.4_ldscript.patch
75
76 206-gcc_3.4_fixes.patch
77
78 207-gcc_4.0_fixes.patch