summaryrefslogtreecommitdiff
path: root/target/mips/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-08-24 12:19:58 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-08-24 12:19:58 +0200
commit2d08ceddfecccd04549be65291ddda9aea4f8d91 (patch)
tree32aeba72dba31fc7fa006de0f4fd52d9abe55661 /target/mips/Makefile
parent52229f5bf2fe45d139c6a692415fe1ffb8ea4041 (diff)
parent6759b9efb68c31b83116219af9e9b16d3ce04560 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/mips/Makefile')
-rw-r--r--target/mips/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/target/mips/Makefile b/target/mips/Makefile
index 5d606046f..00a3e8bdc 100644
--- a/target/mips/Makefile
+++ b/target/mips/Makefile
@@ -51,11 +51,7 @@ 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) $(BUILD_DIR)/$(TARGET_KERNEL)
-endif
-ifeq ($(ADK_TARGET_SYSTEM_MIKROTIK_RB433),y)
+ifeq ($(ADK_TARGET_SYSTEM_MIKROTIK_RB4XX),y)
kernel-install:
$(TARGET_CROSS)objcopy $(OSTRIP) -S $(KERNEL) $(BUILD_DIR)/$(TARGET_KERNEL)
endif