Fix JELOS package to use new var.
This commit is contained in:
parent
390f316017
commit
a5d5b74f6e
1 changed files with 2 additions and 5 deletions
|
@ -24,11 +24,8 @@ PKG_UI_TOOLS="fileman"
|
|||
|
||||
PKG_SOFTWARE=""
|
||||
|
||||
case "${DEVICE}" in
|
||||
S922X)
|
||||
#aarch64 ONLY
|
||||
;;
|
||||
*)
|
||||
case "${ENABLE_32BIT}" in
|
||||
true)
|
||||
PKG_COMPAT="lib32"
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue