diff options
author | Hans Dedecker <hans.dedecker@technicolor.com> | 2016-06-29 14:29:48 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2016-06-30 00:42:46 +0200 |
commit | c2bd4695211e78da3a7899f8ee386ff06c3501e8 (patch) | |
tree | 693e6d076860a60f17ed4b689f5964b96ff5d059 /package/utils/hostap-utils | |
parent | 95d9330d572836f9e7cbc3217b56cb3acaf6b361 (diff) | |
download | upstream-c2bd4695211e78da3a7899f8ee386ff06c3501e8.tar.gz upstream-c2bd4695211e78da3a7899f8ee386ff06c3501e8.tar.bz2 upstream-c2bd4695211e78da3a7899f8ee386ff06c3501e8.zip |
dnsmasq: Add broken realtime clock build switch in full variant
By default dnsmasq uses the time function; which returns the time since
Epoch; to retrieve the current time. On boards which have no realtime
clock this can lead to side effects when the time is synced via ntp
as the "time wrap" forces dhcp leases to be considered as expired.
By enabling the broken realtime clock build switch dnsmasq uses the
times utility which returns the number of clock tick.
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
[Jo-Philipp Wich: change symbol name, add sym to PKG_CONFIG_DEPENDS]
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'package/utils/hostap-utils')
0 files changed, 0 insertions, 0 deletions