c93d636489
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>
9 lines
243 B
Plaintext
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
|