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/Config.in | |
parent | 90ee3a0561f08ad977d7da9d968bcbd0c7efcd8f (diff) | |
download | buildroot-novena-4b01dfced94424a32b9d2dc57276a469c28092c5.tar.gz buildroot-novena-4b01dfced94424a32b9d2dc57276a469c28092c5.zip |
Add romfs target support, courtesy Josh <buildroot@digitalpeer.com>
Diffstat (limited to 'target/Config.in')
-rw-r--r-- | target/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/Config.in b/target/Config.in index edd7c601b..385d7ffb3 100644 --- a/target/Config.in +++ b/target/Config.in @@ -11,6 +11,7 @@ source "target/tar/Config.in" source "target/cpio/Config.in" source "target/iso9660/Config.in" source "target/initramfs/Config.in" +source "target/romfs/Config.in" comment "bootloader for target device" |