summaryrefslogtreecommitdiff
path: root/target/mips/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-09 18:09:05 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-09 18:09:15 +0200
commita2e3b9d8d3df76f57ff977359025f38a55d0b748 (patch)
tree71ed61c13c305bbd58a06b38cff56e0d87bbd570 /target/mips/Makefile
parent21db32074411186cfe8b591b4e1719595c54b4c7 (diff)
readd mikrotik rb532 support
Diffstat (limited to 'target/mips/Makefile')
-rw-r--r--target/mips/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/target/mips/Makefile b/target/mips/Makefile
index bd3a763b6..9029af155 100644
--- a/target/mips/Makefile
+++ b/target/mips/Makefile
@@ -111,6 +111,11 @@ ifeq ($(ADK_TARGET_SYSTEM_LEMOTE_YEELONG),y)
@echo "PMON> g root=/dev/sda1"
@echo "The root parameter have to be changed."
endif
+ifeq ($(ADK_TARGET_SYSTEM_MIKROTIK_RB532),y)
+ @cp $(KERNEL) $(FW_DIR)/$(TARGET_KERNEL)
+ @echo "Use following command to install it on CF card:"
+ @echo "sudo ./scripts/install-rb532.sh /dev/sdX $(FW_DIR)/$(ROOTFSTARBALL) $(FW_DIR)/$(TARGET_KERNEL)"
+endif
endif
ifeq ($(ADK_TARGET_FS),initramfsarchive)
imageinstall: $(FW_DIR)/$(ROOTFSUSERTARBALL)