diff options
author | Nicolas Thill <nico@openwrt.org> | 2010-03-25 13:43:20 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2010-03-25 13:43:20 +0000 |
commit | 141f9e3bbd19068e7ea68a8099b08f857c6d6d61 (patch) | |
tree | 76b8e9fc5e58f0c66e1b56618358dc892eaf4da7 | |
parent | 928dfc550febc075d027f9609a33b8ebe427ef33 (diff) | |
download | upstream-141f9e3bbd19068e7ea68a8099b08f857c6d6d61.tar.gz upstream-141f9e3bbd19068e7ea68a8099b08f857c6d6d61.tar.bz2 upstream-141f9e3bbd19068e7ea68a8099b08f857c6d6d61.zip |
ifxmips-dsl-api: only show debug option when package is selected
SVN-Revision: 20422
-rw-r--r-- | package/ifxmips-dsl-api/Config.in | 1 |
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. |