From e475cf0309f11078202ade5019fcf49f58a60eed Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sun, 25 Jul 2010 16:53:52 +0200 Subject: Deprecate pcmcia and microwin packages It isn't worth the effort to convert these packages to the new package infrastructure since they are deprecated. Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- package/microwin/Config.in | 2 ++ package/pcmcia/Config.in | 2 ++ 2 files changed, 4 insertions(+) (limited to 'package') diff --git a/package/microwin/Config.in b/package/microwin/Config.in index 5445f6af3..35a037002 100644 --- a/package/microwin/Config.in +++ b/package/microwin/Config.in @@ -1,5 +1,7 @@ config BR2_PACKAGE_MICROWIN bool "microwin" + # Old, unmaintained graphics stack + depends on BR2_DEPRECATED help Microwindows Graphical User Interface for small and embedded enviroments. diff --git a/package/pcmcia/Config.in b/package/pcmcia/Config.in index fe26fa3bf..de1e33bba 100644 --- a/package/pcmcia/Config.in +++ b/package/pcmcia/Config.in @@ -1,6 +1,8 @@ config BR2_PACKAGE_PCMCIA bool "pcmcia" depends on BR2_PACKAGE_LINUX + # The website says it's deprecated after 2.4.x kernels + depends on BR2_DEPRECATED help PCMCIA tools for Linux. -- cgit v1.2.3