X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=networking%2Fconfig.in;h=d62a6e425ff50ab71064e6238b7ca58b964b7daa;hb=1652855fbc830f41c7ee56ece1a30b328c4fb395;hp=bc11d83a78d36d9c4d70228a445677ec634d17d0;hpb=8eb0dc1d101029620f7ca75a77f04b091b61a212;p=oweals%2Fbusybox.git diff --git a/networking/config.in b/networking/config.in index bc11d83a7..d62a6e425 100644 --- a/networking/config.in +++ b/networking/config.in @@ -16,6 +16,23 @@ if [ "$CONFIG_IFCONFIG" = "y" ]; then bool ' Enable option "hw" (ether only)' CONFIG_FEATURE_IFCONFIG_HW bool ' Set the broadcast automatically' CONFIG_FEATURE_IFCONFIG_BROADCAST_PLUS fi +bool 'ifupdown' CONFIG_IFUPDOWN +if [ "$CONFIG_IFUPDOWN" = "y" ]; then + bool ' Enable support for IPv4' CONFIG_FEATURE_IFUPDOWN_IPV4 + bool ' Enable support for IPv6 (requires ip command)' CONFIG_FEATURE_IFUPDOWN_IPV6 + bool ' Enable support for IPX (requires ipx_interface command)' CONFIG_FEATURE_IFUPDOWN_IPX +fi +bool 'ip' CONFIG_IP +if [ "$CONFIG_IP" = "y" ]; then + bool ' address' CONFIG_FEATURE_IP_ADDRESS + bool ' link' CONFIG_FEATURE_IP_LINK + bool ' route' CONFIG_FEATURE_IP_ROUTE + bool ' tunnel' CONFIG_FEATURE_IP_TUNNEL +fi +bool 'ipcalc' CONFIG_IPCALC +if [ "$CONFIG_IPCALC" = "y" ]; then + bool ' Fancy IPCALC, more options, adds 300 bytes' CONFIG_FEATURE_IPCALC_FANCY +fi bool 'nc' CONFIG_NC bool 'netstat' CONFIG_NETSTAT bool 'nslookup' CONFIG_NSLOOKUP @@ -34,6 +51,7 @@ bool 'telnet' CONFIG_TELNET if [ "$CONFIG_TELNET" = "y" ]; then bool ' Pass TERM type to remote host' CONFIG_FEATURE_TELNET_TTYPE fi +bool 'telnetd' CONFIG_TELNETD bool 'tftp' CONFIG_TFTP if [ "$CONFIG_TFTP" = "y" ]; then bool ' Enable "get" command' CONFIG_FEATURE_TFTP_GET @@ -46,12 +64,13 @@ if [ "$CONFIG_TRACEROUTE" = "y" ]; then bool ' Enable verbose output' CONFIG_FEATURE_TRACEROUTE_VERBOSE bool ' Enable SO_DEBUG option' CONFIG_FEATURE_TRACEROUTE_SO_DEBUG fi -bool 'udhcpc' CONFIG_UDHCPC bool 'wget' CONFIG_WGET if [ "$CONFIG_WGET" = "y" ]; then bool ' Enable a nifty process meter (+2k)' CONFIG_FEATURE_WGET_STATUSBAR bool ' Enable HTTP authentication' CONFIG_FEATURE_WGET_AUTHENTICATION fi +source networking/udhcp/config.in + endmenu