欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

工作中遇到的问题-配置内核支持ppp功能

程序员文章站 2022-06-09 16:07:52
...

1. 产品使用中要用到PPP功能

2. 内核make menuconfig配置如下

配置内核支持PPP
Device Drivers  ---> 
	[*] Network device support  --->
		< >     Universal TUN/TAP device driver support	/* 选中 */
		< >   PPP (point-to-point protocol) support		/* 选中 */
		< >     PPP BSD-Compress compression         	/* 选中 */
		< >     PPP Deflate compression                	/* 选中 */
		[ ]     PPP filtering                        	/* 选中 */
		< >     PPP MPPE compression (encryption)    	/* 选中 */
		[ ]     PPP multilink support              		/* 选中 */
		< >     PPP over Ethernet                  		/* 选中 */
		< >     PPP support for async serial ports   	/* 选中 */  
		< >     PPP support for sync tty ports         	/* 选中 */
		< >   SLIP (serial line) support             	/* 选中 */
		[ ]   CSLIP compressed headers 					/* 选中 */