diff options
Diffstat (limited to 'openwrt/package/config')
-rw-r--r-- | openwrt/package/config/confdata.c | 2 |
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 |