diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-07 21:29:59 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-07 21:29:59 +0200 |
commit | 92ee1314c1c4f6a93bbca3c4ffaeddc51b5609af (patch) | |
tree | 3ca44c4fa2ad6f8bc4b12d1191d49871cbfe3196 /package/ntpclient/Makefile | |
parent | 0c0581d7172675307053f0097130c01a7898c81d (diff) |
handle resolv.conf and ntp for pppoe network setup correctly
Diffstat (limited to 'package/ntpclient/Makefile')
-rw-r--r-- | package/ntpclient/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/ntpclient/Makefile b/package/ntpclient/Makefile index 8e0a6242d..51ab9839a 100644 --- a/package/ntpclient/Makefile +++ b/package/ntpclient/Makefile @@ -5,10 +5,11 @@ include ${TOPDIR}/rules.mk PKG_NAME:= ntpclient PKG_VERSION:= 2007_365 -PKG_RELEASE:= 1 +PKG_RELEASE:= 2 PKG_MD5SUM:= cb98711f11769cdd22fc592844cef414 PKG_DESCR:= NTP client for setting system time from NTP servers PKG_SECTION:= net +PKG_DEPENDS:= libpthread PKG_URL:= http://doolittle.icarus.com/ntpclient PKG_SITES:= http://doolittle.icarus.com/ntpclient/ |