summaryrefslogtreecommitdiff
path: root/target/mips/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-04-29 19:21:14 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-04-29 19:21:14 +0200
commitcf0e7634dd6b19f9e552da7cb3ad36058f6bd551 (patch)
tree3a1fd97543f425d69794026739e8feaac6170142 /target/mips/Makefile
parent262093bc84699e250bc64302a8c32d23b31b7fa6 (diff)
parent2978728db235233ac80f32737bb56292e3e60328 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/mips/Makefile')
-rw-r--r--target/mips/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/target/mips/Makefile b/target/mips/Makefile
index abb98a107..5c2dad231 100644
--- a/target/mips/Makefile
+++ b/target/mips/Makefile
@@ -49,6 +49,14 @@ ifeq ($(ADK_TARGET_SYSTEM_MIKROTIK_RB532),y)
kernel-install:
$(TARGET_CROSS)objcopy $(OSTRIP) -S $(KERNEL) $(BUILD_DIR)/$(TARGET_KERNEL)
endif
+ifeq ($(ADK_TARGET_SYSTEM_MIKROTIK_RB411),y)
+kernel-install:
+ $(TARGET_CROSS)objcopy $(OSTRIP) -S $(KERNEL) $(TARGET_DIR)/boot/kernel
+endif
+ifeq ($(ADK_TARGET_SYSTEM_MIKROTIK_RB433),y)
+kernel-install:
+ $(TARGET_CROSS)objcopy $(OSTRIP) -S $(KERNEL) $(TARGET_DIR)/boot/kernel
+endif
ifeq ($(ADK_TARGET_FS),nfsroot)
imageinstall: kernel-install $(BIN_DIR)/$(ROOTFSUSERTARBALL)