From b199ecf0828d68fc83f9038f48e988a5aa5a4b28 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 24 Sep 2012 15:17:34 +0200 Subject: [PATCH] MOP: Added config file which builds everything --- mop/default.cfg | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 mop/default.cfg diff --git a/mop/default.cfg b/mop/default.cfg new file mode 100644 index 0000000..ecc3d19 --- /dev/null +++ b/mop/default.cfg @@ -0,0 +1,5 @@ +# Config file for building the MO-P version + +require "default.cfg"; +Set("CONFIG_SUBMIT" => 1); +Set("CONFIG_MOP" => 1); -- 2.39.2