summaryrefslogtreecommitdiffstats
path: root/platforms
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2015-07-02 09:54:06 +0200
committerMarc Kleine-Budde <mkl@pengutronix.de>2015-07-02 11:41:51 +0200
commit7d05e624b36630bafeb2df8a7080e07ee96ca14a (patch)
treeae4f7a5d8caee878ac392a265eb63a5f2fc93a09 /platforms
parentff1f97b44fd0a9846bfeb0aa65fd66fb1ba2f856 (diff)
downloadptxdist-7d05e624b36630bafeb2df8a7080e07ee96ca14a.tar.gz
ptxdist-7d05e624b36630bafeb2df8a7080e07ee96ca14a.tar.xz
image: ipkg, opkg: use symbol IMAGE_XPKG_EXTRA_ARGS to pass extra arguments to ipkg and opkg buildptxdist-2015.07.0
Originally the symbols IMAGE_IPKG_EXTRA_ARGS, IMAGE_OPKG_EXTRA_ARGS were used in the code, but there only was the config entry for the ipkg symbol in Kconfig. This patch converts the IMAGE_IPKG_EXTRA_ARGS to IMAGE_XPKG_EXTRA_ARGS and uses it during ipkg and opkg build. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'platforms')
-rw-r--r--platforms/image_ipkg.in9
1 files changed, 5 insertions, 4 deletions
diff --git a/platforms/image_ipkg.in b/platforms/image_ipkg.in
index 8303f2537..dae4fe5b7 100644
--- a/platforms/image_ipkg.in
+++ b/platforms/image_ipkg.in
@@ -70,11 +70,12 @@ config IMAGE_IPKG_INDEX
server it allows ipkg on your target to access your ipkg and
install or update them.
-config IMAGE_IPKG_EXTRA_ARGS
+config IMAGE_XPKG_EXTRA_ARGS
string
- prompt "extra arguments passed to ipkg-build"
+ prompt "extra arguments passed to ipkg-build/opkg-build"
help
- If needed you can add extra arguments for ipkg-build here
- (e.g. -c if you want ipkg-build to use tar instead of ar.)
+ If needed you can add extra arguments for
+ ipkg-build/opkg-build here (e.g. -c if you want ipkg-build
+ to use tar instead of ar.)
endmenu