diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-05-05 10:32:48 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-05-05 10:32:48 +0200 |
commit | 7586e91b240e94d5fc3c1b9f781db99b815932ce (patch) | |
tree | 760beb09b194e5a13f700693b2dd2b5d669cf9f0 /target/mips/Makefile | |
parent | ea9a2e2624567dfac7dc31577194e48a45606a82 (diff) |
add kernel-install for fon target
Diffstat (limited to 'target/mips/Makefile')
-rw-r--r-- | target/mips/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/mips/Makefile b/target/mips/Makefile index 5c2dad231..dd6811057 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) |