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:
e5fe9f6
)
compat: generate CONFIG_COMPAT_KERNEL_3_7
author
Hauke Mehrtens
<hauke@hauke-m.de>
Sat, 11 Aug 2012 00:30:05 +0000
(
02:30
+0200)
committer
Luis R. Rodriguez
<mcgrof@do-not-panic.com>
Sat, 11 Aug 2012 00:49:14 +0000
(17:49 -0700)
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
scripts/gen-compat-config.sh
patch
|
blob
|
history
diff --git
a/scripts/gen-compat-config.sh
b/scripts/gen-compat-config.sh
index 3eba34ef23afc2360b65dab6f9cacade0d27dda2..391a75d08dcf987b397e5d96f1f05eef80a21b84 100755
(executable)
--- a/
scripts/gen-compat-config.sh
+++ b/
scripts/gen-compat-config.sh
@@
-17,7
+17,7
@@
fi
KERNEL_VERSION=$(${MAKE} -C ${KLIB_BUILD} kernelversion | sed -n 's/^\([0-9]\)\..*/\1/p')
# 3.0 kernel stuff
-COMPAT_LATEST_VERSION="
5
"
+COMPAT_LATEST_VERSION="
7
"
KERNEL_SUBLEVEL="-1"
# Note that this script will export all variables explicitly,