# 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