mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-08 23:58:10 +00:00
use IMG_PREFIX for image name
SVN-Revision: 27112
This commit is contained in:
parent
4aaf590909
commit
429745edd6
@ -28,7 +28,7 @@ define Image/Build/squashfs
|
||||
endef
|
||||
|
||||
define Image/Build
|
||||
cp $(KDIR)/uImage $(BIN_DIR)/uImage-$(board)
|
||||
cp $(KDIR)/uImage $(BIN_DIR)/$(IMG_PREFIX)-uImage
|
||||
$(call Image/Build/$(1),$(1))
|
||||
endef
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user