⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 config.in

📁 最新的文件系统生成工具
💻 IN
字号:
config BR2_TARGET_ROOTFS_JFFS2	bool "jffs2 root filesystem for the target device"	default n	help	  Build a jffs2 root filesystemconfig BR2_TARGET_ROOTFS_JFFS2_EBSIZE	hex "Erase block size"	depends on BR2_TARGET_ROOTFS_JFFS2	default 0x20000config BR2_TARGET_ROOTFS_JFFS2_PAD	bool "Pad output"	depends on BR2_TARGET_ROOTFS_JFFS2config BR2_TARGET_ROOTFS_JFFS2_PADSIZE	hex "Pad output size (0x0 = to end of EB)"	depends on BR2_TARGET_ROOTFS_JFFS2_PAD	default 0x0	help		Set to 0x0 to pad to end of erase block.choice	prompt "Endianess"	default BR2_TARGET_ROOTFS_JFFS2_LE	depends on BR2_TARGET_ROOTFS_JFFS2config BR2_TARGET_ROOTFS_JFFS2_LE	bool "little-endian"	depends on 	BR2_TARGET_ROOTFS_JFFS2config BR2_TARGET_ROOTFS_JFFS2_BE	bool "big-endian"	depends on 	BR2_TARGET_ROOTFS_JFFS2endchoiceconfig BR2_TARGET_ROOTFS_JFFS2_SQUASH	bool "Make all files be owned by root"	depends on 	BR2_TARGET_ROOTFS_JFFS2config BR2_TARGET_ROOTFS_JFFS2_OUTPUT	string "Output File"	depends on BR2_TARGET_ROOTFS_JFFS2	default "$(IMAGE).jffs2"config BR2_TARGET_ROOTFS_JFFS2_COPYTO	string "also copy the image to..."	depends on 	BR2_TARGET_ROOTFS_JFFS2	default ""	help		Copies the resulting image to a secondary location.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -