compat-wireless: support RHEL6 as a build target
authorJohn W. Linville <linville@tuxdriver.com>
Thu, 17 Nov 2011 22:21:11 +0000 (17:21 -0500)
committerLuis R. Rodriguez <mcgrof@qca.qualcomm.com>
Thu, 17 Nov 2011 23:18:40 +0000 (15:18 -0800)
commit80c94cbe76bcc1eae21da30205d4d223f7347574
treecc8260a9f69de7123d45fa03100a0ed44e8a47aa
parent81166ce53e338642c67c45294330306cbcf71b4d
compat-wireless: support RHEL6 as a build target

This patch enables compatibility with RHEL6 as a build target.  This
mostly includes changes to the configuration system.

Infrastructure is added to config.mk to provide a series of RHEL
compatibility definitions (e.g. CONFIG_COMPAT_RHEL_6_1).  A couple of
checks are added to set appropriate config options for RHEL6 kernels.
Finally, gen-compat-autoconf.sh is modified to correctly handle the
CONFIG_COMPAT_RHEL_* usage in config.mk.

Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: Luis R. Rodriguez <mcgrof@qca.qualcomm.com>
config.mk
scripts/gen-compat-autoconf.sh