diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-10-22 16:17:09 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-10-22 16:17:09 +0000 |
commit | f743b898f12c4ed8afc7b04892417c1bf2e1e112 (patch) | |
tree | a1032d15a1303a14c706f154d80cff01f32b9244 /target/linux/au1000/image | |
parent | 6427bfebf0bc74dc14280aa2d2e5c3b9e5f7646d (diff) | |
download | master-187ad058-f743b898f12c4ed8afc7b04892417c1bf2e1e112.tar.gz master-187ad058-f743b898f12c4ed8afc7b04892417c1bf2e1e112.tar.bz2 master-187ad058-f743b898f12c4ed8afc7b04892417c1bf2e1e112.zip |
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/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/au1000/image/Makefile b/target/linux/au1000/image/Makefile index 1d4aa47070..7408e277d6 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 |