blob: 7ccb20aabdd4b01bcad76ecb9019077a8d06a838 (
plain)
1
2
3
4
5
6
7
8
9
10
|
config BR2_PACKAGE_PERL_NETADDR_IP
bool "perl-netaddr-ip"
depends on !BR2_STATIC_LIBS
help
Manages IPv4 and IPv6 addresses and subnets
https://metacpan.org/release/NetAddr-IP
comment "perl-netaddr-ip needs a toolchain w/ dynamic library"
depends on BR2_STATIC_LIBS
|