From: Johannes Berg Date: Tue, 2 Apr 2013 21:17:57 +0000 (+0200) Subject: build fw loader only for kernel 2.6.32 and lower X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=99efc0882cea39d366b8a1b203236f0b8f1c6a5f;p=openwrt%2Fstaging%2Fblogic.git build fw loader only for kernel 2.6.32 and lower Signed-off-by: Johannes Berg --- diff --git a/backport/compat/Kconfig b/backport/compat/Kconfig index 6935c8270a3e..5a9b303d2b10 100644 --- a/backport/compat/Kconfig +++ b/backport/compat/Kconfig @@ -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