mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +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
|
||||
|
||||
kernel_path() {
|
||||
ls -d $ROOT/$BUILD/linux*
|
||||
ls -d $ROOT/$BUILD/linux-[0-9]*
|
||||
}
|
||||
|
||||
require_eglibc() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user