summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2016-07-27 09:34:14 +0200
committerPeter Korsgaard <peter@korsgaard.com>2016-07-27 09:34:14 +0200
commit389c2cf06de82c45f44cc9a9df05a324d78fdd4c (patch)
tree218f6541a9f7a24e1cbb76fc0c8d901f915c1565
parent2fccf22c3a4681a38d3dd80998b9e2c803b4140c (diff)
downloadbuildroot-389c2cf06de82c45f44cc9a9df05a324d78fdd4c.tar.gz
buildroot-389c2cf06de82c45f44cc9a9df05a324d78fdd4c.zip
ipkg: mark as deprecated
ipkg dates back to the early 2000s when Compaq started the handhelds.org project, it hasn't seen development since 2006, got forked as opkg a decade ago and is starting to cause autobuilder issues, so mark it as deprecated. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--package/ipkg/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/ipkg/Config.in b/package/ipkg/Config.in
index 4b2078d9cd..a987bd6183 100644
--- a/package/ipkg/Config.in
+++ b/package/ipkg/Config.in
@@ -1,5 +1,6 @@
config BR2_PACKAGE_IPKG
bool "ipkg"
+ depends on BR2_DEPRECATED_SINCE_2016_08
help
The Itsy Package Installer from handhelds.org
OpenPOWER on IntegriCloud