Changeset 3704

Show
Ignore:
Timestamp:
03/10/08 15:29:06 (9 months ago)
Author:
n0-1
Message:

* add support for kernel 2.6.23.12
* comments for some patches

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/target/linux/generic-2.6.19.1/patches/020-cryptodev.patch

    r3675 r3704  
     1        Support for the Open Cryptographic Framework, which 
     2        supports crypto-accelerator-cards made by Soekris (VPN1{2,4}{0,1}1). 
     3        * Adapted version for 2.6.19.1. 
     4 
    15diff -pruN linux-2.6.19.1.orig/crypto/Kconfig linux-2.6.19.1/crypto/Kconfig 
    26--- linux-2.6.19.1.orig/crypto/Kconfig  2006-12-11 20:32:53.000000000 +0100 
  • trunk/freewrt/target/linux/generic-2.6.23.12/patches/020-cryptodev.patch

    r3677 r3704  
     1        Support for the Open Cryptographic Framework, which 
     2        supports crypto-accelerator-cards made by Soekris (VPN1{2,4}{0,1}1). 
     3        * Adapted version for 2.6.23.12. 
     4 
    15Index: linux-2.6.23.12/crypto/Kconfig 
    26=================================================================== 
  • trunk/freewrt/target/linux/generic-2.6.23.12/patches/204-jffs2_eofdetect.patch

    r3677 r3704  
     1        Search for a filesystem ending marker, i.e. 0xdeadc0de. The marker is 
     2        being appended at the compressed image and therefore flashed right after 
     3        the end of the real filesystem. This code then extends the filesystem 
     4        over the whole flash partition before mounting it for the first time. 
     5 
    16Index: linux-2.6.23-rc6/fs/jffs2/build.c 
    27===================================================================