aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPiotr Dymacz <pepe2k@gmail.com>2017-06-27 14:48:00 +0200
committerPiotr Dymacz <pepe2k@gmail.com>2017-06-29 10:37:36 +0200
commit7d6c63d875421fc1f66833ba0e690914ea28f1a3 (patch)
tree8d5f97e88a02ced67d7190339bd189db13452b4c /include
parent4b35e174caa5bb85604e856a5f2e50fd970599db (diff)
downloadupstream-7d6c63d875421fc1f66833ba0e690914ea28f1a3.tar.gz
upstream-7d6c63d875421fc1f66833ba0e690914ea28f1a3.tar.bz2
upstream-7d6c63d875421fc1f66833ba0e690914ea28f1a3.zip
build: rename TPLINK_BOARD_NAME to TPLINK_BOARD_ID
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/image-commands.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/image-commands.mk b/include/image-commands.mk
index 8607c85e9e..718ffe82c3 100644
--- a/include/image-commands.mk
+++ b/include/image-commands.mk
@@ -91,7 +91,7 @@ endef
define Build/tplink-safeloader
-$(STAGING_DIR_HOST)/bin/tplink-safeloader \
- -B $(TPLINK_BOARD_NAME) \
+ -B $(TPLINK_BOARD_ID) \
-V $(REVISION) \
-k $(IMAGE_KERNEL) \
-r $@ \