buildroot/package/ipcalc/Config.in
Derrick Lyndon Pallas c93d636489 package/ipcalc: new package
ipcalc is an ancient and venerable tool for manipulating IP addresses,
networks, & interfaces from shell scripts.  There is a subtool in busybox,
but it does not support everything the upstream tool [1] supports.

[1] https://gitlab.com/ipcalc/ipcalc

Signed-off-by: Derrick Lyndon Pallas <derrick@meter.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2020-10-15 23:36:40 +02:00

9 lines
243 B
Plaintext

config BR2_PACKAGE_IPCALC
bool "ipcalc"
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
help
A modern IPv4/IPv6 ipcalc tool, assisting in network
calculations in command line and as a tool for scripts.
https://gitlab.com/ipcalc/ipcalc