|
@@ -4,6 +4,7 @@ comment "ndisc6 requires a toolchain with IPv6 support"
|
|
config BR2_PACKAGE_NDISC6
|
|
config BR2_PACKAGE_NDISC6
|
|
bool "ndisc6 tools"
|
|
bool "ndisc6 tools"
|
|
depends on BR2_INET_IPV6
|
|
depends on BR2_INET_IPV6
|
|
|
|
+ depends on BR2_USE_MMU # fork()
|
|
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
|
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
|
help
|
|
help
|
|
NDisc6 is a small collection of useful tools for IPv6 networking
|
|
NDisc6 is a small collection of useful tools for IPv6 networking
|