mtd-utils: recv_image needs IPv6 support in toolchain

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard 2010-05-26 13:42:21 +02:00
parent 883e6043dc
commit d3f8ad14b5
1 changed files with 4 additions and 0 deletions

View File

@ -79,8 +79,12 @@ config BR2_PACKAGE_MTD_NFTL_FORMAT
bool "nftl_format"
config BR2_PACKAGE_MTD_RECV_IMAGE
depends on BR2_INET_IPV6
bool "recv_image"
comment "recv_image requires a toolchain with IPv6 support"
depends on !BR2_INET_IPV6
config BR2_PACKAGE_MTD_RFDDUMP
bool "rfddump"