summaryrefslogtreecommitdiff
path: root/package/microwin/Config.in
AgeCommit message (Collapse)Author
2010-09-12microwin: remove deprecated packageThomas Petazzoni
Microwin is disabled in Buildroot since January 2007 (726abd4e519f97eda6f6dfc1b6b9505fc37e8b23) and nobody complained. Moreover, the upstream project hasn't done any release since five years, so let's remove this package, as announced in the notes of 2010.08 release. The project maintainer has announced in June 2010 that he is working again on the project, and he has switched to Git. When a new release is done, we can re-introduce it if people need it (this old package needed serious work to be converted to the new package infrastructure anyway). Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2010-07-27Deprecate pcmcia and microwin packagesThomas Petazzoni
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>
2008-08-04buildroot: remove trailing spacesPeter Korsgaard
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2004-12-26more help updates from Tom CameronMike Frysinger
2004-12-11Patch from Karsten Kruse:Eric Andersen
Hi, two small patches for package/libfloat/Config.in and package/microwin/Config.in to make the packages appear in make (menu)config.
2004-10-14Update a few packagesEric Andersen
2004-10-09final step in buildroot faceliftEric Andersen