From: Larry Finger Date: Fri, 20 Feb 2009 02:54:25 +0000 (-0800) Subject: compat-2.6: Add place holder for CONFIG_MAC80211_DEBUGFS in config.mk X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=9835118b6437703745d5df3d11faa99ea2f5f3ac;p=openwrt%2Fstaging%2Fblogic.git compat-2.6: Add place holder for CONFIG_MAC80211_DEBUGFS in config.mk It is difficult to help someone debug a rate-setting problem when using compat-wireless because debugging is not set for mac80211. With this patch the place holder is in the make file even though the debug option is not set, and it will be easier to coach a user on turning it on. Signed-off-by: Larry Finger --- diff --git a/config.mk b/config.mk index 450cbb558dac..7ff46c3336d9 100644 --- a/config.mk +++ b/config.mk @@ -74,6 +74,7 @@ endif # kernel Makefile check # Wireless subsystem stuff CONFIG_MAC80211=m +# CONFIG_MAC80211_DEBUGFS is not set # choose between pid and minstrel as default rate control algorithm CONFIG_MAC80211_RC_DEFAULT=minstrel