tn3399_openwrt/package/network
Hans Dedecker c2bd469521 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>
2016-06-30 00:42:46 +02:00
..
config lantiq: Correct ADSL race condition 2016-06-22 19:32:06 +02:00
ipv6 treewide: replace jow@openwrt.org with jo@mein.io 2016-06-07 11:42:52 +02:00
services dnsmasq: Add broken realtime clock build switch in full variant 2016-06-30 00:42:46 +02:00
utils ebtables: fix segmentation fault due to uninitialized extension data 2016-06-24 15:59:36 +02:00