move ADJTIME_PATH define to header files
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
a4c5cb2335
commit
251e08ffa6
5 changed files with 12 additions and 16 deletions
|
@ -25,6 +25,12 @@
|
|||
" (default "CONFIG_FEATURE_DEFAULT_PASSWD_ALGO")"
|
||||
#endif
|
||||
|
||||
#if ENABLE_FEATURE_HWCLOCK_ADJTIME_FHS
|
||||
# define ADJTIME_PATH "/var/lib/hwclock/adjtime"
|
||||
#else
|
||||
# define ADJTIME_PATH "/etc/adjtime"
|
||||
#endif
|
||||
|
||||
INSERT
|
||||
|
||||
#define busybox_notes_usage \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue