From: Luis R. Rodriguez Date: Thu, 7 Mar 2013 20:58:29 +0000 (-0800) Subject: compat: add 3.9-rc1 vanilla kernel to list of kernels to test X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=e3cda5fc4f2dffad8667a00cfc48e6cba5308a2b;p=openwrt%2Fstaging%2Fblogic.git compat: add 3.9-rc1 vanilla kernel to list of kernels to test This adds the vanilla 3.9-rc1 kernel to the list set list of test kernels we'll test. Signed-off-by: Luis R. Rodriguez --- diff --git a/bin/get-compat-kernels b/bin/get-compat-kernels index f34a03e8bd5f..269dfd262d77 100755 --- a/bin/get-compat-kernels +++ b/bin/get-compat-kernels @@ -64,6 +64,7 @@ KERNELS="$KERNELS ${KPATH}/v3.5.7-quantal/linux-headers-3.5.7-030507_3.5.7-03050 KERNELS="$KERNELS ${KPATH}/v3.6.11-raring/linux-headers-3.6.11-030611_3.6.11-030611.201212171335_all.deb" KERNELS="$KERNELS ${KPATH}/v3.7.9-raring/linux-headers-3.7.9-030709_3.7.9-030709.201302171607_all.deb" KERNELS="$KERNELS ${KPATH}/v3.8-raring/linux-headers-3.8.0-030800_3.8.0-030800.201302181935_all.deb" +KERNELS="$KERNELS ${KPATH}/v3.9-rc1-raring/linux-headers-3.9.0-030900rc1_3.9.0-030900rc1.201303060659_all.deb" # Number of kernels NUM_KERNELS=$(echo $KERNELS | wc -w)