Credit @Maccraft123 for help with Air Plus reverse engineering, update kernel firmware.
This commit is contained in:
parent
8bfba12207
commit
74b7bbcdaf
2 changed files with 5 additions and 1 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue