Credit @Maccraft123 for help with Air Plus reverse engineering, update kernel firmware.

This commit is contained in:
fewtarius 2023-09-20 11:37:21 +00:00
parent 8bfba12207
commit 74b7bbcdaf
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A
2 changed files with 5 additions and 1 deletions

View file

@ -2,6 +2,10 @@
# SPDX-License-Identifier: Apache-2.0
# Copyright (C) 2023-present Fewtarius
# A simple tool to manipulate the controller LEDs using outb, thanks
# in large part to Maya (https://github.com/Maccraft123) for help with
# reverse engineering.
. /etc/profile
OUTB="/usr/bin/outb"

View file

@ -2,7 +2,7 @@
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="kernel-firmware"
PKG_VERSION="20230804"
PKG_VERSION="20230919"
PKG_LICENSE="other"
PKG_SITE="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/"
PKG_URL="https://cdn.kernel.org/pub/linux/kernel/firmware/linux-firmware-${PKG_VERSION}.tar.xz"