nova: Do not use vanilla version, as we need custom extensions that are not merged yet.

This commit is contained in:
Michael Mueller
2022-10-14 14:50:57 +02:00
parent 36663b0856
commit 14f6f35eba
2 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
33a2fa953ec52b0f63b921f4d33d68891c0aada0 394582c6c97d5f380b58e4cd79d590c0a08bfd3e

View File

@@ -3,8 +3,8 @@ VERSION := git
DOWNLOADS := nova.git DOWNLOADS := nova.git
# r10 branch # r10 branch
URL(nova) := https://github.com/alex-ab/NOVA.git URL(nova) := https://github.com/mmueller41/NOVA.git
REV(nova) := 00dc49bc18e7f72a9c85487e8f94fd859511d89d REV(nova) := 315eca035e7152c072670bba7d6c3910f895fb37
DIR(nova) := src/kernel/nova DIR(nova) := src/kernel/nova
PATCHES := $(sort $(wildcard $(REP_DIR)/patches/*.patch)) PATCHES := $(sort $(wildcard $(REP_DIR)/patches/*.patch))