diff mbox

[LEDE-DEV,staging,6/7] ath25: correct image generation for Ubiquiti boards

Message ID 1463995832-10364-7-git-send-email-ryazanov.s.a@gmail.com
State Accepted
Headers show

Commit Message

Sergey Ryazanov May 23, 2016, 9:30 a.m. UTC
Correct board specification during image generation for Ubiquiti boards.

Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
---
 target/linux/ath25/image/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/target/linux/ath25/image/Makefile b/target/linux/ath25/image/Makefile
index d6e9291..9fa30fa 100644
--- a/target/linux/ath25/image/Makefile
+++ b/target/linux/ath25/image/Makefile
@@ -18,7 +18,7 @@  endef
 
 define Build/mkfwimage
 	$(STAGING_DIR_HOST)/bin/mkfwimage \
-		-b $(1).openwrt.$(REVISION) \
+		-B $(1).OpenWrt.$(REVISION) \
 		-k $(KDIR)/$(KERNEL_IMAGE) \
 		-r $@ \
 		-o $@.new && \