From 5db86fb47a934a9afbe6d960a67ac1821be6dd74 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Mon, 22 Oct 2007 16:17:09 +0000 Subject: Resync kernel config, make kernel.{flash,ram}.srec available SVN-Revision: 9402 --- target/linux/au1000/image/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'target/linux/au1000/image') diff --git a/target/linux/au1000/image/Makefile b/target/linux/au1000/image/Makefile index 1d4aa47..7408e27 100644 --- a/target/linux/au1000/image/Makefile +++ b/target/linux/au1000/image/Makefile @@ -58,6 +58,8 @@ define Image/Build grep -v S0 $(KDIR)/kernel.flash.srec >> $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).img $(CP) $(KDIR)/kernel.flash.bin $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-vmlinux.bin $(CP) $(KDIR)/root.$(1) $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).fs + $(CP) $(KDIR)/kernel.flash.srec $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-vmlinux-flash.srec + $(CP) $(KDIR)/kernel.ram.srec $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-vmlinux-ram.srec ifeq ($(CONFIG_TARGET_ROOTFS_INITRAMFS),y) $(call Image/Build/Initramfs) endif -- cgit v1.1