summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2005-12-30 23:27:08 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2005-12-30 23:27:08 +0000
commite656a4fa5f285239d6f9e548f12ed3f78d7762ac (patch)
tree1e330aa0f83f868e9bad3005f009025bda586e5c
parentf2c684010d047309f0d130147da14762d41920b9 (diff)
downloadptxdist-e656a4fa5f285239d6f9e548f12ed3f78d7762ac.tar.gz
ptxdist-e656a4fa5f285239d6f9e548f12ed3f78d7762ac.tar.xz
broken
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3635 33e552b5-05e3-0310-8538-816dae2090ed
-rw-r--r--rules/bind.in5
-rw-r--r--rules/bluez.in6
-rw-r--r--rules/cfgsh.in4
-rw-r--r--rules/debug.in4
-rw-r--r--rules/ethereal.in4
-rw-r--r--rules/jed.in5
6 files changed, 28 insertions, 0 deletions
diff --git a/rules/bind.in b/rules/bind.in
index 85f238454..a5ebf37f1 100644
--- a/rules/bind.in
+++ b/rules/bind.in
@@ -5,6 +5,7 @@ menu "Bind "
config BIND
bool
prompt "bind 9"
+ depends on BROKEN
config BIND_THREADS
bool
@@ -22,3 +23,7 @@ config BIND_IPV6
depends BIND
endmenu
+
+comment "bind 9 is broken, please send a patch"
+ depends on !BROKEN
+
diff --git a/rules/bluez.in b/rules/bluez.in
index f03a39875..2c9f3d99e 100644
--- a/rules/bluez.in
+++ b/rules/bluez.in
@@ -1,10 +1,16 @@
menuconfig BLUEZ
bool "bluez "
+ default N
+ depends on BROKEN
+ # internal compiler error in allyes-arm
help
bluez is the official Bluetooth stack in the Linux kernel.
This packet offers user space utilities and libraries to
work with the stack.
+comment "bluez is broken, please send a patch"
+ depends on !BROKEN
+
config BLUEZ_UTILS
bool
prompt "bluez-utils"
diff --git a/rules/cfgsh.in b/rules/cfgsh.in
index 8ac095aaf..27b3ff076 100644
--- a/rules/cfgsh.in
+++ b/rules/cfgsh.in
@@ -2,6 +2,7 @@ menu "Config Shell "
config CFGSH
bool
+ depends on BROKEN
prompt "cfgsh"
default n
help
@@ -21,3 +22,6 @@ config CFGSH
functionality in a manner more consistent with the embedded
system world.
endmenu
+
+comment "cfgsh is broken, please send a patch"
+ depends on !BROKEN
diff --git a/rules/debug.in b/rules/debug.in
index 5cd567ecf..67ee9bceb 100644
--- a/rules/debug.in
+++ b/rules/debug.in
@@ -17,6 +17,10 @@ config LIBBFD
bool
prompt "libbfd (needed for profiling)"
default n
+ depends on BROKEN
+
+comment "libbfd is broken, please send a patch"
+ depends on !BROKEN
config MEMTEST
bool
diff --git a/rules/ethereal.in b/rules/ethereal.in
index 059f16f59..6301d0d58 100644
--- a/rules/ethereal.in
+++ b/rules/ethereal.in
@@ -2,6 +2,7 @@ menu "ethereal "
config ETHEREAL
bool
+ depends on BROKEN
prompt "ethereal"
select LIBPCAP
@@ -16,3 +17,6 @@ config ETHEREAL_TETHEREAL
depends on ETHEREAL
endmenu
+
+comment "ethereal is broken, please send a patch"
+ depends on !BROKEN
diff --git a/rules/jed.in b/rules/jed.in
index 903992948..320ba0647 100644
--- a/rules/jed.in
+++ b/rules/jed.in
@@ -1,3 +1,8 @@
config JED
bool
prompt "jed"
+ depends on BROKEN
+ # tries to execute stuff which is cross compiled
+
+comment "jed is broken, please send a patch"
+ depends on !BROKEN