projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add a config var matching the package dir name
[openwrt.git]
/
openwrt
/
package
/
libtool
/
Config.in
diff --git
a/openwrt/package/libtool/Config.in
b/openwrt/package/libtool/Config.in
index
8c72116
..
d45eca3
100644
(file)
--- a/
openwrt/package/libtool/Config.in
+++ b/
openwrt/package/libtool/Config.in
@@
-3,5
+3,11
@@
config BR2_PACKAGE_LIBLTDL
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
+
This page took
0.026468 seconds
and
4
git commands to generate.