buildroot/package/netcalc/Config.in
Joachim Wiberg e36f190260 package/netcalc: new package
netcalc is a slimmed down clone of sipcalc, using the popular output
format of ipcalc (perl).  It is written in C and only depends on a
POSIX compliant C library.  Both IPv4 and IPv6 are supported.

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
Reviewed-by: Michael Nosthoff <buildroot@heine.tech>
Tested-by: Michael Nosthoff <buildroot@heine.tech>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2020-09-19 14:52:33 +02:00

9 lines
232 B
Plaintext

config BR2_PACKAGE_NETCALC
bool "netcalc"
help
netcalc (40 kiB) is a slimmed down version of sipcalc
using the popular output format of ipcalc. Both IPv4
and IPv6 are supported.
https://github.com/troglobit/netcalc/