diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-03-03 13:57:40 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-03-03 13:57:40 +0000 |
commit | 23b3b3a194bc56307bfb2f371612e0b5ef881b98 (patch) | |
tree | d65a523d9a6df4858bc88b1aaffe235150fcfc59 /include/kernel-version.mk | |
parent | b58bd6e8811f3db0fb254e25a4c886c9e48c80c7 (diff) | |
download | mtk-20170518-23b3b3a194bc56307bfb2f371612e0b5ef881b98.zip mtk-20170518-23b3b3a194bc56307bfb2f371612e0b5ef881b98.tar.gz mtk-20170518-23b3b3a194bc56307bfb2f371612e0b5ef881b98.tar.bz2 |
kernel: update linux 3.7 to 3.7.10
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35860
Diffstat (limited to 'include/kernel-version.mk')
-rw-r--r-- | include/kernel-version.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk index f817bbb..71669d0 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -8,8 +8,8 @@ endif ifeq ($(LINUX_VERSION),3.6.11) LINUX_KERNEL_MD5SUM:=3d602ad7f7984509c3e923a5ae90bc54 endif -ifeq ($(LINUX_VERSION),3.7.9) - LINUX_KERNEL_MD5SUM:=c19426374acfccfa7391fc90640240cb +ifeq ($(LINUX_VERSION),3.7.10) + LINUX_KERNEL_MD5SUM:=09624c3702107076efcac5e1cd8a18ec endif ifeq ($(LINUX_VERSION),3.8) LINUX_KERNEL_MD5SUM:=1c738edfc54e7c65faeb90c436104e2f |