diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-28 21:49:37 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-28 21:49:37 +0200 |
commit | 3182a995a0cda63c6988243a64c929395736257e (patch) | |
tree | 7c259d82626e5033f4d71e458c48e02565adeb06 | |
parent | d454c50ccdfc9fa86e30a3a5b8effbbf1fc25d46 (diff) |
add sections for rb4xx
-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) |