Update the kernel target to 4.19.125

Change-Id: I0d5d6626d5e08f03dbb9b7241e8381fce665a3b0
diff --git a/debian/control b/debian/control
index 969e46e..724ed05 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 0846440..381c272 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@
 PACKAGENAME=excelsior-wlan
 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