diff options
author | wbx <wbx@openadk.org> | 2011-04-29 18:09:11 +0200 |
---|---|---|
committer | wbx <wbx@openadk.org> | 2011-04-29 18:09:11 +0200 |
commit | ed5d1f8b7bfb0015e22dbc95f01a253a81b81f36 (patch) | |
tree | 0f0020fa0eb348a1bbbd044b7733c3e8e242e146 /target/mips/Makefile | |
parent | 7cc2a1778bdea47e6737ed6109fc88e32253a41b (diff) | |
parent | fb5986b361eae7893a57e92ec0a4f820b89bc527 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/mips/Makefile')
-rw-r--r-- | target/mips/Makefile | 8 |
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) |