diff options
author | Luka Perkov <luka@openwrt.org> | 2014-07-10 22:37:28 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2014-07-10 22:37:28 +0000 |
commit | 2bc22025dd6579f00b470fef61a63d35f182792f (patch) | |
tree | c78130d9f7ed219ba3e5a4ccc05facd87f6f3fb2 /include/kernel-version.mk | |
parent | 68e86140090a52b56920b59646516c347b710c74 (diff) | |
download | mtk-20170518-2bc22025dd6579f00b470fef61a63d35f182792f.zip mtk-20170518-2bc22025dd6579f00b470fef61a63d35f182792f.tar.gz mtk-20170518-2bc22025dd6579f00b470fef61a63d35f182792f.tar.bz2 |
kernel: remove 3.12 support since none of the targets is using it
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 41581
Diffstat (limited to 'include/kernel-version.mk')
-rw-r--r-- | include/kernel-version.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk index f72ad42..4c5822b 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -17,9 +17,6 @@ endif ifeq ($(LINUX_VERSION),3.10.44) LINUX_KERNEL_MD5SUM:=8a4006eff3bbd8aff58fe4b443223e7a endif -ifeq ($(LINUX_VERSION),3.12.10) - LINUX_KERNEL_MD5SUM:=93325074b7b1d7bb76fb7d4348f0aa7a -endif ifeq ($(LINUX_VERSION),3.13.7) LINUX_KERNEL_MD5SUM:=370adced5e5c1cb1d0d621c2dae2723f endif |