diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2016-07-27 09:34:14 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2016-07-27 09:34:14 +0200 |
commit | 389c2cf06de82c45f44cc9a9df05a324d78fdd4c (patch) | |
tree | 218f6541a9f7a24e1cbb76fc0c8d901f915c1565 | |
parent | 2fccf22c3a4681a38d3dd80998b9e2c803b4140c (diff) | |
download | buildroot-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.in | 1 |
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 |