From 24a7b2b06786d4d14ea1f5b5cf2ffb3430a2fb0e Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Sun, 2 Aug 2009 00:26:52 +0200 Subject: change all 'depends' lines to 'depends on' ones This is only a formal change, the semantics stay exactly the same. But linux-2.6's mconf forces this nowadays, so stay compatible. --- target/linux/config/Config.in.fsnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/config/Config.in.fsnet') diff --git a/target/linux/config/Config.in.fsnet b/target/linux/config/Config.in.fsnet index 3cb37e52f..78c21d52c 100644 --- a/target/linux/config/Config.in.fsnet +++ b/target/linux/config/Config.in.fsnet @@ -94,7 +94,7 @@ config ADK_KPACKAGE_KMOD_NFSD default n select ADK_KPACKAGE_KMOD_EXPORTFS select ADK_KERNEL_NFSD_V3 - depends ADK_KPACKAGE_KMOD_NFS_FS + depends on ADK_KPACKAGE_KMOD_NFS_FS help If you want your Linux box to act as an NFS *server*, so that other computers on your local network which support NFS can access certain -- cgit v1.2.3