summaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-05-31 20:23:48 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-05-31 20:23:52 +0200
commite48c51bda8466bc3cf5ddea89c0b27cd0018adba (patch)
tree8e17d3f9cb702352c14c8186f960d38b6cf1d9fd /fs
parentbcbeb212e9492e55d7ccb39cfec70d7c9f2a0d5f (diff)
downloadbarebox-e48c51bda8466bc3cf5ddea89c0b27cd0018adba.tar.gz
barebox-e48c51bda8466bc3cf5ddea89c0b27cd0018adba.tar.xz
fs tftp: depend on NET, not on NET_TFTP
The tftp filesystem support is by no means dependent on the old tftp support, it depends on NET though. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'fs')
-rw-r--r--fs/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index 0aa73df88b..ee82039f04 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -22,7 +22,7 @@ config FS_DEVFS
config FS_TFTP
bool
prompt "tftp support"
- depends on NET_TFTP
+ depends on NET
source fs/fat/Kconfig