Commit d3f8ad14 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

mtd-utils: recv_image needs IPv6 support in toolchain

parent 883e6043
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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"