summaryrefslogtreecommitdiffstats
path: root/rules/host-opkg.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2015-06-19 11:07:21 +0200
committerMarc Kleine-Budde <mkl@pengutronix.de>2015-06-19 11:58:03 +0200
commit6a45ee9652c815ff473e242b41b9ad3cd567b1fd (patch)
treef6d1bb7bf24b1d3ffb3a7b5718cca63204cd1a01 /rules/host-opkg.in
parente39285622d144e8755d1f27d5b1f3dfbcfd89ce7 (diff)
downloadptxdist-6a45ee9652c815ff473e242b41b9ad3cd567b1fd.tar.gz
ptxdist-6a45ee9652c815ff473e242b41b9ad3cd567b1fd.tar.xz
ipkg: fix migration from generic -> projectroot
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'rules/host-opkg.in')
-rw-r--r--rules/host-opkg.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/host-opkg.in b/rules/host-opkg.in
index 2bb2140df..a2b05be65 100644
--- a/rules/host-opkg.in
+++ b/rules/host-opkg.in
@@ -8,5 +8,5 @@ config HOST_OPKG
opkg is used on the development host to install packets into
some directory. Example:
- opkg-cl -o . --force-depends -f ../generic/etc/opkg.conf install foo.ipk
+ opkg-cl -o . --force-depends -f ../projectroot/etc/opkg.conf install foo.ipk