Procházet zdrojové kódy

oops, MODULES is internally used

Waldemar Brodkorb před 10 roky
rodič
revize
6d9b353acb
1 změnil soubory, kde provedl 5 přidání a 1 odebrání
  1. 5 1
      Config.in

+ 5 - 1
Config.in

@@ -1,8 +1,12 @@
 # This file is part of the OpenADK project. OpenADK is copyrighted
 # material, please see the LICENCE file in the top-level directory.
 
+config MODULES
+	boolean
+	default y
+
 config ADK_HAVE_DOT_CONFIG
-	bool
+	boolean
 	default y
 
 mainmenu "OpenADK Configuration"