diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-05-05 18:50:44 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-05-05 18:50:44 +0200 |
commit | 7de0af6d17ba07beb89115776f94a306da702b6a (patch) | |
tree | 79d97af3519c2f827f0ffc0a1940e23b0fe854d4 /target | |
parent | 98bb67c34d5c9eee9fc5254e7674b530949fc16e (diff) | |
parent | 537f708094a4699a57d2960e151013343a942a9d (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target')
-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 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) |