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:
80c94cb
)
compat-wireless: add support for kernel 3.2
author
Hauke Mehrtens
<hauke@hauke-m.de>
Thu, 17 Nov 2011 21:23:39 +0000
(22:23 +0100)
committer
Luis R. Rodriguez
<mcgrof@qca.qualcomm.com>
Fri, 18 Nov 2011 00:29:45 +0000
(16:29 -0800)
Increase the maximum supported kernel version and generate COMPAT_3_3.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
config.mk
patch
|
blob
|
history
diff --git
a/config.mk
b/config.mk
index 19f8afb6ccbee74d44ab83d338c4683dad4845b1..0e964a551cacd4b3de056449e48e917bcc3b1701 100644
(file)
--- a/
config.mk
+++ b/
config.mk
@@
-16,7
+16,7
@@
endif
ifneq ($(wildcard $(KLIB_BUILD)/Makefile),)
-COMPAT_LATEST_VERSION =
1
+COMPAT_LATEST_VERSION =
3
KERNEL_VERSION := $(shell $(MAKE) -C $(KLIB_BUILD) kernelversion | sed -n 's/^\([0-9]\)\..*/\1/p')