mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-13 10:08:34 +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
|
endef
|
||||||
|
|
||||||
define Image/Build
|
define Image/Build
|
||||||
cp $(KDIR)/uImage $(BIN_DIR)/uImage-$(board)
|
cp $(KDIR)/uImage $(BIN_DIR)/$(IMG_PREFIX)-uImage
|
||||||
$(call Image/Build/$(1),$(1))
|
$(call Image/Build/$(1),$(1))
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user