From fcb66460738ab8261d6b0ceae62c4e4ac5ffc41c Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 8 Mar 2017 20:39:02 +0100 Subject: drop yaffs2 support Yaffs2 is not upstream and does not work with newer 4.x Linux kernels. We like to switch to UBIFS for any embedded devices with NAND. Routerboards can be used with some application, which generates a YAFFS2 image including a Linux kernel, without any YAFFS2 filesystem support in the kernel on the host or target. --- target/mips64/Makefile | 7 ------- 1 file changed, 7 deletions(-) (limited to 'target/mips64/Makefile') diff --git a/target/mips64/Makefile b/target/mips64/Makefile index ae50d2344..37cc8ff58 100644 --- a/target/mips64/Makefile +++ b/target/mips64/Makefile @@ -28,13 +28,6 @@ ifeq ($(ADK_TARGET_SYSTEM_LEMOTE_YEELONG),y) @echo 'PMON> g' endif endif -ifeq ($(ADK_TARGET_FS),yaffs) -targethelp: - @echo 'The root tarball is: ${FW_DIR}/${ROOTFSTARBALL}' - @echo 'Format your NAND with Routerboot, boot via NFS and' - @echo 'then install kernel and filesystem via:' - @echo 'adkinstall ${ROOTFSTARBALL}' -endif ifeq ($(ADK_TARGET_FS),usb) targethelp: @echo 'The root tarball is: ${FW_DIR}/${ROOTFSTARBALL}' -- cgit v1.2.3