mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 13:33:28 +08:00
Patch from Karsten Kruse:
Hi, two small patches for package/libfloat/Config.in and package/microwin/Config.in to make the packages appear in make (menu)config.
This commit is contained in:
parent
070e7c147b
commit
8af392736e
@ -1,6 +1,10 @@
|
||||
#
|
||||
|
||||
config BR2_PACKAGE_LIBFLOAT
|
||||
bool
|
||||
bool "libfloat"
|
||||
default n
|
||||
help
|
||||
Soft floating point library
|
||||
|
||||
http://netwinder.osuosl.org/devteam/scottb/libfloat/
|
||||
|
||||
|
@ -1,6 +1,11 @@
|
||||
#
|
||||
|
||||
config BR2_PACKAGE_MICROWIN
|
||||
bool
|
||||
bool "microwin"
|
||||
default n
|
||||
help
|
||||
Microwindows Graphical User Interface for small and
|
||||
embedded enviroments.
|
||||
|
||||
http://microwindows.censoft.com/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user