mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
1f2dc78feb
Fixes #4806
20 lines
622 B
Plaintext
20 lines
622 B
Plaintext
LICENSE := GPLv2
|
|
VERSION := 6.1.20
|
|
DOWNLOADS := linux.archive
|
|
|
|
URL(linux) := https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-$(VERSION).tar.xz
|
|
SHA(linux) := 76322de8c01a3c63b42c4d1e9b9e7d1897ddb91276e10d73d1f9df3562f031f0
|
|
DIR(linux) := src/linux
|
|
|
|
#
|
|
# Patches
|
|
#
|
|
PATCH_FILES := i915_irq.patch \
|
|
iwlwifi_enable_irq_before_pnvm.patch \
|
|
iwlwifi_limit_rx_bufs.patch \
|
|
workqueue_deadlock.patch
|
|
PATCHES += $(addprefix patches/,$(PATCH_FILES))
|
|
|
|
PATCH_OPT(patches/i915_irq.patch) := -p1 -d${DIR(linux)}
|
|
PATCH_OPT(patches/workqueue_deadlock.patch) := -p1 -d${DIR(linux)}
|