diff options
author | Linux User <wbx@linux.(none)> | 2009-10-01 15:48:47 +0200 |
---|---|---|
committer | Linux User <wbx@linux.(none)> | 2009-10-01 15:48:47 +0200 |
commit | 22bb527c786d6631eec13f2328da05437a1e46b5 (patch) | |
tree | 4cc27dacae51429414de8362c66a09f64e35b840 /target/Config.in | |
parent | 1d2ddabc7b9d0b63887058f6799c281cfa1f1370 (diff) | |
parent | 7f46305c0aa9963be7b87489d52876916c8643e0 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Conflicts:
scripts/scan-pkgs.sh
Diffstat (limited to 'target/Config.in')
-rw-r--r-- | target/Config.in | 10 |
1 files changed, 8 insertions, 2 deletions
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 |