X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/3d80c3754b3421428b47f89ce26f07adf10e7501..22a1832e50a0d9a43fd3388976994bd3d6cc13c1:/openwrt/package/config/confdata.c 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