# SPDX-License-Identifier: GPL-2.0-only # # Copyright (C) 2006-2013 OpenWrt.org mainmenu "OpenWrt Configuration" config MODULES option modules bool default y config HAVE_DOT_CONFIG bool default y HOST_OS := $(shell, uname) config HOST_OS_LINUX def_bool $(shell, ./config/check-uname.sh Linux) config HOST_OS_MACOS def_bool $(shell, ./config/check-uname.sh Darwin) source "target/Config.in" 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" source "tmp/.config-package.in" : openwrt/upstream
upstream openwrtJames
aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 11f280d0aa46322e85588c7095d1b11b25738845 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32