Update for new kernel
Change-Id: I3cefec54e6ce20c38d812f141410561fd0d92f5b
diff --git a/debian/changelog b/debian/changelog
index 4adaed4..a2cff6c 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-wlan (2-1) mendel-day; urgency=medium
* Bump to Day release
diff --git a/debian/control b/debian/control
index 166bf43..969e46e 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 e7106d3..0846440 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@
PACKAGENAME=excelsior-wlan
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