diff options
author | John Crispin <blogic@openwrt.org> | 2014-12-12 16:16:45 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-12-12 16:16:45 +0000 |
commit | f0b301a6e70d88599ba56e2e7313c3e6992987e7 (patch) | |
tree | 8d8a1f4aa6e936b07f757ff3c9d27f4eba64288f /package/boot/uboot-oxnas/Makefile | |
parent | bbfa2b4ee9a952a12dc2289be949eb07e325dea2 (diff) | |
download | master-187ad058-f0b301a6e70d88599ba56e2e7313c3e6992987e7.tar.gz master-187ad058-f0b301a6e70d88599ba56e2e7313c3e6992987e7.tar.bz2 master-187ad058-f0b301a6e70d88599ba56e2e7313c3e6992987e7.zip |
uboot-oxnas: install u-boot.bin also to KERNEL_BUILD_DIR
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43662 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/boot/uboot-oxnas/Makefile')
-rw-r--r-- | package/boot/uboot-oxnas/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/boot/uboot-oxnas/Makefile b/package/boot/uboot-oxnas/Makefile index e2339432fe..825907b630 100644 --- a/package/boot/uboot-oxnas/Makefile +++ b/package/boot/uboot-oxnas/Makefile @@ -82,6 +82,8 @@ define Package/uboot/install/default $(INSTALL_DIR) $(BIN_DIR) $(CP) $(PKG_BUILD_DIR)/u-boot.bin \ $(BIN_DIR)/openwrt-$(BOARD)-$(1)-u-boot.bin + $(CP) $(PKG_BUILD_DIR)/u-boot.bin \ + $(KERNEL_BUILD_DIR)/u-boot.bin endef define Package/uboot/install/template |