thinkpad-x13s: firmware PR has landed, remove usage of rogue fw fork

This commit is contained in:
Ricardo Pardini
2023-06-26 13:37:44 +02:00
committed by Igor
parent 879a97603a
commit 1c4d394d88

View File

@@ -18,13 +18,6 @@ function post_family_config_branch_sc8280xp__doit() {
declare -g KERNELSOURCE='https://github.com/steev/linux.git'
}
# @TODO: drop this when https://github.com/armbian/firmware/pull/54 lands
function post_family_config_branch_sc8280xp__custom_firmware() {
display_alert "Setting up custom firmware for" "${BOARD}" "warn"
declare -g ARMBIAN_FIRMWARE_GIT_SOURCE="https://github.com/rpardini/armbian-firmware.git"
declare -g ARMBIAN_FIRMWARE_GIT_BRANCH="add-thinkpad-x13s-firmware"
}
function pre_customize_image__add_x13s_firmware_and_modules_to_initrd() {
display_alert "Adding x13s" "firmware in initrd" "warn"
mkdir -p "${SDCARD}/etc/initramfs-tools/hooks"