copy kirkwood uImage to the bin dir
authorImre Kaloz <kaloz@openwrt.org>
Sat, 2 May 2009 14:12:32 +0000 (14:12 +0000)
committerImre Kaloz <kaloz@openwrt.org>
Sat, 2 May 2009 14:12:32 +0000 (14:12 +0000)
SVN-Revision: 15557

target/linux/kirkwood/image/Makefile

index 14ff41cf1efc76916d7ef205416686780b3c680f..6fae13fc1a0cd0edbd13330178a025d58a953fea 100644 (file)
@@ -13,6 +13,7 @@ endef
 
 define Image/BuildKernel
 # do mach-id fixup here, if needed
+       cp $(KDIR)/uImage $(BIN_DIR)/openwrt-$(BOARD)-uImage
 endef
 
 define Image/Build