compat: fix defines for RHEL by adding RHEL to string
authorAndy Gospodarek <andy@greyhouse.net>
Tue, 14 Aug 2012 18:59:46 +0000 (14:59 -0400)
committerLuis R. Rodriguez <mcgrof@do-not-panic.com>
Tue, 14 Aug 2012 23:07:42 +0000 (16:07 -0700)
commit269518f8545d1356fe64441acdf633eac32a2808
tree6f267bdaf9f2aacb95cf2a2d4c69cfbd30b0ec8a
parent3144653fe541c6db82aa07c3fa8ae48b0bb0d4ab
compat: fix defines for RHEL by adding RHEL to string

The .config file contains 'CONFIG_COMPAT_6_1,' when it should contain,
'CONFIG_COMPAT_RHEL_6_1.'  This fixes that by adding the 'RHEL' in the
proper spot.

Signed-off-by: Andy Gospodarek <andy@greyhouse.net>
Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
scripts/gen-compat-config.sh