update to linux 2.6.15.3 (security fixes)
[openwrt/svn-archive/archive.git] / openwrt / target / linux / brcm-2.6 / Makefile
index 9b2e16c0bfb75d198bb0ea7951a40f36787e2aca..9495d326d42b2d38ad4bdc260686bd7fa29f9afe 100644 (file)
@@ -1,8 +1,8 @@
 include $(TOPDIR)/rules.mk
 
-LINUX_VERSION:=2.6.15.1
+LINUX_VERSION:=2.6.15.3
 LINUX_RELEASE:=1
-LINUX_KERNEL_MD5SUM:=3a71f70fecf25a893bb95efaa37f575c
+LINUX_KERNEL_MD5SUM:=57a8675485bbc4982e9267fab6b24519
 
 include ../rules.mk
 include ./config
@@ -14,6 +14,6 @@ include ../kernel.mk
 $(LINUX_DIR)/.patched: $(LINUX_DIR)/.unpacked
        [ -d ../generic-$(KERNEL)/patches ] && $(PATCH) $(LINUX_DIR) ../generic-$(KERNEL)/patches $(MAKE_TRACE)
        [ -d ./patches ] && $(PATCH) $(LINUX_DIR) ./patches $(MAKE_TRACE)
-       @cp config $(LINUX_DIR)/.config
+       @$(CP) config $(LINUX_DIR)/.config
        touch $@