diff --git a/configs/rcn-ee_console_debian_stable_armhf.conf b/configs/rcn-ee_console_debian_stable_armhf.conf
index 6260c917d69f669e297df2bfab380939da92a928..badb74300f0d1b6557724224415d1986034b7c52 100644
--- a/configs/rcn-ee_console_debian_stable_armhf.conf
+++ b/configs/rcn-ee_console_debian_stable_armhf.conf
@@ -31,7 +31,8 @@ rfs_default_locale="en_US.UTF-8"
 ##
 ##enable kernel repo: http://repos.rcn-ee.net/(debian|ubuntu)
 repo_rcnee="enable"
-repo_rcnee_pkg_list="linux-image-3.16.3-armv7-lpae-x2 linux-image-3.16.3-armv7-x4 linux-image-3.14.19-ti-r25 tiomapconf"
+repo_rcnee_pkg_list="linux-image-3.16.3-armv7-lpae-x2 linux-image-3.16.3-armv7-x4 linux-image-3.14.19-ti-r26 tiomapconf"
+repo_rcnee_pkg_version="3.14.19-ti-r26"
 include_firmware="enable"
 #
 chroot_COPY_SETUP_SDCARD="enable"
diff --git a/configs/rcn-ee_console_debian_testing_armhf.conf b/configs/rcn-ee_console_debian_testing_armhf.conf
index a4797cae838cd060244a6cd6125686fa7d309bc8..018014888748f4f518f3fc20d099cc4c98731b8c 100644
--- a/configs/rcn-ee_console_debian_testing_armhf.conf
+++ b/configs/rcn-ee_console_debian_testing_armhf.conf
@@ -32,7 +32,8 @@ rfs_default_locale="en_US.UTF-8"
 ##
 ##enable kernel repo: http://repos.rcn-ee.net/(debian|ubuntu)
 repo_rcnee="enable"
-repo_rcnee_pkg_list="linux-image-3.16.3-armv7-lpae-x2 linux-image-3.16.3-armv7-x4 linux-image-3.14.19-ti-r25 tiomapconf"
+repo_rcnee_pkg_list="linux-image-3.16.3-armv7-lpae-x2 linux-image-3.16.3-armv7-x4 linux-image-3.14.19-ti-r26 tiomapconf"
+repo_rcnee_pkg_version="3.14.19-ti-r26"
 include_firmware="enable"
 #
 chroot_COPY_SETUP_SDCARD="enable"
diff --git a/configs/rcn-ee_console_ubuntu_stable_armhf.conf b/configs/rcn-ee_console_ubuntu_stable_armhf.conf
index 4e59e282a5e4e73c7b326b89bcc6569ea38fe9d9..7305203685e0c1ca4d52ebe6d46e5d15391cecf1 100644
--- a/configs/rcn-ee_console_ubuntu_stable_armhf.conf
+++ b/configs/rcn-ee_console_ubuntu_stable_armhf.conf
@@ -31,7 +31,7 @@ rfs_default_locale="en_US.UTF-8"
 ##
 ##enable kernel repo: http://repos.rcn-ee.net/(debian|ubuntu)
 repo_rcnee="enable"
-repo_rcnee_pkg_list="linux-image-3.16.3-armv7-lpae-x2 linux-image-3.16.3-armv7-x4 linux-image-3.14.19-ti-r25"
+repo_rcnee_pkg_list="linux-image-3.16.3-armv7-lpae-x2 linux-image-3.16.3-armv7-x4 linux-image-3.14.19-ti-r26"
 include_firmware="enable"
 #
 chroot_COPY_SETUP_SDCARD="enable"
diff --git a/configs/rcn-ee_console_ubuntu_testing_armhf.conf b/configs/rcn-ee_console_ubuntu_testing_armhf.conf
index f2bf4523f3e525e0631523151632d619d0739947..6ef50df5c2d26372ca98ce5caaa8ee1a60a09825 100644
--- a/configs/rcn-ee_console_ubuntu_testing_armhf.conf
+++ b/configs/rcn-ee_console_ubuntu_testing_armhf.conf
@@ -31,7 +31,7 @@ rfs_default_locale="en_US.UTF-8"
 ##
 ##enable kernel repo: http://repos.rcn-ee.net/(debian|ubuntu)
 repo_rcnee="enable"
-repo_rcnee_pkg_list="linux-image-3.16.3-armv7-lpae-x2 linux-image-3.16.3-armv7-x4 linux-image-3.14.19-ti-r25"
+repo_rcnee_pkg_list="linux-image-3.16.3-armv7-lpae-x2 linux-image-3.16.3-armv7-x4 linux-image-3.14.19-ti-r26"
 include_firmware="enable"
 #
 chroot_COPY_SETUP_SDCARD="enable"
diff --git a/scripts/chroot.sh b/scripts/chroot.sh
index 38af5e2c7c32602f5231a692c61e40c6fa9ea1fb..8c51bd936d5a2d50bf7e6f4f419d8ee09c3f8aa0 100755
--- a/scripts/chroot.sh
+++ b/scripts/chroot.sh
@@ -410,6 +410,13 @@ cat > ${DIR}/chroot_script.sh <<-__EOF__
 			apt-get -y --force-yes install ${deb_additional_pkgs}
 		fi
 
+		if [ ! "x${repo_rcnee_pkg_version}" = "x" ] ; then
+			echo "Log: (chroot) Installing modules for: ${repo_rcnee_pkg_version}"
+			apt-get -y --force-yes install mt7601u-modules-${repo_rcnee_pkg_version} || true
+			apt-get -y --force-yes install ti-sgx-es8-modules-${repo_rcnee_pkg_version} || true
+			depmod -a ${repo_rcnee_pkg_version}
+		fi
+
 		if [ "x${chroot_enable_debian_backports}" = "xenable" ] ; then
 			if [ ! "x${chroot_debian_backports_pkg_list}" = "x" ] ; then
 				echo "Log: (chroot) Installing (from backports): ${chroot_debian_backports_pkg_list}"