From 20d4b4148f3bd2697093ab8adef4f642c358581d Mon Sep 17 00:00:00 2001 From: Thomas De Schampheleire Date: Tue, 15 May 2012 08:34:23 +0000 Subject: Add package 'opkg' Signed-off-by: Thomas De Schampheleire Signed-off-by: Peter Korsgaard --- package/opkg/Config.in | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 package/opkg/Config.in (limited to 'package/opkg/Config.in') diff --git a/package/opkg/Config.in b/package/opkg/Config.in new file mode 100644 index 000000000..eb997a7d4 --- /dev/null +++ b/package/opkg/Config.in @@ -0,0 +1,13 @@ +config BR2_PACKAGE_OPKG + bool "opkg" + help + Opkg is a lightweight package management system, based on ipkg. It is + written in C and resembles apt/dpkg in operation. It is intended for + use on embedded Linux devices. + Opkg is maintained, stable, robust and conservative in its memory + usage, despite its buggy ipkg ancestry. As best it can, opkg + maintains backwards compatibility with ipkg and conforms to a subset + of debian's policy manual regarding control files. + + http://code.google.com/p/opkg/ + -- cgit v1.2.3