diff options
Diffstat (limited to 'ntp/ntp_4.1.2.oe')
-rw-r--r-- | ntp/ntp_4.1.2.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ntp/ntp_4.1.2.oe b/ntp/ntp_4.1.2.oe index 26e2472c6f..3bf0c38758 100644 --- a/ntp/ntp_4.1.2.oe +++ b/ntp/ntp_4.1.2.oe @@ -2,7 +2,7 @@ DESCRIPTION = "The Network Time Protocol (NTP) is used to \ synchronize the time of a computer client or server to \ another server or reference time source, such as a radio \ or satellite receiver or modem." -SECTION = "net" +SECTION = "console/network" PRIORITY = "optional" DEPENDS = "openssl" @@ -23,4 +23,4 @@ FILES_ntpdate = "/usr/bin/ntpdate /etc/init.d/ntpdate" do_install_append() { install -d ${D}/${sysconfdir}/init.d install -m 755 ${WORKDIR}/ntpdate ${D}/${sysconfdir}/init.d -}
\ No newline at end of file +} |