aboutsummaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2012-04-05 14:33:04 +0000
committerJohn Crispin <blogic@openwrt.org>2012-04-05 14:33:04 +0000
commit9bea396d2f2a6647c488550a6d53cea4d4529cd2 (patch)
tree3fcabaeef3909da34aff6587c5f674788704b0fb /Config.in
parente2dd66a036f050ebd5e120159b041b34cf28bf4c (diff)
downloadmaster-187ad058-9bea396d2f2a6647c488550a6d53cea4d4529cd2.tar.gz
master-187ad058-9bea396d2f2a6647c488550a6d53cea4d4529cd2.tar.bz2
master-187ad058-9bea396d2f2a6647c488550a6d53cea4d4529cd2.zip
[image] define external cpio
Allow building image with an external cpio Signed-off-by: Tathagata Das <tathagata@alumnux.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31204 3c298f89-4303-0410-b956-a3cf2f4a3e73
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