Merge pull request #1608 from fewtarius/dev
Add firmware for ROG Ally - thanks to @ruineka and @ChimeraOS for the pointer!
This commit is contained in:
commit
8467e6c9c0
2 changed files with 22 additions and 1 deletions
21
packages/kernel/linux-firmware/asus-firmware/package.mk
Normal file
21
packages/kernel/linux-firmware/asus-firmware/package.mk
Normal file
|
@ -0,0 +1,21 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
# Copyright (C) 2023-present Fewtarius
|
||||
|
||||
PKG_NAME="asus-firmware"
|
||||
PKG_VERSION="b7d9e3ed9cc14dbc5f1640309ae13dd627fc173a"
|
||||
PKG_LICENSE="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/LICENSE.cirrus" # Probably
|
||||
PKG_SITE="https://gitlab.com/asus-linux/firmware"
|
||||
PKG_URL="${PKG_SITE}.git"
|
||||
PKG_LONGDESC="ASUS ROG Ally audio firmware"
|
||||
PKG_DEPENDS_TARGET="linux"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
make_target() {
|
||||
:
|
||||
}
|
||||
|
||||
makeinstall_target() {
|
||||
mkdir -p ${INSTALL}/$(get_full_firmware_dir)/cirrus ||:
|
||||
rsync -a cirrus/* ${INSTALL}/$(get_full_firmware_dir)/cirrus/
|
||||
}
|
||||
|
|
@ -49,7 +49,7 @@
|
|||
# additional Firmware to use (dvb-firmware, misc-firmware, wlan-firmware)
|
||||
# Space separated list is supported,
|
||||
# e.g. FIRMWARE="dvb-firmware misc-firmware wlan-firmware"
|
||||
FIRMWARE="misc-firmware wlan-firmware" #rockchip-firmware
|
||||
FIRMWARE="misc-firmware wlan-firmware asus-firmware"
|
||||
|
||||
# additional drivers to install:
|
||||
# for a list of additional drivers see packages/linux-drivers
|
||||
|
|
Loading…
Reference in a new issue