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:
ab70452
)
Enable CONFIG_COMPAT_FIRMWARE_CLASS for kernels < 2.6.33
author
Luis R. Rodriguez
<lrodriguez@atheros.com>
Thu, 14 Jan 2010 01:56:18 +0000
(17:56 -0800)
committer
Luis R. Rodriguez
<lrodriguez@atheros.com>
Thu, 14 Jan 2010 01:56:18 +0000
(17:56 -0800)
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
config.mk
patch
|
blob
|
history
diff --git
a/config.mk
b/config.mk
index fe953ab5d556341d957d660c52d829daf8a6ad27..f9500aa9c7ce89da3abd0479ac0a8a483ad13a6a 100644
(file)
--- a/
config.mk
+++ b/
config.mk
@@
-100,6
+100,10
@@
else
endif
endif # Kernel >= 2.6.26
+ifeq ($(CONFIG_COMPAT_KERNEL_33),y)
+ CONFIG_COMPAT_FIRMWARE_CLASS=m
+endif
+
# Wireless subsystem stuff
CONFIG_MAC80211=m