compat-wireless: add missing =y to CONFIG_RT2X00_LIB_DEBUGFS
authorRick Farina <sidhayn@gmail.com>
Mon, 6 Feb 2012 15:42:16 +0000 (10:42 -0500)
committerLuis R. Rodriguez <mcgrof@frijolero.org>
Tue, 7 Feb 2012 21:56:54 +0000 (13:56 -0800)
commit67b8e103905fbc037d6c9ed8cb4f4025f52b2a03
tree60831eb9bd40ed2f6fb676a407338195b91b7514
parent217054e82003108b35657c70f387a2e9b9768aae
compat-wireless: add missing =y to CONFIG_RT2X00_LIB_DEBUGFS

When editing config.mk with a sed script the missing =y on this line
causes issue. Since this line is commented out by default this means no
changes to the default behavior and sed scripts will be able to edit the
config.mk file much more easily.

Signed-of-By: Rick Farina <sidhayn@gmail.com>
config.mk