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 | ea4617f2bec48fd9305de6b2b354a045b3405c40 (patch) | |
tree | 113806e49389b08fb361ef46e9c6004f3e313a7f | |
parent | f98aab2b0439825438e18913b668300285e7fbe3 (diff) | |
download | upstream-ea4617f2bec48fd9305de6b2b354a045b3405c40.tar.gz upstream-ea4617f2bec48fd9305de6b2b354a045b3405c40.tar.bz2 upstream-ea4617f2bec48fd9305de6b2b354a045b3405c40.zip |
[package] ifxmips-dsl-api: only show debug option when package is selected
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20422 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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. |