diff options
author | Jonas Gorski <jogo@openwrt.org> | 2012-04-01 07:56:55 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2012-04-01 07:56:55 +0000 |
commit | d87efd8c3c2acd5d0f96b25514282a84f425419f (patch) | |
tree | 1d89c8f9fb694414d9ae46d89bddf584f94c9b00 /include/kernel-version.mk | |
parent | 1a395bd290a84223da5d915b7e38b6ca23d14c09 (diff) | |
download | mtk-20170518-d87efd8c3c2acd5d0f96b25514282a84f425419f.zip mtk-20170518-d87efd8c3c2acd5d0f96b25514282a84f425419f.tar.gz mtk-20170518-d87efd8c3c2acd5d0f96b25514282a84f425419f.tar.bz2 |
kernel: update linux 3.2 to 3.2.13 and refresh patches
Also remove a duplicate patch from lantiq (already in generic).
SVN-Revision: 31158
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 353d959..da8534f 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -35,8 +35,8 @@ endif ifeq ($(LINUX_VERSION),3.1.10) LINUX_KERNEL_MD5SUM:=3649bdaa50ffd9114cc16486ec54d83a endif -ifeq ($(LINUX_VERSION),3.2.12) - LINUX_KERNEL_MD5SUM:=e3dd3772f0cf14d444a3fb474bd624fe +ifeq ($(LINUX_VERSION),3.2.13) + LINUX_KERNEL_MD5SUM:=1966afd4474000e48fb1e22a5991882e endif ifeq ($(LINUX_VERSION),3.3) LINUX_KERNEL_MD5SUM:=98a6cdd7d082b7ea72df9c89842bac74 |