mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
config/path:
- fix kernel path if we have other linux-* packages
This commit is contained in:
parent
b68314f6fc
commit
d5cc6dd6e7
@ -217,7 +217,7 @@ VERSION_SUFFIX=$TARGET_ARCH
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
kernel_path() {
|
kernel_path() {
|
||||||
ls -d $ROOT/$BUILD/linux*
|
ls -d $ROOT/$BUILD/linux-[0-9]*
|
||||||
}
|
}
|
||||||
|
|
||||||
require_eglibc() {
|
require_eglibc() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user