diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-04-21 00:12:18 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-04-21 00:12:18 +0000 |
commit | cdd74416bc3e33e3f234859674747595631d092a (patch) | |
tree | a6e875f1781e2c432f15a40f35c31db4e6cc6eeb /openwrt/Config.in | |
parent | 0ae1ce202cd3b70d5dc881701d8d3a0a5879259a (diff) | |
download | mtk-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/Config.in')
-rw-r--r-- | openwrt/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/Config.in b/openwrt/Config.in index 7e4d29e..71f0568 100644 --- a/openwrt/Config.in +++ b/openwrt/Config.in @@ -34,5 +34,5 @@ config JLEVEL Number of jobs to run simultanesouly source "toolchain/Config.in" -source "package/Config.in" +source ".config.in" |