天天看點

工作中遇到的問題-配置核心支援ppp功能

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 					/* 選中 */
           

繼續閱讀