From 8fe7967c3e1f98988c7c086c9e92f24d276d61d6 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Tue, 21 May 2013 23:40:58 +0200 Subject: [PATCH] config/functions: support kernel with different namescheme Signed-off-by: Stephan Raue --- config/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/functions b/config/functions index 3fa8e76355..17ee997244 100644 --- a/config/functions +++ b/config/functions @@ -56,7 +56,7 @@ setup_toolchain() { } kernel_path() { - ls -d $ROOT/$BUILD/linux-[0-9]* + ls -d $ROOT/$BUILD/linux-* } tolower(){