[LEDE-DEV] [PATCH staging 6/7] ath25: correct image generation for Ubiquiti boards
Sergey Ryazanov
ryazanov.s.a at gmail.com
Mon May 23 02:30:31 PDT 2016
Correct board specification during image generation for Ubiquiti boards.
Signed-off-by: Sergey Ryazanov <ryazanov.s.a at gmail.com>
---
target/linux/ath25/image/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 && \
--
2.7.3
More information about the Lede-dev
mailing list