projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix svn patch breakage in fping
[openwrt.git]
/
openwrt
/
package
/
expat
/
Config.in
diff --git
a/openwrt/package/expat/Config.in
b/openwrt/package/expat/Config.in
index
4c47dcc
..
45f88c0
100644
(file)
--- a/
openwrt/package/expat/Config.in
+++ b/
openwrt/package/expat/Config.in
@@
-5,8
+5,7
@@
config BR2_COMPILE_EXPAT
config BR2_PACKAGE_LIBEXPAT
tristate "libexpat - a fast, non-validating, stream-oriented XML parsing library"
config BR2_PACKAGE_LIBEXPAT
tristate "libexpat - a fast, non-validating, stream-oriented XML parsing library"
-# default m if CONFIG_DEVEL
- default n
+ default m if CONFIG_DEVEL
select BR2_COMPILE_EXPAT
help
A fast, non-validating, stream-oriented XML parsing library
select BR2_COMPILE_EXPAT
help
A fast, non-validating, stream-oriented XML parsing library
This page took
0.020985 seconds
and
4
git commands to generate.