Signed-off-by: Andy Gospodarek <andy@xxxxxxxxxxxxx> --- scripts/gen-compat-config.sh | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/scripts/gen-compat-config.sh b/scripts/gen-compat-config.sh index 54f053d..c6368f3 100755 --- a/scripts/gen-compat-config.sh +++ b/scripts/gen-compat-config.sh @@ -60,7 +60,9 @@ if [[ ${CONFIG_COMPAT_KERNEL_2_6_33} = "y" ]]; then fi if [[ ${CONFIG_COMPAT_KERNEL_2_6_36} = "y" ]]; then - echo "export CONFIG_COMPAT_KFIFO=y" + if [[ ! ${CONFIG_COMPAT_RHEL_6_1} = "y" ]]; then + echo "export CONFIG_COMPAT_KFIFO=y" + fi fi if [[ ${CONFIG_COMPAT_KERNEL_3_5} = "y" ]]; then -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html