2015-04-19 12:16:58 +02:00
|
|
|
config BR2_PACKAGE_PERL_NETADDR_IP
|
|
|
|
bool "perl-netaddr-ip"
|
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
|
help
|
2015-10-24 18:26:53 +02:00
|
|
|
Manages IPv4 and IPv6 addresses and subnets
|
2015-04-19 12:16:58 +02:00
|
|
|
|
|
|
|
https://metacpan.org/release/NetAddr-IP
|
|
|
|
|
|
|
|
comment "perl-netaddr-ip needs a toolchain w/ dynamic library"
|
|
|
|
depends on BR2_STATIC_LIBS
|