From: Luis R. Rodriguez Date: Mon, 27 Oct 2008 19:41:58 +0000 (-0700) Subject: Enable CONFIG_WIRELESS_OLD_REGULATORY to y for now until X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=3ef83905668aba335a3db77f6acc617901d704b1;p=openwrt%2Fstaging%2Fblogic.git Enable CONFIG_WIRELESS_OLD_REGULATORY to y for now until major distributions start shipping iw and crda. Signed-off-by: Luis R. Rodriguez --- diff --git a/config.mk b/config.mk index 51e59c394de1..d97b61e2e946 100644 --- a/config.mk +++ b/config.mk @@ -52,6 +52,9 @@ CONFIG_MAC80211_MESH=y CONFIG_CFG80211=m CONFIG_LIB80211=m CONFIG_NL80211=y +# We'll disable this as soon major distributions +# start shipping this +CONFIG_WIRELESS_OLD_REGULATORY=y # mac80211 test driver CONFIG_MAC80211_HWSIM=m