diff options
| author | Florian Fainelli <florian@openwrt.org> | 2006-06-26 11:45:23 +0000 |
|---|---|---|
| committer | Florian Fainelli <florian@openwrt.org> | 2006-06-26 11:45:23 +0000 |
| commit | 9fd0b05b294a0b247a9ec3b2001b074297c7b16c (patch) | |
| tree | 673f741f2b4a36c7a417f8ce807980690af25d11 /openwrt/target/linux/brcm63xx-2.6/Makefile | |
| parent | b33647bf27f5b28c83398e96ad213c24302f5fd8 (diff) | |
| download | mtk-20170518-9fd0b05b294a0b247a9ec3b2001b074297c7b16c.zip mtk-20170518-9fd0b05b294a0b247a9ec3b2001b074297c7b16c.tar.gz mtk-20170518-9fd0b05b294a0b247a9ec3b2001b074297c7b16c.tar.bz2 | |
Merge premilinary Broadcom 63xx support (Livebox, Siemens SE515...) Kernel compiles fine, does not include linux-2.6.8.1 linux-mips specific fixes and neither includes broadcom changes to netfiler Needs testing of course :)
SVN-Revision: 4084
Diffstat (limited to 'openwrt/target/linux/brcm63xx-2.6/Makefile')
| -rw-r--r-- | openwrt/target/linux/brcm63xx-2.6/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/openwrt/target/linux/brcm63xx-2.6/Makefile b/openwrt/target/linux/brcm63xx-2.6/Makefile new file mode 100644 index 0000000..a48442a --- /dev/null +++ b/openwrt/target/linux/brcm63xx-2.6/Makefile @@ -0,0 +1,18 @@ +include $(TOPDIR)/rules.mk + +LINUX_VERSION:=2.6.8.1 +LINUX_RELEASE:=1 +LINUX_KERNEL_MD5SUM:=9517ca999e822b898fbdc7e72796b1aa + +include ./config +include $(INCLUDE_DIR)/kernel.mk +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 ./patches ] && $(PATCH) $(LINUX_DIR) ./patches $(MAKE_TRACE) + @$(CP) config $(LINUX_DIR)/.config + @$(CP) ./files/built-in.o $(LINUX_DIR)/bcmdrivers/broadcom/ + touch $@ + |
