summaryrefslogtreecommitdiffstats
path: root/target/linux/au1000/image
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-10-22 16:17:09 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-10-22 16:17:09 +0000
commit01535e65a277f46aa658637a6a9a79f8212b237f (patch)
treea1032d15a1303a14c706f154d80cff01f32b9244 /target/linux/au1000/image
parentccbffd6c6e5301effc7d476030ec62d95f66332d (diff)
Resync kernel config, make kernel.{flash,ram}.srec available
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9402 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/au1000/image')
-rw-r--r--target/linux/au1000/image/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/au1000/image/Makefile b/target/linux/au1000/image/Makefile
index 1d4aa4707..7408e277d 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