diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-03-02 22:45:03 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-03-02 22:45:03 +0100 |
commit | c6c550a87f9d8e326766b10b873e35eaf2164260 (patch) | |
tree | 9288c89babb972db547418ec3367b7963b24300a /target/linux/config | |
parent | 37c3c64e8e748df4be13ce88ced041f81047765c (diff) | |
parent | 45766f443815423b419a2f9e7936e3294027b1a2 (diff) |
Merge branch 'master' of git+ssh://wbx@openadk.org/git/openadk
Diffstat (limited to 'target/linux/config')
-rw-r--r-- | target/linux/config/Config.in.netdevice | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.netdevice b/target/linux/config/Config.in.netdevice index 457fcaba2..9ba5f6556 100644 --- a/target/linux/config/Config.in.netdevice +++ b/target/linux/config/Config.in.netdevice @@ -172,6 +172,10 @@ config ADK_KERNEL_MAC80211_VERBOSE_DEBUG boolean default n +config ADK_KERNEL_MAC80211_DEBUGFS + boolean + default n + config ADK_KPACKAGE_KMOD_MAC80211 prompt "kmod-mac80211.................. mac80211 softmac" tristate @@ -189,6 +193,8 @@ config ADK_DEBUG_MAC80211 boolean prompt "enable verbose debugging messages in mac80211" select ADK_KERNEL_MAC80211_VERBOSE_DEBUG + select ADK_KERNEL_MAC80211_DEBUGFS + select ADK_KERNEL_DEBUG_FS default n depends on ADK_KPACKAGE_KMOD_MAC80211 help |