build fw loader only for kernel 2.6.32 and lower
authorJohannes Berg <johannes@sipsolutions.net>
Tue, 2 Apr 2013 21:17:57 +0000 (23:17 +0200)
committerJohannes Berg <johannes@sipsolutions.net>
Tue, 2 Apr 2013 21:17:57 +0000 (23:17 +0200)
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
backport/compat/Kconfig

index 6935c8270a3e6ae541cdecf7f6fc7bbf008a1e27..5a9b303d2b10dbc57d67f7253f53878bd7cf38fe 100644 (file)
@@ -40,7 +40,8 @@ config BACKPORT_BUILD_FW_LOADER
        tristate
        # RHEL6, starting from 6.0, backports the FW loader already
        depends on !BACKPORT_RHEL_KERNEL_6_0
-       default m if BACKPORT_FW_LOADER && (!FW_LOADER || BACKPORT_KERNEL_2_6_33)
+       depends on !FW_LOADER || BACKPORT_KERNEL_2_6_33
+       default m if BACKPORT_FW_LOADER
        default m if BACKPORT_USERSEL_BUILD_ALL
 
 config BACKPORT_FW_LOADER