summaryrefslogtreecommitdiffstats
path: root/platforms
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2014-10-09 09:44:24 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-10-09 09:44:33 +0200
commit4fd9f745615bf73ea18632b7d7e15db0ab1bf849 (patch)
tree8ae7a1152f78e6906474fa30ccdbae3aa55aaff7 /platforms
parentc2364f2e32872f0d4421e2c036e9cf41c0c869b0 (diff)
downloadptxdist-4fd9f745615bf73ea18632b7d7e15db0ab1bf849.tar.gz
ptxdist-4fd9f745615bf73ea18632b7d7e15db0ab1bf849.tar.xz
image_ipkg: remove defaults
Empty strings are the default anyways and the ipkg index is rarely needed. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'platforms')
-rw-r--r--platforms/image_ipkg.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/platforms/image_ipkg.in b/platforms/image_ipkg.in
index 20d01cc2a..8303f2537 100644
--- a/platforms/image_ipkg.in
+++ b/platforms/image_ipkg.in
@@ -38,14 +38,12 @@ if IMAGE_IPKG_SIGN_OPENSSL
config IMAGE_IPKG_SIGN_OPENSSL_SIGNER
string
- default ""
prompt "signer certificate file"
help
signer certificate file to pass to openssl for signing.
config IMAGE_IPKG_SIGN_OPENSSL_KEY
string
- default ""
prompt "private key file"
help
private key file to pass to openssl.
@@ -66,7 +64,6 @@ config IMAGE_INSTALL_FROM_IPKG_REPOSITORY
config IMAGE_IPKG_INDEX
bool "generate ipkg.index"
- default y
help
Activating this option generates a ipkg index file
("Packages") in your PKGDIR. If served by a web or ftp
@@ -75,7 +72,6 @@ config IMAGE_IPKG_INDEX
config IMAGE_IPKG_EXTRA_ARGS
string
- default ""
prompt "extra arguments passed to ipkg-build"
help
If needed you can add extra arguments for ipkg-build here