0
0
mirror of https://git.openwrt.org/openwrt/openwrt.git/ synced 2025-10-06 02:42:50 +02:00
Files
openwrt/Config.in

33 lines
502 B
Plaintext
Raw Normal View History

# SPDX-License-Identifier: GPL-2.0-only
2005-01-16 11:43:02 +00:00
#
# Copyright (C) 2006-2013 OpenWrt.org
2005-01-16 11:43:02 +00:00
mainmenu "OpenWrt Configuration"
2005-01-16 11:43:02 +00:00
config MODULES
option modules
bool
default y
2006-04-20 23:03:42 +00:00
config HAVE_DOT_CONFIG
bool
default y
2006-04-20 23:03:42 +00:00
source "target/Config.in"
2005-01-16 11:43:02 +00:00
source "config/Config-images.in"
source "config/Config-build.in"
source "config/Config-devel.in"
source "toolchain/Config.in"
source "target/imagebuilder/Config.in"
source "target/sdk/Config.in"
source "target/toolchain/Config.in"
2007-04-03 23:03:56 +00:00
source "tmp/.config-package.in"