mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 05:23:39 +08:00
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>
This commit is contained in:
parent
aaa2b660a9
commit
e475cf0309
2
CHANGES
2
CHANGES
@ -34,7 +34,7 @@
|
||||
|
||||
Removed packages: modutils, portage, rxvt
|
||||
|
||||
Deprecated packages: dillo, libglib12, libgtk12
|
||||
Deprecated packages: dillo, libglib12, libgtk12, microwin, pcmcia
|
||||
|
||||
Issues resolved (http://bugs.uclibc.org):
|
||||
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user