mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-05 14:07:30 +02:00
d3ec79b469
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
19 lines
541 B
Makefile
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 $@
|
|
|