X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=package%2Fuboot-kirkwood%2FMakefile;fp=package%2Fuboot-kirkwood%2FMakefile;h=cdf35a4caa15793de6fe4bcd05b26eed2f5d3748;hb=68e76c9a6c1a27cbdc145a2a42f643223d478827;hp=8724aef6d9366bd6321e5b6c748f8a9f7a4714ad;hpb=471138179600c19346fbe9906435977ce173370e;p=openwrt%2Fstaging%2Fflorian.git diff --git a/package/uboot-kirkwood/Makefile b/package/uboot-kirkwood/Makefile index 8724aef6d9..cdf35a4caa 100644 --- a/package/uboot-kirkwood/Makefile +++ b/package/uboot-kirkwood/Makefile @@ -61,7 +61,7 @@ endef ifdef BUILD_VARIANT $(eval $(call uboot/$(BUILD_VARIANT))) UBOOT_CONFIG:=$(if $(CONFIG),$(CONFIG),$(BUILD_VARIANT)) -UBOOT_IMAGE:=$(if $(IMAGE),$(IMAGE),openwrt-$(BOARD)-$(BUILD_BARIANT)-u-boot.bin) +UBOOT_IMAGE:=$(if $(IMAGE),$(IMAGE),openwrt-$(BOARD)-$(BUILD_VARIANT)-u-boot.bin) endif define Build/Prepare