📄 config.in
字号:
## Network configuration#mainmenu_option next_commentcomment 'Networking options'tristate 'Packet socket' CONFIG_PACKETif [ "$CONFIG_PACKET" != "n" ]; then bool ' Packet socket: mmapped IO' CONFIG_PACKET_MMAPfitristate 'Netlink device emulation' CONFIG_NETLINK_DEVbool 'Network packet filtering (replaces ipchains)' CONFIG_NETFILTERif [ "$CONFIG_NETFILTER" = "y" ]; then bool ' Network packet filtering debugging' CONFIG_NETFILTER_DEBUGfibool 'Socket Filtering' CONFIG_FILTERtristate 'Unix domain sockets' CONFIG_UNIXbool 'TCP/IP networking' CONFIG_INETif [ "$CONFIG_INET" = "y" ]; then source net/ipv4/Config.in if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then# IPv6 as module will cause a CRASH if you try to unload it tristate ' The IPv6 protocol (EXPERIMENTAL)' CONFIG_IPV6 if [ "$CONFIG_IPV6" != "n" ]; then source net/ipv6/Config.in fi fi if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then source net/khttpd/Config.in fifiif [ "$CONFIG_EXPERIMENTAL" = "y" ]; then bool 'Asynchronous Transfer Mode (ATM) (EXPERIMENTAL)' CONFIG_ATM if [ "$CONFIG_ATM" = "y" ]; then if [ "$CONFIG_INET" = "y" ]; then bool ' Classical IP over ATM' CONFIG_ATM_CLIP if [ "$CONFIG_ATM_CLIP" = "y" ]; then bool ' Do NOT send ICMP if no neighbour' CONFIG_ATM_CLIP_NO_ICMP fi fi tristate ' LAN Emulation (LANE) support' CONFIG_ATM_LANE if [ "$CONFIG_INET" = "y" -a "$CONFIG_ATM_LANE" != "n" ]; then tristate ' Multi-Protocol Over ATM (MPOA) support' CONFIG_ATM_MPOA fi fi dep_tristate '802.1Q VLAN Support (EXPERIMENTAL)' CONFIG_VLAN_8021Q $CONFIG_EXPERIMENTALficomment ' 'tristate 'The IPX protocol' CONFIG_IPXif [ "$CONFIG_IPX" != "n" ]; then source net/ipx/Config.infitristate 'Appletalk protocol support' CONFIG_ATALKtristate 'DECnet Support' CONFIG_DECNETif [ "$CONFIG_DECNET" != "n" ]; then source net/decnet/Config.infidep_tristate '802.1d Ethernet Bridging' CONFIG_BRIDGE $CONFIG_INETif [ "$CONFIG_EXPERIMENTAL" = "y" ]; then tristate 'CCITT X.25 Packet Layer (EXPERIMENTAL)' CONFIG_X25 tristate 'LAPB Data Link Driver (EXPERIMENTAL)' CONFIG_LAPB bool '802.2 LLC (EXPERIMENTAL)' CONFIG_LLC bool 'Frame Diverter (EXPERIMENTAL)' CONFIG_NET_DIVERT# if [ "$CONFIG_LLC" = "y" ]; then# bool ' Netbeui (EXPERIMENTAL)' CONFIG_NETBEUI# fi if [ "$CONFIG_INET" = "y" ]; then tristate 'Acorn Econet/AUN protocols (EXPERIMENTAL)' CONFIG_ECONET fi if [ "$CONFIG_ECONET" != "n" ]; then bool ' AUN over UDP' CONFIG_ECONET_AUNUDP bool ' Native Econet' CONFIG_ECONET_NATIVE fi tristate 'WAN router' CONFIG_WAN_ROUTER bool 'Fast switching (read help!)' CONFIG_NET_FASTROUTE bool 'Forwarding between high speed interfaces' CONFIG_NET_HW_FLOWCONTROLfimainmenu_option next_commentcomment 'QoS and/or fair queueing'bool 'QoS and/or fair queueing' CONFIG_NET_SCHEDif [ "$CONFIG_NET_SCHED" = "y" ]; then source net/sched/Config.infi#bool 'Network code profiler' CONFIG_NET_PROFILEendmenuendmenu
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -