e36f190260
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>
9 lines
232 B
Plaintext
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/
|