summaryrefslogtreecommitdiffstats
path: root/rules/host-ipkg-utils.in
diff options
context:
space:
mode:
authorGeorge McCollister <george.mccollister@gmail.com>2011-05-19 16:03:58 -0500
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-05-20 19:40:29 +0200
commit9180e7e7a51ca8f465013ae8640d16f2e54a8899 (patch)
tree4a4ca8d67d6a18b4427dfb38f7db6525eeebd864 /rules/host-ipkg-utils.in
parentddc604057b44e875bd8a684b48e05fb983f4a5e5 (diff)
downloadptxdist-9180e7e7a51ca8f465013ae8640d16f2e54a8899.tar.gz
ptxdist-9180e7e7a51ca8f465013ae8640d16f2e54a8899.tar.xz
opkg can now be used instead of ipkg
opkg and opkg-utils can now be used to build .ipk files and generate images from them. No longer default HOST_IPKG_UTILS and HOST_IPKG to yes. HOST_PACKAGE_MANAGEMENT_IPKG will select HOST_IPKG. HOST_IPKG will select HOST_IPKG_UTILS. Added package management selection to hosttools. Changed scripts to use the package management utilities for the selected package management system. Signed-off-by: George McCollister <george.mccollister@gmail.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-ipkg-utils.in')
-rw-r--r--rules/host-ipkg-utils.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/rules/host-ipkg-utils.in b/rules/host-ipkg-utils.in
index ff5018a08..52e8a0d14 100644
--- a/rules/host-ipkg-utils.in
+++ b/rules/host-ipkg-utils.in
@@ -2,8 +2,7 @@
config HOST_IPKG_UTILS
tristate
- # no prompt, policy is that we always need it
- default y
+ default ALLYES
help
ipkg-utils let you build packages in the ipkg format.