summaryrefslogtreecommitdiffstats
path: root/rules/host-opkg.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-11-06 11:39:18 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-11-06 12:03:58 +0100
commit926a3dd85f7df66bd5879b87cfd5e7c556c12a07 (patch)
treec48852383e8ba045a2bc6cf3d278d2408bc1b020 /rules/host-opkg.in
parent69e0d27467479c01a119536f4f7cef0b4bbef164 (diff)
downloadptxdist-926a3dd85f7df66bd5879b87cfd5e7c556c12a07.tar.gz
ptxdist-926a3dd85f7df66bd5879b87cfd5e7c556c12a07.tar.xz
rules: used 'default y if ALLYES' instead of 'default ALLYES'
This way the symbol only shows up in the config if ALLYES is enabled. This avoids unnecessary noise in the config files. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-opkg.in')
-rw-r--r--rules/host-opkg.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/host-opkg.in b/rules/host-opkg.in
index f43bf9160..dd42e4087 100644
--- a/rules/host-opkg.in
+++ b/rules/host-opkg.in
@@ -2,7 +2,7 @@
config HOST_OPKG
tristate
- default ALLYES
+ default y if ALLYES
select HOST_LIBARCHIVE
select HOST_OPKG_UTILS
help