Browse Source

add kernel-install for fon target

Waldemar Brodkorb 14 years ago
parent
commit
7586e91b24
1 changed files with 4 additions and 0 deletions
  1. 4 0
      target/mips/Makefile

+ 4 - 0
target/mips/Makefile

@@ -57,6 +57,10 @@ ifeq ($(ADK_TARGET_SYSTEM_MIKROTIK_RB433),y)
 kernel-install:
 	$(TARGET_CROSS)objcopy $(OSTRIP) -S $(KERNEL) $(TARGET_DIR)/boot/kernel
 endif
+ifeq ($(ADK_TARGET_SYSTEM_FON_FON2100),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)