mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-05 15:03:08 +02:00
dab3ca1324
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2877 3c298f89-4303-0410-b956-a3cf2f4a3e73
18 lines
483 B
Makefile
18 lines
483 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
LINUX_VERSION:=2.4.32
|
|
LINUX_RELEASE:=1
|
|
LINUX_KERNEL_MD5SUM:=38f4d0830e95a20f4bfed17622d5557c
|
|
|
|
include ../rules.mk
|
|
include ./config
|
|
include ../generic-$(KERNEL)/modules.mk
|
|
include ../kernel.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
|
|
touch $@
|
|
|