[PATCH 10/16] fs/tftp: depend on NET_TFTP

Eric Bénard eric at eukrea.com
Thu May 17 11:46:12 EDT 2012


else the option remains selected when network gets disabled

Signed-off-by: Eric Bénard <eric at eukrea.com>
---
 fs/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/fs/Kconfig b/fs/Kconfig
index e5f307f..0aa73df 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -22,6 +22,7 @@ config FS_DEVFS
 config FS_TFTP
 	bool
 	prompt "tftp support"
+	depends on NET_TFTP
 
 source fs/fat/Kconfig
 
-- 
1.7.7.6




More information about the barebox mailing list