config.in

来自「上一次项目的vivi 代码」· IN 代码 · 共 24 行

IN
24
字号
# $Id: Config.in,v 1.3 2002/08/21 06:31:08 nandy Exp $mainmenu_option next_commentcomment 'Network Options'bool 'Network Function support' CONFIG_NETWORKcomment 'network application surport'if [ "$CONFIG_NETWORK" = "y" ]; then bool '  support tftp' CONFIG_NET_TFTP ybool '  support ping' CONFIG_NET_PING ybool '  Support rapp' CONFIG_NET_RARPbool '  Support net bootp' CONFIG_NET_BOOTPbool '  Support nfs' CONFIG_NET_NFS# CONFIG_NET_CDP is not set# CONFIG_NET_PING is not setficomment 'network device surport'dep_bool '  CS8900 network function support' CONFIG_DRIVER_CS8900 $CONFIG_NETWORKdep_bool '  DM9000 network function support' CONFIG_DRIVER_DM9000 $CONFIG_NETWORKendmenu

⌨️ 快捷键说明

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