diff options
author | Hamish Moffatt <hamish@cloud.net.au> | 2008-04-02 00:18:57 +0000 |
---|---|---|
committer | Hamish Moffatt <hamish@cloud.net.au> | 2008-04-02 00:18:57 +0000 |
commit | 4b01dfced94424a32b9d2dc57276a469c28092c5 (patch) | |
tree | ffe774a4b4634d61457fcf15a4ab296fb3ecefb6 /target/romfs/Config.in | |
parent | 90ee3a0561f08ad977d7da9d968bcbd0c7efcd8f (diff) |
Add romfs target support, courtesy Josh <buildroot@digitalpeer.com>
Diffstat (limited to 'target/romfs/Config.in')
-rw-r--r-- | target/romfs/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/target/romfs/Config.in b/target/romfs/Config.in new file mode 100644 index 000000000..e34242c0a --- /dev/null +++ b/target/romfs/Config.in @@ -0,0 +1,7 @@ +config BR2_TARGET_ROOTFS_ROMFS + bool "romfs root filesystem" + default n + select BR2_HOST_FAKEROOT + help + Build a romfs image of the root filesystem. + |