|
@@ -23,6 +23,29 @@ config BR2_ROOTFS_DEVICE_TABLE
|
|
to the makedevs utility to create all the special device
|
|
to the makedevs utility to create all the special device
|
|
files in the target filesystem.
|
|
files in the target filesystem.
|
|
|
|
|
|
|
|
+choice
|
|
|
|
+ prompt "Root FS skeleton"
|
|
|
|
+
|
|
|
|
+config BR2_ROOTFS_SKELETON_DEFAULT
|
|
|
|
+ bool "default target skeleton"
|
|
|
|
+ help
|
|
|
|
+ Use default target skeleton
|
|
|
|
+
|
|
|
|
+config BR2_ROOTFS_SKELETON_CUSTOM
|
|
|
|
+ bool "custom target skeleton"
|
|
|
|
+ help
|
|
|
|
+ Use custom target skeleton.
|
|
|
|
+
|
|
|
|
+endchoice
|
|
|
|
+
|
|
|
|
+if BR2_ROOTFS_SKELETON_CUSTOM
|
|
|
|
+config BR2_ROOTFS_SKELETON_CUSTOM_PATH
|
|
|
|
+ string "custom target skeleton path"
|
|
|
|
+ default "fs/skeleton"
|
|
|
|
+ help
|
|
|
|
+ Path custom target skeleton.
|
|
|
|
+endif
|
|
|
|
+
|
|
source "fs/cramfs/Config.in"
|
|
source "fs/cramfs/Config.in"
|
|
source "fs/cloop/Config.in"
|
|
source "fs/cloop/Config.in"
|
|
source "fs/ext2/Config.in"
|
|
source "fs/ext2/Config.in"
|