mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 03:09:08 +08:00
uboot-oxnas: install u-boot.bin also to KERNEL_BUILD_DIR
Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 43662
This commit is contained in:
parent
8feb491156
commit
5ff8272cf0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user