[Buildroot] [git commit master] mtd-utils: recv_image needs IPv6 support in toolchain

Peter Korsgaard jacmet at sunsite.dk
Wed May 26 12:14:39 UTC 2010


commit: http://git.buildroot.net/buildroot/commit/?id=d3f8ad14b5b4655dc258c3e7440cc14173350d01
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 package/mtd/Config.in |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/package/mtd/Config.in b/package/mtd/Config.in
index 0ba71d3..692654c 100644
--- a/package/mtd/Config.in
+++ b/package/mtd/Config.in
@@ -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"
 
-- 
1.6.3.3



More information about the buildroot mailing list