summaryrefslogtreecommitdiffstats
path: root/platforms
diff options
context:
space:
mode:
authorCarsten Schlote <c.schlote@konzeptpark.de>2010-01-27 17:11:47 +0100
committerCarsten Schlote <c.schlote@konzeptpark.de>2010-01-27 17:32:01 +0100
commitfcd8d138181679fefdaedc5ccdd5c758668e1ca3 (patch)
tree4f288da7cb006a812a98b6ce7878fba0da54d172 /platforms
parentc9f5d94869facfca36d0a75f2f389ccca4d1a4ca (diff)
downloadptxdist-fcd8d138181679fefdaedc5ccdd5c758668e1ca3.tar.gz
ptxdist-fcd8d138181679fefdaedc5ccdd5c758668e1ca3.tar.xz
[image-ipkg] Renamed IMAGE_IPKG_IMAGE_FROM_REPOSITORY
I renamed IMAGE_IPKG_IMAGE_FROM_REPOSITORY to IMAGE_IPKG_PUSH_TO_REPOSITORY, because this is less confusing. Also updated help text to describe, what this config option really does. Signed-off-by: Carsten Schlote <c.schlote@konzeptpark.de> Acked-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'platforms')
-rw-r--r--platforms/image_ipkg.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/platforms/image_ipkg.in b/platforms/image_ipkg.in
index 93b3362a6..385b15298 100644
--- a/platforms/image_ipkg.in
+++ b/platforms/image_ipkg.in
@@ -2,15 +2,15 @@
menu "ipkg options "
-config IMAGE_IPKG_IMAGE_FROM_REPOSITORY
- depends on BROKEN
+config IMAGE_IPKG_PUSH_TO_REPOSITORY
bool
- prompt "make images: use packets from repository"
+ prompt "make images: push packets to ipkg-repository"
help
- Usually 'make images' packages the files from ${IMAGEDIR}
- into ${IMAGEDIR}/root.[filesystem]. If this option is checked the
- packet files from the IPKG update site (to be specified in
- .ptxdistrc) are taken instead.
+ If this option is checked the packet files are pushed to
+ the ipkg-repository (to be specified in .ptxdistrc).
+
+ Please note, that the ipkg-repository is currently a
+ local directory on your machine.
config IMAGE_IPKG_INDEX
bool "generate ipkg.index"