config.in

来自「关于s3c2440之bootloader的源代码」· IN 代码 · 共 21 行

IN
21
字号
# $Id: Config.in,v 1.1 2002/08/21 06:35:01 nandy Exp $mainmenu_option next_commentcomment 'Net Command Extra Support'if [ "$CONFIG_CMD_NET" = "y" ]; then	int 'Net Seconds (timeouts before giving up)' CONFIG_NET_RETRY_COUNT 10	comment 'Net Sub Commands'	bool 'net tftp command' CONFIG_CMD_TFTP  	bool 'net ping command' CONFIG_CMD_PING  	bool 'net nfs command' CONFIG_CMD_NFS  	bool 'net rarp command' CONFIG_CMD_RARP  	bool 'net bootp command' CONFIG_CMD_BOOTP  	bool 'net cdp command' CONFIG_CMD_CDP  	bool 'net dhcp command' CONFIG_CMD_DHCP fiendmenu

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?