diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-03-20 15:55:06 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-03-20 15:55:06 +0000 |
commit | f53b5fe27c2ab8a765ba6e4cc6b5df2e94e785a3 (patch) | |
tree | 9b8ae359e5a376408c1ce72620e6714fb22f1d0a | |
parent | 044147a3ec28f3feae82a541db0aadc9451f841e (diff) | |
download | upstream-f53b5fe27c2ab8a765ba6e4cc6b5df2e94e785a3.tar.gz upstream-f53b5fe27c2ab8a765ba6e4cc6b5df2e94e785a3.tar.bz2 upstream-f53b5fe27c2ab8a765ba6e4cc6b5df2e94e785a3.zip |
add md5sum for linux-3.3
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31046 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | include/kernel-version.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk index f2e39c0a83..353d959f78 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -38,6 +38,9 @@ endif ifeq ($(LINUX_VERSION),3.2.12) LINUX_KERNEL_MD5SUM:=e3dd3772f0cf14d444a3fb474bd624fe endif +ifeq ($(LINUX_VERSION),3.3) + LINUX_KERNEL_MD5SUM:=98a6cdd7d082b7ea72df9c89842bac74 +endif # disable the md5sum check for unknown kernel versions LINUX_KERNEL_MD5SUM?=x |