compat: add 3.2 and 3.3 kernels to rebuild headers
authorLuis R. Rodriguez <mcgrof@do-not-panic.com>
Sat, 15 Dec 2012 00:59:59 +0000 (16:59 -0800)
committerLuis 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

index 85ef00d8155117d4571b3e1d680443d0895f2ebd..b8cbb5e91de4f642f4774bc3f9d775ac23532237 100755 (executable)
@@ -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