From d5cc6dd6e76e00c8e2308c77900d8f092407a892 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 19 Apr 2010 11:43:49 +0200 Subject: [PATCH] config/path: - fix kernel path if we have other linux-* packages --- config/path | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/path b/config/path index 11f70592ee..a4c918e264 100644 --- a/config/path +++ b/config/path @@ -217,7 +217,7 @@ VERSION_SUFFIX=$TARGET_ARCH fi kernel_path() { - ls -d $ROOT/$BUILD/linux* + ls -d $ROOT/$BUILD/linux-[0-9]* } require_eglibc() {