[package] uboot-{kirkwood,xburst}: Fix typo in U-Boot image name, thanks framer99...
authoracinonyx <acinonyx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 21 Oct 2010 08:54:36 +0000 (08:54 +0000)
committeracinonyx <acinonyx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 21 Oct 2010 08:54:36 +0000 (08:54 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23567 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/uboot-kirkwood/Makefile
package/uboot-xburst/Makefile

index 8724aef..cdf35a4 100644 (file)
@@ -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
index 893fbf5..1d340fd 100644 (file)
@@ -66,7 +66,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
This page took 0.032116 seconds and 4 git commands to generate.