summaryrefslogtreecommitdiff
path: root/openwrt/Config.in
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/Config.in
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/Config.in')
-rw-r--r--openwrt/Config.in7
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"
-