diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-05-02 14:12:32 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-05-02 14:12:32 +0000 |
commit | 449f9738e86adbad33297b716c19385eb6685cb9 (patch) | |
tree | 9b866bad10b77f0ff3630d8c6a841e89134131a8 /target/linux/kirkwood | |
parent | 31749077ba7ca8c51afe903834e9c11fad392681 (diff) | |
download | master-187ad058-449f9738e86adbad33297b716c19385eb6685cb9.tar.gz master-187ad058-449f9738e86adbad33297b716c19385eb6685cb9.tar.bz2 master-187ad058-449f9738e86adbad33297b716c19385eb6685cb9.zip |
copy kirkwood uImage to the bin dir
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15557 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/kirkwood')
-rw-r--r-- | target/linux/kirkwood/image/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/kirkwood/image/Makefile b/target/linux/kirkwood/image/Makefile index 14ff41cf1e..6fae13fc1a 100644 --- a/target/linux/kirkwood/image/Makefile +++ b/target/linux/kirkwood/image/Makefile @@ -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 |