From 9b3d5f87e7718b00f786531b58bf102cdadc8264 Mon Sep 17 00:00:00 2001 From: FreeArtMan Date: Sun, 11 Jan 2015 17:49:03 +0900 Subject: Added primitive authentification support --- Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Kconfig') diff --git a/Kconfig b/Kconfig index 3dd7275..8c91bc3 100644 --- a/Kconfig +++ b/Kconfig @@ -23,6 +23,9 @@ menuconfig DOORGAMES default n if DOORGAMES + config DOOR_DEFAULT_DIR + string "Default game dir" + default "door" endif menuconfig BOARD @@ -39,6 +42,9 @@ menuconfig LOGIN default n if LOGIN + config USER_DEFAULT_DIR + string "Defaul user data directory" + default "./users" endif menuconfig ARTICLES -- cgit v1.2.3