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/mips/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/mips/Makefile')
-rw-r--r-- | target/mips/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
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 |