summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2012-04-05 14:33:04 +0000
committerJohn Crispin <john@openwrt.org>2012-04-05 14:33:04 +0000
commit032f3ea5e7dce34da3926f505fe939ded599a6fa (patch)
tree190e1b9c86d7c594ec9cbb3812a2a1eafcb126be /Config.in
parente8c19a56db0f9401c23e9faca6f1a59562afe066 (diff)
downloadmaster-31e0f0ae-032f3ea5e7dce34da3926f505fe939ded599a6fa.tar.gz
master-31e0f0ae-032f3ea5e7dce34da3926f505fe939ded599a6fa.tar.bz2
master-31e0f0ae-032f3ea5e7dce34da3926f505fe939ded599a6fa.zip
define external cpio
Allow building image with an external cpio Signed-off-by: Tathagata Das <tathagata@alumnux.com> SVN-Revision: 31204
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 4e874a69de..4231f85aa5 100644
--- a/Config.in
+++ b/Config.in
@@ -49,6 +49,13 @@ menu "Target Images"
depends LINUX_2_6_38
endchoice
+ config EXTERNAL_CPIO
+ string
+ prompt "Use external cpio" if TARGET_ROOTFS_INITRAMFS
+ default ""
+ help
+ Kernel uses specified external cpio as INITRAMFS_SOURCE
+
comment "Root filesystem archives"
config TARGET_ROOTFS_CPIOGZ