New stable kernel releases are available, especially 2.6.34 is interessting. The Orion platform compiles fine with 2.6.32.12. No re-basing of platform patches needed. Attached are two patches (-p0) for trunk.
Add md5sums of latest stable kernels (2.6.32.13 and 2.6.34) Signed off by: Matthias Bücher <m...@maddes.net> Update Orion to kernel 2.6.32.13. Signed off by: Matthias Bücher <m...@maddes.net>
Index: include/kernel-version.mk =================================================================== --- include/kernel-version.mk (revision 21485) +++ include/kernel-version.mk (working copy) @@ -20,14 +20,17 @@ ifeq ($(LINUX_VERSION),2.6.32.12) LINUX_KERNEL_MD5SUM:=bc87db696ed4be729334584493d6d98d endif +ifeq ($(LINUX_VERSION),2.6.32.13) + LINUX_KERNEL_MD5SUM:=e66b1ec7eeb1a5f5d279574c6a2f3655 +endif ifeq ($(LINUX_VERSION),2.6.33.2) LINUX_KERNEL_MD5SUM:=80c5ff544b0ee4d9b5d8b8b89d4a0ef9 endif ifeq ($(LINUX_VERSION),2.6.33.3) LINUX_KERNEL_MD5SUM:=f651e9aafb2f910812257a63bcd639f2 endif -ifeq ($(LINUX_VERSION),2.6.34-rc5) - LINUX_KERNEL_MD5SUM:=c09ea93cd4e2684ebb506866c65a4c9f +ifeq ($(LINUX_VERSION),2.6.34) + LINUX_KERNEL_MD5SUM:=10eebcb0178fb4540e2165bfd7efc7ad endif # disable the md5sum check for unknown kernel versions
Index: target/linux/orion/Makefile =================================================================== --- target/linux/orion/Makefile (revision 21485) +++ target/linux/orion/Makefile (working copy) @@ -13,7 +13,7 @@ SUBTARGETS=generic harddisk CFLAGS=-Os -pipe -march=armv5t -mtune=xscale -funit-at-a-time -LINUX_VERSION:=2.6.32.12 +LINUX_VERSION:=2.6.32.13 include $(INCLUDE_DIR)/target.mk
_______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel