!267 关闭jffs和fat后,rootfs配置也被相应关闭,导致nand介质的rootfs不可用
Merge pull request !267 from zhangfanfan2/master
This commit is contained in:
commit
bfc788e27b
|
@ -1,7 +1,7 @@
|
||||||
config PLATFORM_ROOTFS
|
config PLATFORM_ROOTFS
|
||||||
bool "Enable ROOTFS"
|
bool "Enable ROOTFS"
|
||||||
default y
|
default y
|
||||||
depends on FS_JFFS || FS_FAT
|
depends on FS_JFFS || FS_FAT || DRIVERS_MTD_NAND
|
||||||
help
|
help
|
||||||
Answer Y to enable LiteOS support rootfs.
|
Answer Y to enable LiteOS support rootfs.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue