summaryrefslogtreecommitdiffstats
path: root/package/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard2010-07-26 22:25:19 +0200
committerPeter Korsgaard2010-07-26 22:25:19 +0200
commit39e6ba1b39de98e445f0d4694567a232cfc42332 (patch)
tree35180fa7a2f72642990d5789dd40efa2e17b5580 /package/Config.in
parentu-boot: add Marvell u-boot.kwb support (diff)
downloadbuildroot-39e6ba1b39de98e445f0d4694567a232cfc42332.tar.gz
buildroot-39e6ba1b39de98e445f0d4694567a232cfc42332.tar.xz
buildroot-39e6ba1b39de98e445f0d4694567a232cfc42332.zip
java: mark as broken
We haven't had any updates to the java packages in a long time, gcj in 4.3.x doesn't build, and 4.4.x is missing ecj1, so it cannot have many users. Mark it as broken and remove during the 2010.11 cycle, unless someone steps up to maintain it. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/Config.in')
-rw-r--r--package/Config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/Config.in b/package/Config.in
index 6b3616ab4..f6a3f34a7 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -287,10 +287,12 @@ source "package/libusb/Config.in"
source "package/libusb-compat/Config.in"
endmenu
+if BROKEN
menu "Java"
source "package/java/classpath/Config.in"
source "package/java/concierge/Config.in"
endmenu
+endif
menu "Networking"
source "package/libcgi/Config.in"