summaryrefslogtreecommitdiff
path: root/openwrt/package/config
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2005-03-06 03:34:52 +0000
committerMike Baker <mbm@openwrt.org>2005-03-06 03:34:52 +0000
commit6b93231c4f64a61103dfc16acebedd18b4c25171 (patch)
treeaad933069e7dedf29eb70dbfd81e9ca95d9b578f /openwrt/package/config
parent14e0fec336fca0766605968fe9dd7eef2448736f (diff)
downloadmtk-20170518-6b93231c4f64a61103dfc16acebedd18b4c25171.zip
mtk-20170518-6b93231c4f64a61103dfc16acebedd18b4c25171.tar.gz
mtk-20170518-6b93231c4f64a61103dfc16acebedd18b4c25171.tar.bz2
nbd's makefile/menuconfig rewrite
SVN-Revision: 307
Diffstat (limited to 'openwrt/package/config')
-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 fd3a345..e24206f 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