ar71xx: add profile and build image for the ZyXEL NBG6716 board
[openwrt/svn-archive/archive.git] / Config.in
1 # Copyright (C) 2006-2013 OpenWrt.org
2 #
3 # This is free software, licensed under the GNU General Public License v2.
4 # See /LICENSE for more information.
5 #
6
7 mainmenu "OpenWrt Configuration"
8
9 config MODULES
10 bool
11 default y
12
13 config HAVE_DOT_CONFIG
14 bool
15 default y
16
17 source "target/Config.in"
18
19 source "config/Config-images.in"
20
21 source "config/Config-build.in"
22
23 source "config/Config-devel.in"
24
25 source "toolchain/Config.in"
26
27 source "target/imagebuilder/Config.in"
28
29 source "target/sdk/Config.in"
30
31 source "target/toolchain/Config.in"
32
33 source "tmp/.config-package.in"