summaryrefslogtreecommitdiffstats
path: root/platforms
diff options
context:
space:
mode:
authorGeorge McCollister <george.mccollister@gmail.com>2011-05-19 16:03:55 -0500
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-05-20 19:40:28 +0200
commitb5d6f1c952e7e577098371dd875357c519b2b310 (patch)
tree1dee4be2678ba0e9fce525084d09bd76fb8645a5 /platforms
parentf15a9d54259d5f3fbe963f80d301ddc360569ece (diff)
downloadptxdist-b5d6f1c952e7e577098371dd875357c519b2b310.tar.gz
ptxdist-b5d6f1c952e7e577098371dd875357c519b2b310.tar.xz
build images from ipkg repository
Added option to build images from the ipkg repository. Signed-off-by: George McCollister <george.mccollister@gmail.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'platforms')
-rw-r--r--platforms/image_ipkg.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/platforms/image_ipkg.in b/platforms/image_ipkg.in
index ef3698442..caafb240a 100644
--- a/platforms/image_ipkg.in
+++ b/platforms/image_ipkg.in
@@ -24,6 +24,18 @@ config IMAGE_IPKG_FORCED_PUSH
If this option is checked, this is done by default. This
is most useful for development purposes.
+config IMAGE_INSTALL_FROM_IPKG_REPOSITORY
+ bool
+ select IMAGE_IPKG_PUSH_TO_REPOSITORY
+ select IMAGE_IPKG_FORCED_PUSH
+ prompt "make images: install packets from ipkg-repository"
+ help
+ If this option is checked the packet files from the
+ ipkg-repository are used to create the images
+
+ Please note, that the ipkg-repository is currently a
+ local directory on your machine.
+
config IMAGE_IPKG_INDEX
bool "generate ipkg.index"
default y