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 | 9b44939f4e586ce8a7efd42798ddd1b4c4d5f43c (patch) | |
| tree | 1d9e0eacf99d3d9e9ef488f862896025dd20d1fb /openwrt/target/linux/brcm63xx-2.6/Makefile | |
| parent | 595b07691290665145c05cad1da828f25a78a012 (diff) | |
| download | mtk-20170518-9b44939f4e586ce8a7efd42798ddd1b4c4d5f43c.zip mtk-20170518-9b44939f4e586ce8a7efd42798ddd1b4c4d5f43c.tar.gz mtk-20170518-9b44939f4e586ce8a7efd42798ddd1b4c4d5f43c.tar.bz2 | |
Update brcm63xx to 2.6.17, restore the use of "generic patches" since there is no linux version mismatch
SVN-Revision: 4182
Diffstat (limited to 'openwrt/target/linux/brcm63xx-2.6/Makefile')
| -rw-r--r-- | openwrt/target/linux/brcm63xx-2.6/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/openwrt/target/linux/brcm63xx-2.6/Makefile b/openwrt/target/linux/brcm63xx-2.6/Makefile index a271474..0437338 100644 --- a/openwrt/target/linux/brcm63xx-2.6/Makefile +++ b/openwrt/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 $@ |
