Update the kernel target to 4.19.125

Change-Id: I45d05b4a7328780b30e6b10660a077055405ab21
diff --git a/debian/control b/debian/control
index 01d82d2..97212ca 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.19.106-mtk (>1),
-               linux-kbuild-4.19.106-mtk (>1)
+               linux-headers-4.19.125-mtk (>1),
+               linux-kbuild-4.19.125-mtk (>1)
 Standards-Version: 3.9.8
 Homepage: https://coral.withgoogle.com/
 
diff --git a/debian/postinst b/debian/postinst
index 451d4c3..c87d377 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -2,4 +2,4 @@
 
 set -e
 
-depmod -a 4.19.106-mtk
+depmod -a 4.19.125-mtk
diff --git a/debian/rules b/debian/rules
index 6d6a318..87f9025 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@
 
 DESTDIR=$(shell pwd)/debian/$(PACKAGENAME)
 CURDIR=$(shell pwd)
-KERNELVERSION=4.19.106-mtk
+KERNELVERSION=4.19.125-mtk
 MODULESDIR=$(DESTDIR)/lib/modules/$(KERNELVERSION)
 CONNECTIVITYMODULESDIR=$(MODULESDIR)/kernel/misc/mediatek/connectivity