summaryrefslogtreecommitdiff
path: root/target/config/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'target/config/Config.in')
-rw-r--r--target/config/Config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/target/config/Config.in b/target/config/Config.in
index be22d7b55..f960afffa 100644
--- a/target/config/Config.in
+++ b/target/config/Config.in
@@ -589,6 +589,15 @@ config ADK_TARGET_ROOTFS_CF
Use this option if you have a compact flash based system.
(ext2 filesystem is used.)
+config ADK_TARGET_ROOTFS_GENEXT2FS
+ bool "read-write filesystem for compact flash (genext2fs version)"
+ depends on ADK_TARGET_WITH_CF
+ select ADK_KERNEL_EXT2_FS
+ select ADK_KERNEL_SCSI
+ help
+ Use this option if you have a compact flash based system.
+ (ext2 filesystem is used.)
+
config ADK_TARGET_ROOTFS_MMC
bool "read-write filesystem for mmc/sdcard"
depends on ADK_TARGET_WITH_MMC