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 | 247973e742e90c6d51ee2d7835cff7e7c29570a8 (patch) | |
tree | f5d72d4c96d0c24acfd18dce9f274131670a11ef /target/linux/kirkwood | |
parent | ebc492964581a33842d773370fcd384b93b7ab99 (diff) | |
download | upstream-247973e742e90c6d51ee2d7835cff7e7c29570a8.tar.gz upstream-247973e742e90c6d51ee2d7835cff7e7c29570a8.tar.bz2 upstream-247973e742e90c6d51ee2d7835cff7e7c29570a8.zip |
copy kirkwood uImage to the bin dir
SVN-Revision: 15557
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 |