diff options
author | Mike Baker <mbm@openwrt.org> | 2005-03-06 03:34:52 +0000 |
---|---|---|
committer | Mike Baker <mbm@openwrt.org> | 2005-03-06 03:34:52 +0000 |
commit | 6b93231c4f64a61103dfc16acebedd18b4c25171 (patch) | |
tree | aad933069e7dedf29eb70dbfd81e9ca95d9b578f /openwrt/Config.in | |
parent | 14e0fec336fca0766605968fe9dd7eef2448736f (diff) | |
download | mtk-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/Config.in')
-rw-r--r-- | openwrt/Config.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/openwrt/Config.in b/openwrt/Config.in index 7fd499b..5867be0 100644 --- a/openwrt/Config.in +++ b/openwrt/Config.in @@ -2,6 +2,10 @@ mainmenu "OpenWRT Configuration" +config MODULES + bool + default y + config BR2_HAVE_DOT_CONFIG bool default y @@ -102,8 +106,5 @@ config BR2_JLEVEL endmenu source "toolchain/Config.in" - source "package/Config.in" - source "target/Config.in" - |