blob: 2f741cdc9ee6ccc1316d71f5af7667770a2fc089 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.
config ADKVERSION
string
option env="ADKVERSION"
mainmenu "OpenADK Configuration"
config MODULES
bool
default y
config ADK_HAVE_DOT_CONFIG
bool
default y
source "target/Config.in"
source "package/Config.in"
|