1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-28 16:54:03 +02:00
openwrt-xburst/target/linux/rb532-2.6/Makefile
nbd b739c888df add rb532 support
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3956 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-06-15 21:43:59 +00:00

19 lines
462 B
Makefile

include $(TOPDIR)/rules.mk
LINUX_VERSION:=2.6.16.19
LINUX_RELEASE:=1
LINUX_KERNEL_MD5SUM:=b1e3c65992b0049fdbee825eb2a856af
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
[ -d ./patches ] && $(PATCH) $(LINUX_DIR) ./patches
@$(CP) config $(LINUX_DIR)/.config
touch $@