Commit 8c1bff77 authored by Yann E. MORIN's avatar Yann E. MORIN Committed by Thomas Petazzoni
Browse files

package: add comment about ipkg/opkg/rpm



Too often the question is raised, that ipkg, opkg and rpm do not work,
and users complain they can not install packages.

Even though we do have a clear and clearly explained section in our
manual, people do not read it (when will users read manuals? sigh...).

So, add a big fat comment about ipkg/opkg/rpm, that Buildroot does not
generate binary packages and does not provide any package database for
any of those package manager.

Signed-off-by: default avatar"Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Peter Korsgaard <jacmet@uclibc.org>
Cc: Arnout Vandecappelle <arnout@mind.be>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 42f1e5ce
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -1371,6 +1371,18 @@ endif
endmenu

menu "Package managers"
comment "-----------------------------------------------------"
comment "Please note:                                         "
comment "- Buildroot does *not* generate binary packages,     "
comment "- Buildroot does *not* install any package database. "
comment "*                                                    "
comment "It is up to you to provide those by yourself if you  "
comment "want to use any of those package managers.           "
comment "*                                                    "
comment "See the manual:                                      "
comment "http://buildroot.org/downloads/manual/manual.html#faq"
comment "-no-binary-packages                                  "
comment "-----------------------------------------------------"
	source "package/ipkg/Config.in"
	source "package/opkg/Config.in"
if BR2_PACKAGE_BUSYBOX_SHOW_OTHERS