Browse Source

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 <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Thomas Petazzoni 15 years ago
parent
commit
e475cf0309
3 changed files with 5 additions and 1 deletions
  1. 1 1
      CHANGES
  2. 2 0
      package/microwin/Config.in
  3. 2 0
      package/pcmcia/Config.in

+ 1 - 1
CHANGES

@@ -34,7 +34,7 @@
 
 
 	Removed packages: modutils, portage, rxvt
 	Removed packages: modutils, portage, rxvt
 
 
-	Deprecated packages: dillo, libglib12, libgtk12
+	Deprecated packages: dillo, libglib12, libgtk12, microwin, pcmcia
 
 
 	Issues resolved (http://bugs.uclibc.org):
 	Issues resolved (http://bugs.uclibc.org):
 
 

+ 2 - 0
package/microwin/Config.in

@@ -1,5 +1,7 @@
 config BR2_PACKAGE_MICROWIN
 config BR2_PACKAGE_MICROWIN
 	bool "microwin"
 	bool "microwin"
+	# Old, unmaintained graphics stack
+	depends on BR2_DEPRECATED
 	help
 	help
 	 Microwindows Graphical User Interface for small and
 	 Microwindows Graphical User Interface for small and
 	 embedded enviroments.
 	 embedded enviroments.

+ 2 - 0
package/pcmcia/Config.in

@@ -1,6 +1,8 @@
 config BR2_PACKAGE_PCMCIA
 config BR2_PACKAGE_PCMCIA
 	bool "pcmcia"
 	bool "pcmcia"
 	depends on BR2_PACKAGE_LINUX
 	depends on BR2_PACKAGE_LINUX
+	# The website says it's deprecated after 2.4.x kernels
+	depends on BR2_DEPRECATED
 	help
 	help
 	  PCMCIA tools for Linux.
 	  PCMCIA tools for Linux.