Skip to content

Commit cba4cfb

Browse files
committed
bump kernel package to upgrade install script
1 parent 0bd5575 commit cba4cfb

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed
186 Bytes
Binary file not shown.

kernel/packages/prawnos-linux-image-arm64/src/debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
prawnos-linux-image-arm64 (5.10.1-1-2) testing; urgency=medium
2+
3+
* release 5.10.1-1-2
4+
5+
-- Hal Emmerich <[email protected]> Sat, 19 Dec 2020 09:31:15 -0800
6+
17
prawnos-linux-image-arm64 (5.10.1-1-1) testing; urgency=medium
28

39
* release 5.10.1-1-1

scripts/BuildScripts/BuildCommon.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ export $(TARGET)
4242
ifeq ($(TARGET),$(PRAWNOS_ARMHF))
4343
KVER := 5.10.1
4444
PRAWNOS_KERNEL_VER := 1
45-
PRAWNOS_KERNEL_IMAGE_DEBVER := 1
45+
PRAWNOS_KERNEL_IMAGE_DEBVER := 2
4646
PRAWNOS_KERNEL_HEADERS_DEBVER := 1
4747

4848
## ARM64 KERNEL VERSIONS
4949
else ifeq ($(TARGET),$(PRAWNOS_ARM64))
5050
KVER := 5.10.1
5151
PRAWNOS_KERNEL_VER := 1
52-
PRAWNOS_KERNEL_IMAGE_DEBVER := 1
52+
PRAWNOS_KERNEL_IMAGE_DEBVER := 2
5353
PRAWNOS_KERNEL_HEADERS_DEBVER := 1
5454
endif
5555

0 commit comments

Comments
 (0)