1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-15 14:41:30 +03:00
openwrt-xburst/target/linux/brcm63xx-2.6/Makefile
florian d3ec79b469 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 :)


git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4084 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-06-26 11:45:23 +00:00

19 lines
541 B
Makefile

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 $@