mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
uname options -p and -i are non portable and return "unknown" on Linux with GNU coreutils as there's no OS support for it. Note: some distributions like Fedora or Ubunto patch coreutils so that uname -p (more or less) returns the machine name (uname -m output). But that should not be used and fails on distributions like Debian that don't add that patch. Signed-off-by: Matthias Reichl <hias@horus.com>