12345678910111213141516171819 |
- # 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"
|