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.fs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/config/Config.in.fs') diff --git a/target/linux/config/Config.in.fs b/target/linux/config/Config.in.fs index 020025f95..5b96e96ce 100644 --- a/target/linux/config/Config.in.fs +++ b/target/linux/config/Config.in.fs @@ -21,8 +21,8 @@ config ADK_KPACKAGE_KMOD_EXT2_FS prompt "kmod-fs-ext2...................... EXT2 filesystem support" tristate default n - depends !ADK_TARGET_ROOTFS_EXT2_CF - depends !ADK_KERNEL_EXT2_FS + depends on !ADK_TARGET_ROOTFS_EXT2_CF + depends on !ADK_KERNEL_EXT2_FS help Ext2 is a standard Linux file system for hard disks. -- cgit v1.2.3