diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-03-08 20:39:02 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-03-17 04:00:54 +0100 |
commit | fcb66460738ab8261d6b0ceae62c4e4ac5ffc41c (patch) | |
tree | 7840be577894ac3d9a32e89641ed86b5bdd8952b /target/mips64/Makefile | |
parent | 2d7388bc334ddb383ae275958d746c0622e515a3 (diff) |
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.
Diffstat (limited to 'target/mips64/Makefile')
-rw-r--r-- | target/mips64/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
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}' |