We ensure disable mac80211 mesh by relabelling it
authorLuis R. Rodriguez <lrodriguez@atheros.com>
Tue, 4 Aug 2009 23:01:53 +0000 (16:01 -0700)
committerLuis R. Rodriguez <lrodriguez@atheros.com>
Tue, 4 Aug 2009 23:01:53 +0000 (16:01 -0700)
commite20d22c8954109413684496cdbf3f76db9a38792
tree4808b6e06c24f364f4227ea7923e6c8648e192df
parent9402a32b1e8bf98fd68e590157a9bede2b18b1d9
We ensure disable mac80211 mesh by relabelling it

Mesh is currently busted.

If your kernel has an option enabled we cannot
simply disable it for two reasons:

* kconfig magic
* autoconf

We cannot disable CONFIG_MAC80211_MESH by
using undef on linux/compat_autoconf.h,
and even if it goes after linux/autoconf.h.

Even if you solve that you still need a way
to unset it from the kconfig somehow.

Mesh is currently busted and disabled so even
if your kernel *does* enable it we want to disable
it for you. We do this by relabelling the mesh
kconfig option.

Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
compat/patches/09-disable-mesh.patch [new file with mode: 0644]
config.mk