mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-06 22:11:56 +02:00
14 lines
282 B
Plaintext
14 lines
282 B
Plaintext
config BR2_PACKAGE_LIBLTDL
|
|
tristate "libltdl - Generic dynamic object loading library"
|
|
default m if CONFIG_DEVEL
|
|
help
|
|
A generic dynamic object loading library.
|
|
|
|
http://www.gnu.org/software/libtool/
|
|
|
|
|
|
config BR2_PACKAGE_LIBTOOL
|
|
tristate
|
|
default BR2_PACKAGE_LIBLTDL
|
|
|