summaryrefslogtreecommitdiff
path: root/target/mips/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'target/mips/Makefile')
-rw-r--r--target/mips/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/target/mips/Makefile b/target/mips/Makefile
index 6264c3f1b..36909b6b7 100644
--- a/target/mips/Makefile
+++ b/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)