[PATCH 4/5] compat: disable compat firmware module on RHEL6.0 and later

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 c6368f3..810c51b 100755
--- a/scripts/gen-compat-config.sh
+++ b/scripts/gen-compat-config.sh
@@ -56,7 +56,9 @@ if [[ ! -z ${RHEL_MAJOR} ]]; then
 fi
 
 if [[ ${CONFIG_COMPAT_KERNEL_2_6_33} = "y" ]]; then
-	echo "export CONFIG_COMPAT_FIRMWARE_CLASS=m"
+	if [[ ! ${CONFIG_COMPAT_RHEL_6_0} = "y" ]]; then
+		echo "export CONFIG_COMPAT_FIRMWARE_CLASS=m"
+	fi
 fi
 
 if [[ ${CONFIG_COMPAT_KERNEL_2_6_36} = "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


[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux