buildroot/package/net-tools/Config.in
Thomas Petazzoni 44f38e53df net-tools: use the new gettext logic
This commit switches to use the new gettext logic, which involves:

 - using TARGET_NLS_DEPENDENCIES instead of hand-encoded dependencies
   on gettext/host-gettext

 - using TARGET_NLS_LIBS to force linking against libintl

 - dropping BR2_PACKAGE_GETTEXT selection

 - using BR2_SYSTEM_ENABLE_NLS instead of BR2_ENABLE_LOCALE to decide
   if NLS support should be enabled or not

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-07-05 01:28:46 +02:00

11 lines
384 B
Plaintext

config BR2_PACKAGE_NET_TOOLS
bool "net-tools"
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
help
A collection of programs that form the base set of the NET-3
networking distribution for the Linux operating system.
Includes: arp, hostname, ifconfig, netstat, rarp, route,
plipconfig, slattach, mii-tool, iptunnel and ipmaddr.
http://sourceforge.net/projects/net-tools/