# tar zjvf linux-2.6.10.tar.bz2 # gunzip linux-2.6.10-mppe-mppc-1.2.patch.gz # patch -p0 -i linux-2.6.10-mppe-mppc-1.2.patch # ln –s linux-2.6.10 linux # cd linux # make menUConfig Device Drivers ->Networking Support->
把 "PPP support" 编进内核,你也可作为模块编译。
PPP Support for async serial ports PPP Support for sync tty ports PPP Deflate compression Microsoft PPP compression/encryption (MPPC/MPPE)" Cryptographic options
把 "Cryptographic API" 编进内核,你也可作为模块编译。确保SHA1 和 ARC4 支持已经选上:
SHA1 digest algorithm ARC4 cipher algorithm
保存配置文件,退出
编译内核
make all modules modules_install install
修改/etc/modprobe.conf (2.4的Kernel请修改/etc/modules.conf)
重启,进入2.6.10
(出处:http://www.sheup.com)