summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2010-03-25 13:43:20 +0000
committerNicolas Thill <nico@openwrt.org>2010-03-25 13:43:20 +0000
commit141f9e3bbd19068e7ea68a8099b08f857c6d6d61 (patch)
tree76b8e9fc5e58f0c66e1b56618358dc892eaf4da7
parent928dfc550febc075d027f9609a33b8ebe427ef33 (diff)
downloadmaster-31e0f0ae-141f9e3bbd19068e7ea68a8099b08f857c6d6d61.tar.gz
master-31e0f0ae-141f9e3bbd19068e7ea68a8099b08f857c6d6d61.tar.bz2
master-31e0f0ae-141f9e3bbd19068e7ea68a8099b08f857c6d6d61.zip
ifxmips-dsl-api: only show debug option when package is selected
SVN-Revision: 20422
-rw-r--r--package/ifxmips-dsl-api/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/ifxmips-dsl-api/Config.in b/package/ifxmips-dsl-api/Config.in
index 277d96ebf5..f27181e313 100644
--- a/package/ifxmips-dsl-api/Config.in
+++ b/package/ifxmips-dsl-api/Config.in
@@ -19,5 +19,6 @@ endchoice
config IFXMIPS_DSL_DEBUG
bool "ifxmips-dsl debugging"
+ depends on PACKAGE_kmod-ifxmips-dsl-api
help
Say Y, if you need ifxmips-dsl to display debug messages.