mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00: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
|
|
|