From c6d319ed73e21a5f68aadc7445888530351cd91e Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Thu, 14 Apr 2005 10:26:02 +0000 Subject: [PATCH] Fixed a couple of mismatches in setting of CONFIG_LARGE_DB and CONFIG_MAX_CONTEXTS. --- build/sherlock.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/sherlock.cfg b/build/sherlock.cfg index 7f932ea6..c8fe6eee 100644 --- a/build/sherlock.cfg +++ b/build/sherlock.cfg @@ -49,6 +49,9 @@ UnSet("CONFIG_MUX"); ### Optional Modules & Features ### +# Support databases >4GB +Set("CONFIG_LARGE_DB"); + # Number of sections we remember limits for Set("SHERLOCK_NUM_SECTIONS" => 4); -- 2.39.2