diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-07-21 07:27:39 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-07-21 07:27:39 +0000 |
commit | 02964566213bb4816fda3e2c259e16e1e61f0aad (patch) | |
tree | 6fc02dd823e0a501b0cd82ec1bd53df7ce30a123 /target/linux/brcm63xx-2.6/Makefile | |
parent | b21d702a86960c1ea69a4fc65d662db0c86b7955 (diff) | |
download | master-187ad058-02964566213bb4816fda3e2c259e16e1e61f0aad.tar.gz master-187ad058-02964566213bb4816fda3e2c259e16e1e61f0aad.tar.bz2 master-187ad058-02964566213bb4816fda3e2c259e16e1e61f0aad.zip |
Update brcm63xx to 2.6.17, restore the use of "generic patches" since there is no linux version mismatch
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4182 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx-2.6/Makefile')
-rw-r--r-- | target/linux/brcm63xx-2.6/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/brcm63xx-2.6/Makefile b/target/linux/brcm63xx-2.6/Makefile index a27147491a..0437338e8e 100644 --- a/target/linux/brcm63xx-2.6/Makefile +++ b/target/linux/brcm63xx-2.6/Makefile @@ -6,9 +6,9 @@ # include $(TOPDIR)/rules.mk -LINUX_VERSION:=2.6.16.7 +LINUX_VERSION:=2.6.17 LINUX_RELEASE:=1 -LINUX_KERNEL_MD5SUM:=9682b2bd6e02f3087982d7c3f5ba824e +LINUX_KERNEL_MD5SUM:=37ddefe96625502161f075b9d907f21e include ./config include $(INCLUDE_DIR)/kernel.mk @@ -16,7 +16,7 @@ include $(INCLUDE_DIR)/kernel-build.mk $(LINUX_DIR)/.patched: $(LINUX_DIR)/.unpacked - #[ -d ../generic-$(KERNEL)/patches ] && $(PATCH) $(LINUX_DIR) ../generic-$(KERNEL)/patches $(MAKE_TRACE) + [ -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 touch $@ |