linux: update 000-silent-accept-firmware.patch for new build
This commit is contained in:
parent
4e8356065e
commit
a2799b7649
2 changed files with 17 additions and 11 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# Copyright (C) 2025 Luis Guzman <ark@switnet.org>
|
||||
# Copyright (C) 2026 Luis Guzman <ark@switnet.org>
|
||||
# Copyright (C) 2008-2023 Ruben Rodriguez <ruben@trisquel.info>
|
||||
# Copyright (C) 2019 David Trudgian <dave@trudgian.net>
|
||||
#
|
||||
|
|
@ -19,12 +19,15 @@
|
|||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
#
|
||||
|
||||
# Advice: fixes to 000-silent-accept-firmware.patch could speed up by testing changes
|
||||
# disabling deblob in order to apply changes.
|
||||
|
||||
VERSION=35
|
||||
HWEKR=6.8
|
||||
DI_ENABLED=1
|
||||
HWE_ENABLED=0
|
||||
|
||||
# DI_ENABLED = 1 enables udeb build, 0 or any other value disables them.
|
||||
# DI_ENABLED = 1 enables udeb build, 0 or any other value disables them.
|
||||
# HWE_ENABLED = 1 enables HWE stack build, 0 or any other value disables it.
|
||||
[ $HWE_ENABLED != 1 ] && \
|
||||
DEBIAN_PATH=debian.master && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue