summaryrefslogtreecommitdiffstats
path: root/rules/host-opkg.in
diff options
context:
space:
mode:
authorGeorge McCollister <george.mccollister@gmail.com>2011-05-19 16:03:56 -0500
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-05-20 19:40:29 +0200
commit0248656556dffea39f3c405aaa87c1554505ae9e (patch)
tree12ce3f90fbde4de8c58e69ec7c031aa4f5e9cb6a /rules/host-opkg.in
parent2111af720445bc5182e8d950bd3f5d07a6eb2041 (diff)
downloadptxdist-0248656556dffea39f3c405aaa87c1554505ae9e.tar.gz
ptxdist-0248656556dffea39f3c405aaa87c1554505ae9e.tar.xz
host-opkg: Added new host package.
I have added host-opkg so opkg-cl is available for use in building an ipk repository. Signed-off-by: George McCollister <george.mccollister@gmail.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-opkg.in')
-rw-r--r--rules/host-opkg.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/rules/host-opkg.in b/rules/host-opkg.in
new file mode 100644
index 000000000..2bb2140df
--- /dev/null
+++ b/rules/host-opkg.in
@@ -0,0 +1,12 @@
+## SECTION=hosttools_noprompt
+
+config HOST_OPKG
+ tristate
+ default ALLYES
+ select HOST_OPKG_UTILS
+ help
+ 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
+