Move all to deprecated folder.
This commit is contained in:
4
deprecated/firmware/buildroot/fs/yaffs2/Config.in
Normal file
4
deprecated/firmware/buildroot/fs/yaffs2/Config.in
Normal file
@@ -0,0 +1,4 @@
|
||||
config BR2_TARGET_ROOTFS_YAFFS2
|
||||
bool "yaffs2 root filesystem"
|
||||
help
|
||||
Build a yaffs2 root filesystem
|
||||
13
deprecated/firmware/buildroot/fs/yaffs2/yaffs.mk
Normal file
13
deprecated/firmware/buildroot/fs/yaffs2/yaffs.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# Build the yaffs2 root filesystem image
|
||||
#
|
||||
################################################################################
|
||||
|
||||
ROOTFS_YAFFS2_DEPENDENCIES = host-yaffs2utils
|
||||
|
||||
define ROOTFS_YAFFS2_CMD
|
||||
$(HOST_DIR)/usr/bin/mkyaffs2 --all-root $(TARGET_DIR) $@
|
||||
endef
|
||||
|
||||
$(eval $(call ROOTFS_TARGET,yaffs2))
|
||||
Reference in New Issue
Block a user