source: freewrt/target/linux/generic-2.4/README@ 475ad56

freewrt_1_0 freewrt_2_0
Last change on this file since 475ad56 was 475ad56, checked in by Waldemar Brodkorb <wbx@…>, 20 years ago

add OpenWrt trunk revision 3830.

git-svn-id: svn://www.freewrt.org/trunk/freewrt@1 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 2.4 KB
Line 
1Description of kernel patches:
2
3
4generic/
5 Generic patches for vanilla Linux kernel
6
7000-linux_mips.patch
8 This is the diff between vanilla linux-2.4.32 and linux-mips.org kernel
9 (CVS tag 2_4_32-rc1 used). The kernel source from linux-mips.org CVS repository has
10 newer drivers and code then vanilla linux-2.4.32 especially for the mips architecture.
11
12001-squashfs.patch
13 Support for the squashfs filesystem. It has better compression ratio then cramfs.
14
15002-squashfs_lzma.patch
16 LZMA Addon patch from Oleg I. Vdovikin for the squashfs filesystem.
17 Even better compression ratio.
18
19003-jffs2_compression.patch
20 Compression for jffs2 filesystem.
21
22004-exec_pagesize.patch
23
24005-mtd_flashtypes.patch
25 Additional mtd drivers for flash chips
26
27100-ebtables.patch
28 Filtering packets on ethernet layer. See http://ebtables.sf.net
29
30101-netfilter_ipp2p.patch
31 Netfilter ipp2p match module (matches traffic of most P2P networks)
32
33102-netfilter_layer7.patch
34
35103-netfilter_nat_pptp.patch
36 NAT support for PPTP and GRE
37
38104-netfilter_maxconn.patch
39
40105-netfilter_TTL.patch
41 Netfilter target for manipulating the TTL of IP packets
42
43106-mppe_mppc.patch
44 Microsoft PPP Encryption/Compression
45
46107-cifs.patch
47 CIFS (Common Internet File System) module.
48
49108-optional_aout_support.patch
50
51109-ipsec_nat_traversal.patch
52 Openswan patch for allowing IPSec through NAT
53
54110-netdev_random_core.patch
55 Support for gathering entropy from network devices for /dev/random
56
57200-i4l.patch
58
59201-hfc_usb_backport.patch
60
61202-pl2303_backport.patch
62
63203-hfsplus_fix.patch
64
65204-net_b44.patch
66 Support for the BCM47xx chipset in the b44 driver
67
68206-gcc_3.4_fixes.patch
69 mips specific gcc 3.4 fixes
70
71207-gcc_4.0_fixes.patch
72 gcc 4.0 fixes
73
74
75brcm/
76 Broadcom specific patches
77
78001-bcm47xx.patch
79 This is the broadcom specific code from asus (1941) GPL source tarball.
80 There are many small patches included, so it works with linux 2.4.32 kernel.
81 The original code is based on Linux 2.4.20.
82
83002-wl_fix.patch
84 The driver for the wireless lan chip on brcm47xx based routers is binary only.
85 This means it depends on older data structures in the kernel. We backported some
86 of the changes or changed some of the data structures to work with the binary modul.
87 This is a really bad hack, but without source code, there is no better chance to get
88 the driver working with newer kernels.
89
90003-bcm47xx_cache_fixes.patch
91
92
93ar7/
94 TI AR7 specific patches
95
96000-ar7_support.patch
97
98001-flash_map.patch
Note: See TracBrowser for help on using the repository browser.