diff options
| author | FreeArtMan <dos21h@gmail.com> | 2015-01-11 17:49:03 +0900 | 
|---|---|---|
| committer | FreeArtMan <dos21h@gmail.com> | 2015-01-11 17:49:03 +0900 | 
| commit | 9b3d5f87e7718b00f786531b58bf102cdadc8264 (patch) | |
| tree | 51c445bbfd347353bcbc1412aaec654819739555 /Kconfig | |
| parent | 4e148546810a2902dff9444526e47c9569c79b64 (diff) | |
| download | microbbs-9b3d5f87e7718b00f786531b58bf102cdadc8264.tar.gz microbbs-9b3d5f87e7718b00f786531b58bf102cdadc8264.zip | |
Added primitive authentification support
Diffstat (limited to 'Kconfig')
| -rw-r--r-- | Kconfig | 6 | 
1 files changed, 6 insertions, 0 deletions
| @@ -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 | 
