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:
0f11f22
)
compat: add 3.2 and 3.3 kernels to rebuild headers
author
Luis R. Rodriguez
<mcgrof@do-not-panic.com>
Sat, 15 Dec 2012 00:59:59 +0000
(16:59 -0800)
committer
Luis R. Rodriguez
<mcgrof@do-not-panic.com>
Sat, 15 Dec 2012 00:59:59 +0000
(16:59 -0800)
The 3.2 and 3.3 kernels also require rebuilding
kernel headers for glibc dependencies.
Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
bin/get-compat-kernels
patch
|
blob
|
history
diff --git
a/bin/get-compat-kernels
b/bin/get-compat-kernels
index 85ef00d8155117d4571b3e1d680443d0895f2ebd..b8cbb5e91de4f642f4774bc3f9d775ac23532237 100755
(executable)
--- a/
bin/get-compat-kernels
+++ b/
bin/get-compat-kernels
@@
-169,7
+169,7
@@
function rebuild_header_binary_deps() {
exit 1
fi
- for kernel in $(ls -d ${KSRC_PREFIX}/lib/modules/*generic | grep -E "/3.[
4
-9]|/[4-9]"); do
+ for kernel in $(ls -d ${KSRC_PREFIX}/lib/modules/*generic | grep -E "/3.[
2
-9]|/[4-9]"); do
echo $kernel
count=0