2013-11-22 22:30:40 +08:00
|
|
|
# Copyright (C) 2006-2013 OpenWrt.org
|
2007-02-26 09:05:09 +08:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
2005-01-16 19:43:02 +08:00
|
|
|
#
|
|
|
|
|
2006-01-11 07:53:36 +08:00
|
|
|
mainmenu "OpenWrt Configuration"
|
2005-01-16 19:43:02 +08:00
|
|
|
|
2013-04-17 23:36:49 +08:00
|
|
|
config MODULES
|
2015-01-08 22:33:53 +08:00
|
|
|
option modules
|
2013-04-17 23:36:49 +08:00
|
|
|
bool
|
|
|
|
default y
|
|
|
|
|
2006-04-21 07:03:42 +08:00
|
|
|
config HAVE_DOT_CONFIG
|
2005-03-06 11:34:52 +08:00
|
|
|
bool
|
|
|
|
default y
|
|
|
|
|
2006-04-21 07:03:42 +08:00
|
|
|
source "target/Config.in"
|
2005-01-16 19:43:02 +08:00
|
|
|
|
2013-11-22 22:30:40 +08:00
|
|
|
source "config/Config-images.in"
|
2010-04-29 01:37:32 +08:00
|
|
|
|
2013-11-22 22:30:40 +08:00
|
|
|
source "config/Config-build.in"
|
2006-06-21 11:17:13 +08:00
|
|
|
|
2013-11-22 22:30:40 +08:00
|
|
|
source "config/Config-devel.in"
|
2013-04-05 20:36:12 +08:00
|
|
|
|
2007-05-05 18:06:10 +08:00
|
|
|
source "toolchain/Config.in"
|
2007-10-14 10:15:37 +08:00
|
|
|
|
2007-05-05 18:06:10 +08:00
|
|
|
source "target/imagebuilder/Config.in"
|
2013-11-22 22:30:40 +08:00
|
|
|
|
2007-05-05 18:06:10 +08:00
|
|
|
source "target/sdk/Config.in"
|
2013-11-22 22:30:40 +08:00
|
|
|
|
2009-11-15 01:51:32 +08:00
|
|
|
source "target/toolchain/Config.in"
|
2007-05-05 18:06:10 +08:00
|
|
|
|
2007-04-04 07:03:56 +08:00
|
|
|
source "tmp/.config-package.in"
|