From 7d05e624b36630bafeb2df8a7080e07ee96ca14a Mon Sep 17 00:00:00 2001 From: Marc Kleine-Budde Date: Thu, 2 Jul 2015 09:54:06 +0200 Subject: image: ipkg, opkg: use symbol IMAGE_XPKG_EXTRA_ARGS to pass extra arguments to ipkg and opkg build 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 --- platforms/image_ipkg.in | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'platforms') 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 -- cgit v1.2.3