From 7f46305c0aa9963be7b87489d52876916c8643e0 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 30 Sep 2009 19:03:23 +0200 Subject: fix tool dependency list add preliminary rpm backend support --- target/Config.in | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'target/Config.in') diff --git a/target/Config.in b/target/Config.in index 2b7b3169c..6ee9430af 100644 --- a/target/Config.in +++ b/target/Config.in @@ -631,13 +631,19 @@ config ADK_TARGET_PACKAGE_IPKG prompt "ipkg package format" select BUSYBOX_IPKG help - Use ipkg package format. + Create ipkg packages. config ADK_TARGET_PACKAGE_TGZ boolean prompt "gzip compressed tar archive" help - Use simple compressed tar archive. + Create simple compressed tar archives. + +config ADK_TARGET_PACKAGE_RPM + boolean + prompt "rpm package format" + help + Create rpm binary packages. endchoice -- cgit v1.2.3