summaryrefslogtreecommitdiffstats
path: root/rules/opkg.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2009-01-09 20:56:47 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2009-01-09 20:56:47 +0000
commite367235b460f83e6890a3e1770068c287cf7703b (patch)
tree52ed83f5ee7087c4e7a91310f87d738a24f14889 /rules/opkg.in
parentbab98d751a761209011c590833f6dd3c82674ad9 (diff)
downloadptxdist-e367235b460f83e6890a3e1770068c287cf7703b.tar.gz
ptxdist-e367235b460f83e6890a3e1770068c287cf7703b.tar.xz
* opkg: add initial test version
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9469 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/opkg.in')
-rw-r--r--rules/opkg.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/rules/opkg.in b/rules/opkg.in
new file mode 100644
index 000000000..aa6273ade
--- /dev/null
+++ b/rules/opkg.in
@@ -0,0 +1,10 @@
+## SECTION=disk_and_file
+
+config OPKG
+ tristate
+ select LIBCURL
+ prompt "opkg"
+ help
+ Opkg is a lightweight package management system based on Ipkg.
+
+ http://code.google.com/p/opkg/