Skip to content
Snippets Groups Projects
Commit 3b2c74e5 authored by Imre Kaloz's avatar Imre Kaloz
Browse files

use plain image names inside the target directories


Signed-off-by: default avatarImre Kaloz <kaloz@openwrt.org>

SVN-Revision: 38923
parent b1f4f27f
No related branches found
No related tags found
No related merge requests found
...@@ -80,8 +80,8 @@ endef ...@@ -80,8 +80,8 @@ endef
define Package/uboot/install/default define Package/uboot/install/default
$(INSTALL_DIR) $(BIN_DIR)/uboot-$(BOARD)-$(1) $(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)/u-boot.img $(BIN_DIR)/uboot-$(BOARD)-$(1)/u-boot.img
$(CP) $(PKG_BUILD_DIR)/MLO $(BIN_DIR)/uboot-$(BOARD)-$(1)/openwrt-$(BOARD)-$(1)-MLO $(CP) $(PKG_BUILD_DIR)/MLO $(BIN_DIR)/uboot-$(BOARD)-$(1)/MLO
endef endef
define Package/uboot/install/template define Package/uboot/install/template
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment