diff options
author | FreeArtMan <dos21h@gmail.com> | 2015-07-05 17:42:26 +0100 |
---|---|---|
committer | FreeArtMan <dos21h@gmail.com> | 2015-07-05 17:42:26 +0100 |
commit | 8f893cfe961a3be8c688e9d657e656e03749477b (patch) | |
tree | ac2333997d30e77415116c058a7342f852d477ed /Kconfig | |
parent | 43d3e330b0064c8ab962a7e77b4f26ac2c63f8ec (diff) | |
download | microbbs-8f893cfe961a3be8c688e9d657e656e03749477b.tar.gz microbbs-8f893cfe961a3be8c688e9d657e656e03749477b.zip |
Added default config init. And small fixes
Diffstat (limited to 'Kconfig')
-rw-r--r-- | Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -56,6 +56,9 @@ menuconfig ARTICLES default y if ARTICLES + config ARTICLES_DEFAULT_DIR + string "Default article directory" + default "./articles/" endif menuconfig MOTD |