diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-02-19 09:17:38 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-02-19 09:17:38 +0000 |
commit | 8b6ada275e0edeec48fa6f0da3287bda78fb4014 (patch) | |
tree | ecb379357c3d559b31c2786ec23d32c5b97f297a /include | |
parent | 87b345f44e886b3b6883a976e22e479dd68a78b7 (diff) |
kernel: update linux 3.8-rcX to 3.8
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35672 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include')
-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 4460fbd64..f817bbb3e 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -11,6 +11,9 @@ endif ifeq ($(LINUX_VERSION),3.7.9) LINUX_KERNEL_MD5SUM:=c19426374acfccfa7391fc90640240cb endif +ifeq ($(LINUX_VERSION),3.8) + LINUX_KERNEL_MD5SUM:=1c738edfc54e7c65faeb90c436104e2f +endif # disable the md5sum check for unknown kernel versions LINUX_KERNEL_MD5SUM?=x |