add 3.2.14, 3.3.1, restore entry for 3.2.13. ISTM theres not a reason to drop 3.2.13, I think some platforms are still using it.
Signed-off-by: Jim Cromie <[email protected]> --- include/kernel-version.mk | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/include/kernel-version.mk b/include/kernel-version.mk index da8534f..f1cf4bf 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -2,6 +2,7 @@ LINUX_RELEASE?=1 +# md5sums are for bz2 files ifeq ($(LINUX_VERSION),2.6.30.10) LINUX_KERNEL_MD5SUM:=eb6be465f914275967a5602cb33662f5 endif @@ -35,12 +36,21 @@ endif ifeq ($(LINUX_VERSION),3.1.10) LINUX_KERNEL_MD5SUM:=3649bdaa50ffd9114cc16486ec54d83a endif +ifeq ($(LINUX_VERSION),3.2.12) + LINUX_KERNEL_MD5SUM:=e3dd3772f0cf14d444a3fb474bd624fe +endif ifeq ($(LINUX_VERSION),3.2.13) LINUX_KERNEL_MD5SUM:=1966afd4474000e48fb1e22a5991882e endif +ifeq ($(LINUX_VERSION),3.2.14) + LINUX_KERNEL_MD5SUM:=961da0dc037181a4a5059f763b70eabd +endif ifeq ($(LINUX_VERSION),3.3) LINUX_KERNEL_MD5SUM:=98a6cdd7d082b7ea72df9c89842bac74 endif +ifeq ($(LINUX_VERSION),3.3.1) + LINUX_KERNEL_MD5SUM:=ded7229c02a53cd071e541f73b9ef547 +endif # disable the md5sum check for unknown kernel versions LINUX_KERNEL_MD5SUM?=x -- 1.7.7.6 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
