diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-02-19 09:17:38 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-02-19 09:17:38 +0000 |
commit | 6b04db4e876370b82b1b0103b1de1afef27e9101 (patch) | |
tree | ecb379357c3d559b31c2786ec23d32c5b97f297a /include | |
parent | 5ff0c7a66c3932b202f4bd309c3d3ca911cde2e3 (diff) | |
download | upstream-6b04db4e876370b82b1b0103b1de1afef27e9101.tar.gz upstream-6b04db4e876370b82b1b0103b1de1afef27e9101.tar.bz2 upstream-6b04db4e876370b82b1b0103b1de1afef27e9101.zip |
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 4460fbd647..f817bbb3e3 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 |