config/functions: support kernel with different namescheme

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-05-21 23:40:58 +02:00
parent 147e2f81ff
commit 8fe7967c3e

View File

@ -56,7 +56,7 @@ setup_toolchain() {
} }
kernel_path() { kernel_path() {
ls -d $ROOT/$BUILD/linux-[0-9]* ls -d $ROOT/$BUILD/linux-*
} }
tolower(){ tolower(){