linux: update silent patch for 6.8.0-53.55 kernel revision.

This commit is contained in:
Luis Guzmán 2025-02-16 18:03:46 +00:00
parent 66e1e7d0c5
commit e9d95e10e5
3 changed files with 48 additions and 33 deletions

View file

@ -19,12 +19,12 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION=33
VERSION=34
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 && \