Fix JELOS package to use new var.

This commit is contained in:
fewtarius 2023-04-04 23:17:35 +00:00
parent 390f316017
commit a5d5b74f6e
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A

View file

@ -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