| 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 yconfig ADK_HAVE_DOT_CONFIG	bool	default ysource "target/Config.in"source "package/Config.in"
 |