projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Restored mrd6 compilation as "ceilf" dependency is now solved, updated to latest...
[openwrt.git]
/
package
/
config
/
confdata.c
diff --git
a/package/config/confdata.c
b/package/config/confdata.c
index
fd3a345
..
e24206f
100644
(file)
--- a/
package/config/confdata.c
+++ b/
package/config/confdata.c
@@
-356,8
+356,8
@@
int conf_write(const char *name)
fprintf(out_h, "#undef %s\n", sym->name);
break;
case mod:
-#if 0
fprintf(out, "%s=m\n", sym->name);
+#if 0
if (out_h)
fprintf(out_h, "#define %s_MODULE 1\n", sym->name);
#endif
This page took
0.027382 seconds
and
4
git commands to generate.