diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-11-22 19:10:59 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-11-22 19:10:59 +0000 |
commit | 119e9af1b5eca89a6961126193017ce4704c3940 (patch) | |
tree | a48c5cf30d7131645b983a8646d6f91627845163 /target/cpio/Config.in | |
parent | 77fc01bc5a9a2c3084c2d64ffe0f3d9b23b970af (diff) |
- add a simple cpio target, to be used with an initramfs.
Thanks to Goetz Bock
Diffstat (limited to 'target/cpio/Config.in')
-rw-r--r-- | target/cpio/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/target/cpio/Config.in b/target/cpio/Config.in new file mode 100644 index 000000000..0de70f964 --- /dev/null +++ b/target/cpio/Config.in @@ -0,0 +1,6 @@ +config BR2_TARGET_ROOTFS_CPIO + bool "cpio the root filesystem" + default n + help + Build a cpio archive of the root filesystem + |