]> git.ipfire.org Git - thirdparty/openwrt.git/blame - Config.in
kernel/x86: Restore kernel patches for v6.1
[thirdparty/openwrt.git] / Config.in
CommitLineData
a17b8eaa 1# SPDX-License-Identifier: GPL-2.0-only
76d90c2e 2#
a17b8eaa 3# Copyright (C) 2006-2013 OpenWrt.org
76d90c2e 4
34bbbbf9 5mainmenu "OpenWrt Configuration"
76d90c2e 6
7b90f141 7config MODULES
009293c5 8 modules
7b90f141
FF
9 bool
10 default y
11
0ae1ce20 12config HAVE_DOT_CONFIG
6b93231c
MB
13 bool
14 default y
15
2d5b8319
FF
16HOST_OS := $(shell, uname)
17
18config HOST_OS_LINUX
19 def_bool $(shell, ./config/check-uname.sh Linux)
20
21config HOST_OS_MACOS
22 def_bool $(shell, ./config/check-uname.sh Darwin)
23
0ae1ce20 24source "target/Config.in"
76d90c2e 25
9fa3c689 26source "config/Config-images.in"
e86e41d6 27
9fa3c689 28source "config/Config-build.in"
1f20179c 29
9fa3c689 30source "config/Config-devel.in"
9e1d2c15 31
90237dd1 32source "toolchain/Config.in"
1a3c4d10 33
90237dd1 34source "target/imagebuilder/Config.in"
9fa3c689 35
90237dd1 36source "target/sdk/Config.in"
9fa3c689 37
44aa03f2 38source "target/toolchain/Config.in"
90237dd1 39
23efe5fc 40source "tmp/.config-package.in"