diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-24 10:34:06 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-24 10:34:06 +0200 |
commit | 328a0648998cd683782c433b22d09f1c60c6c3fb (patch) | |
tree | 426fb37b5f4af347a3b139a95db24e3115cf017e /target/mips | |
parent | 5a7b33e61779a5debf599aa0e3705b239b369490 (diff) |
mips finetuning and fixes
Diffstat (limited to 'target/mips')
-rw-r--r-- | target/mips/Makefile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/target/mips/Makefile b/target/mips/Makefile index 9779330dd..936501dd6 100644 --- a/target/mips/Makefile +++ b/target/mips/Makefile @@ -66,11 +66,6 @@ endif ifeq ($(ADK_TARGET_FS),usb) targethelp: @echo 'The root tarball is: ${FW_DIR}/${ROOTFSTARBALL}' -ifeq ($(ADK_TARGET_SYSTEM_LEMOTE_YEELONG),y) - @echo "Startup the netbook and type del to enter PMON:" - @echo "PMON> load /dev/fs/ext2@usb0/boot/kernel" - @echo "PMON> g" -endif endif ifeq ($(ADK_TARGET_FS),yaffs) targethelp: @@ -81,20 +76,11 @@ targethelp: endif # image creation and kernel install -ifeq ($(ADK_TARGET_SYSTEM_MIKROTIK_RB532),y) kernel-strip: $(TARGET_CROSS)objcopy $(OSTRIP) -S $(KERNEL) $(BUILD_DIR)/$(TARGET_KERNEL) kernel-install: kernel-strip @cp $(BUILD_DIR)/$(TARGET_KERNEL) $(FW_DIR)/${TARGET_KERNEL} -endif -ifeq ($(ADK_TARGET_QEMU),y) -kernel-strip: - $(TARGET_CROSS)objcopy $(OSTRIP) -S $(KERNEL) $(BUILD_DIR)/$(TARGET_KERNEL) - -kernel-install: kernel-strip - @cp $(BUILD_DIR)/$(TARGET_KERNEL) $(FW_DIR)/${TARGET_KERNEL} -endif # filesystem specific targets ifeq ($(ADK_TARGET_FS),archive) |