add common functions for the new config file format
[openwrt.git] / Makefile
index d82d618..b938c24 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -50,6 +50,7 @@ endif
        done > $@
        
 .config.in: .pkginfo
+       ./scripts/gen_menuconfig.pl < $< > $@ || rm -f $@
 
 pkginfo-clean:
        -rm -f .pkginfo .config.in
@@ -63,7 +64,7 @@ scripts/config/conf: .config.in
 menuconfig: scripts/config/mconf
        $< Config.in
 
-config: scripts/config/mconf
+config: scripts/config/conf
        $< Config.in
 
 config-clean:
This page took 0.022836 seconds and 4 git commands to generate.