use plain image names inside the target directories
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 38923
This commit is contained in:
parent
b1f4f27fc4
commit
3b2c74e5db
@ -80,8 +80,8 @@ endef
|
||||
|
||||
define Package/uboot/install/default
|
||||
$(INSTALL_DIR) $(BIN_DIR)/uboot-$(BOARD)-$(1)
|
||||
$(CP) $(PKG_BUILD_DIR)/u-boot.img $(BIN_DIR)/uboot-$(BOARD)-$(1)/openwrt-$(BOARD)-$(1)-u-boot.img
|
||||
$(CP) $(PKG_BUILD_DIR)/MLO $(BIN_DIR)/uboot-$(BOARD)-$(1)/openwrt-$(BOARD)-$(1)-MLO
|
||||
$(CP) $(PKG_BUILD_DIR)/u-boot.img $(BIN_DIR)/uboot-$(BOARD)-$(1)/u-boot.img
|
||||
$(CP) $(PKG_BUILD_DIR)/MLO $(BIN_DIR)/uboot-$(BOARD)-$(1)/MLO
|
||||
endef
|
||||
|
||||
define Package/uboot/install/template
|
||||
|
Loading…
Reference in New Issue
Block a user