X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/489f9455f265caba0edd3488fe9580e36418eb32..5f6ee8dd6c214938c6307859a5e0f53d98e69a43:/openwrt/target/linux/brcm-2.6/Makefile diff --git a/openwrt/target/linux/brcm-2.6/Makefile b/openwrt/target/linux/brcm-2.6/Makefile index 02ed5c49d..e0697cbb5 100644 --- a/openwrt/target/linux/brcm-2.6/Makefile +++ b/openwrt/target/linux/brcm-2.6/Makefile @@ -1,8 +1,8 @@ include $(TOPDIR)/rules.mk -LINUX_VERSION:=2.6.15 +LINUX_VERSION:=2.6.16 LINUX_RELEASE:=1 -LINUX_KERNEL_MD5SUM:=cdf95e00f5111e31f78e1d97304d9522 +LINUX_KERNEL_MD5SUM:=9a91b2719949ff0856b40bc467fd47be 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 $@