mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
installer: fix target depends
This commit is contained in:
parent
35e981cb04
commit
ede0375840
@ -33,7 +33,7 @@ PKG_IS_ADDON="no"
|
||||
PKG_AUTORECONF="no"
|
||||
|
||||
if [ "$TARGET_ARCH" = "i386" -o "$TARGET_ARCH" = "x86_64" ]; then
|
||||
PKG_DEPENDS="$PKG_DEPENDS flashrom"
|
||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET flashrom"
|
||||
fi
|
||||
|
||||
make_target() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user