From 5d8c0f6aaa582087f86718b958961a95caf6e9ae Mon Sep 17 00:00:00 2001 From: Robert Wolterman Date: Fri, 30 Dec 2016 16:43:14 +0000 Subject: [PATCH] removing time step in the makefile as the CHIP doesn't have ntpdate installed by default (at least in headless OS) --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index 28cffb2..c494367 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,3 @@ -time: - /usr/bin/ntpdate -b -s -u pool.ntp.org - package: clean python setup.py sdist