acx-mac80211: use same config options as mac80211 package
authorHauke Mehrtens <hauke@openwrt.org>
Sun, 27 Jan 2013 21:15:13 +0000 (21:15 +0000)
committerHauke Mehrtens <hauke@openwrt.org>
Sun, 27 Jan 2013 21:15:13 +0000 (21:15 +0000)
commit75cef2246b0890617d7cdd2f5c696265306794df
tree224fb7cc34c7e27f4b0f0675662e192009ad6add
parente5a9aebefab778f92594202005394ce58dce875b
acx-mac80211: use same config options as mac80211 package

Problem was missing CONFIG_MAC80211_DEBUGFS
in the acx-mac80211 build, which broke subsequently the ABI in struct
ieee80211_ops. Defect manifested in failing ieee80211_alloc_hw() and maybe
also in other strange behaviour before.

I added CONFIG_CFG80211_DEBUGFS, CONFIG_MAC80211_DEBUGFS and the same also
for CONFIG_MAC80211_MESH, just to be inline on how it's done currently in
package/mac80211/Makefile.

Thank you Oliver Winker

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35332 3c298f89-4303-0410-b956-a3cf2f4a3e73
package/acx-mac80211/Makefile