summaryrefslogtreecommitdiffstats
path: root/openwrt/package/config/confdata.c
diff options
context:
space:
mode:
Diffstat (limited to 'openwrt/package/config/confdata.c')
-rw-r--r--openwrt/package/config/confdata.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/config/confdata.c b/openwrt/package/config/confdata.c
index fd3a345e2..e24206ffd 100644
--- a/openwrt/package/config/confdata.c
+++ b/openwrt/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