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/mips/Makefile | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'target/mips') diff --git a/target/mips/Makefile b/target/mips/Makefile index 6f0bd728c..cb4a32432 100644 --- a/target/mips/Makefile +++ b/target/mips/Makefile @@ -70,13 +70,6 @@ ifeq ($(ADK_TARGET_FS),usb) targethelp: @echo 'The root tarball is: ${FW_DIR}/${ROOTFSTARBALL}' 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 -n -a ${ROOTFSTARBALL}' -endif ifeq ($(ADK_TARGET_FS),genimage) targethelp: @echo "The disk image is: $(FW_DIR)/disk.img" @@ -123,9 +116,6 @@ endif ifeq ($(ADK_TARGET_FS),nfsroot) imageinstall: kernel-install $(FW_DIR)/$(ROOTFSUSERTARBALL) targethelp endif -ifeq ($(ADK_TARGET_FS),yaffs) -imageinstall: $(FW_DIR)/$(ROOTFSTARBALL) targethelp -endif ifeq ($(ADK_TARGET_FS),ubifs) imageinstall: $(FW_DIR)/$(ROOTFSUBIFS) targethelp endif -- cgit v1.2.3