summaryrefslogtreecommitdiff
path: root/openwrt/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-04-21 00:12:18 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-04-21 00:12:18 +0000
commitcdd74416bc3e33e3f234859674747595631d092a (patch)
treea6e875f1781e2c432f15a40f35c31db4e6cc6eeb /openwrt/Makefile
parent0ae1ce202cd3b70d5dc881701d8d3a0a5879259a (diff)
downloadmtk-20170518-cdd74416bc3e33e3f234859674747595631d092a.zip
mtk-20170518-cdd74416bc3e33e3f234859674747595631d092a.tar.gz
mtk-20170518-cdd74416bc3e33e3f234859674747595631d092a.tar.bz2
more cleanups and a new menuconfig generator
SVN-Revision: 3685
Diffstat (limited to 'openwrt/Makefile')
-rw-r--r--openwrt/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/openwrt/Makefile b/openwrt/Makefile
index d82d618..b938c24 100644
--- a/openwrt/Makefile
+++ b/openwrt/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: