summaryrefslogtreecommitdiffstats
path: root/rules/experimental.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-01-05 21:30:04 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-01-05 21:30:04 +0000
commitd9822d1bb7c060936fb834cdda4aa238baea651b (patch)
treee96954e5b21055641e18321a910301f1ad845986 /rules/experimental.in
parentff67b81676238aaec15f0ba0a0aa076899137788 (diff)
downloadptxdist-d9822d1bb7c060936fb834cdda4aa238baea651b.tar.gz
ptxdist-d9822d1bb7c060936fb834cdda4aa238baea651b.tar.xz
* rules/<some>.in:
added ALLYES to unblock in allyes target * rules/experimental.in: removed experimental, added allyes git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9415 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/experimental.in')
-rw-r--r--rules/experimental.in28
1 files changed, 11 insertions, 17 deletions
diff --git a/rules/experimental.in b/rules/experimental.in
index 3fb967dac..d68f8e320 100644
--- a/rules/experimental.in
+++ b/rules/experimental.in
@@ -1,29 +1,23 @@
## SECTION=ptxdist_options
-config EXPERIMENTAL
- bool "support experimental stuff"
+config INVISIBLE
+ bool
help
- Some options in PTXdist are considered to be experimental.
- Well, if I tell you the truth, *all* options are experimental,
- but the ones marked with PTXCONF_EXPERIMENTAL are *officially*
- being marked as experimental.
+ don't delete this, it's to keep some menus in shape :)
-config EXPERIMENTAL_MORE
- bool "support even more experimental stuff"
- depends on EXPERIMENTAL
+config ALLYES
+ bool "allyes - don't let busybox block other packages"
help
- If you thought that PTXCONF_EXPERIMENTAL was stuff you shouldn't
- try, packets being marked with PTXCONF_EXPERIMENTAL_MORE are
- definitely not for people who do not want to live on the
- bleeding edge.
+ if you select this, you can select all packages, even these
+ who are blocked by activated busybox applets
+
+comment ""
+ depends on INVISIBLE
config BROKEN
bool "support packets known to be broken"
- depends on EXPERIMENTAL
+ depends on !ALLYES
help
If this option is checked, even packets are activated which
are known to be broken.
-config INVISIBLE
- bool
-