mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
4
fs/yaffs2/Config.in
Normal file
4
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
fs/yaffs2/yaffs2.mk
Normal file
13
fs/yaffs2/yaffs2.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# Build the yaffs2 root filesystem image
|
||||
#
|
||||
################################################################################
|
||||
|
||||
ROOTFS_YAFFS2_DEPENDENCIES = host-yaffs2utils
|
||||
|
||||
define ROOTFS_YAFFS2_CMD
|
||||
$(HOST_DIR)/bin/mkyaffs2 --all-root $(TARGET_DIR) $@
|
||||
endef
|
||||
|
||||
$(eval $(rootfs))
|
||||
Reference in New Issue
Block a user