Update for new kernel
Change-Id: I578489db059df1e7cd0d94e06fc5febde01b9c11
diff --git a/debian/changelog b/debian/changelog
index 9819d7b..42fd488 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+excelsior-bluetooth (2-2) mendel-day; urgency=medium
+
+ * Update to target 4.19.106 kernel.
+
+ -- Coral Team <coral-support@google.com> Mon, 09 Mar 2020 12:10:05 -0700
+
excelsior-bluetooth (2-1) mendel-day; urgency=medium
* Bump to Day release
diff --git a/debian/control b/debian/control
index 911c4f1..01d82d2 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,8 @@
Priority: optional
Maintainer: Coral <coral-support@google.com>
Build-Depends: debhelper (>= 10),
- linux-headers-4.4.22-mtk (>1),
- linux-kbuild-4.4.22-mtk (>1)
+ linux-headers-4.19.106-mtk (>1),
+ linux-kbuild-4.19.106-mtk (>1)
Standards-Version: 3.9.8
Homepage: https://coral.withgoogle.com/
diff --git a/debian/postinst b/debian/postinst
index 05ae23c..451d4c3 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -2,4 +2,4 @@
set -e
-depmod -a 4.4.22-mtk
+depmod -a 4.19.106-mtk
diff --git a/debian/rules b/debian/rules
index ab9c477..6d6a318 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@
DESTDIR=$(shell pwd)/debian/$(PACKAGENAME)
CURDIR=$(shell pwd)
-KERNELVERSION=4.4.22-mtk
+KERNELVERSION=4.19.106-mtk
MODULESDIR=$(DESTDIR)/lib/modules/$(KERNELVERSION)
CONNECTIVITYMODULESDIR=$(MODULESDIR)/kernel/misc/mediatek/connectivity