config/path:

- fix kernel path if we have other linux-* packages
This commit is contained in:
Stephan Raue 2010-04-19 11:43:49 +02:00
parent b68314f6fc
commit d5cc6dd6e7

View File

@ -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() {