From 4bc2787c6709cd0b47c73d3b9ba1903e12747a68 Mon Sep 17 00:00:00 2001 From: florian Date: Sat, 22 Apr 2006 15:30:07 +0000 Subject: Add watchdog driver, prevents device from rebooting. Kernel now fully usable Add patches for various image formats Add map for MTX-1 board (same as pb1500) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3702 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/target/linux/au1000-2.6/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'openwrt/target/linux/au1000-2.6/Makefile') diff --git a/openwrt/target/linux/au1000-2.6/Makefile b/openwrt/target/linux/au1000-2.6/Makefile index c361f0e5e..35ab1034c 100644 --- a/openwrt/target/linux/au1000-2.6/Makefile +++ b/openwrt/target/linux/au1000-2.6/Makefile @@ -17,9 +17,10 @@ $(LINUX_DIR)/.patched: $(LINUX_DIR)/.unpacked @$(CP) config $(LINUX_DIR)/.config touch $@ -$(LINUX_BUILD_DIR)/bzImage: $(LINUX_DIR)/vmlinux - $(MAKE) -C $(LINUX_DIR) V=1 CROSS_COMPILE=$(TARGET_CROSS) ARCH=$(LINUX_KARCH) PATH=$(TARGET_PATH) bzImage $(MAKE_TRACE) +$(LINUX_BUILD_DIR)/zImage: $(LINUX_DIR)/vmlinux + $(MAKE) -C $(LINUX_DIR) V=1 CROSS_COMPILE=$(TARGET_CROSS) ARCH=$(LINUX_KARCH) PATH=$(TARGET_PATH) zImage.flash $(MAKE_TRACE) $(CP) $(LINUX_DIR)/vmlinux $@ + echo "toto" touch $@ compile: $(LINUX_DIR)/vmlinux -- cgit v1.2.3