Parcourir la source

oops, MODULES is internally used

Waldemar Brodkorb il y a 10 ans
Parent
commit
6d9b353acb
1 fichiers modifiés avec 5 ajouts et 1 suppressions
  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"