projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7269f53
)
build fw loader only for kernel 2.6.32 and lower
author
Johannes Berg
<johannes@sipsolutions.net>
Tue, 2 Apr 2013 21:17:57 +0000
(23:17 +0200)
committer
Johannes 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
patch
|
blob
|
history
diff --git
a/backport/compat/Kconfig
b/backport/compat/Kconfig
index 6935c8270a3e6ae541cdecf7f6fc7bbf008a1e27..5a9b303d2b10dbc57d67f7253f53878bd7cf38fe 100644
(file)
--- 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