the version of ntp is wrong in package/ntp/ntp.mk. It fetches the
correct package, but the cross-compile patch for gumstix (arm) fails
miserably. still working on that one
patch:
*** package/ntp/ntp.mk 2006-12-12 17:28:54.000000000 -0600
--- package/ntp/ntp.my.mk 2006-12-13 12:17:41.000000000 -0600
***************
*** 3,9 ****
# ntp
#
#############################################################
! NTP_VERSION:=4.2.0
NTP_SOURCE:=ntp-$(NTP_VERSION).tar.gz
NTP_SITE:=http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4
NTP_DIR:=$(BUILD_DIR)/ntp-$(NTP_VERSION)
--- 3,9 ----
# ntp
#
#############################################################
! NTP_VERSION:=4.2.2p4
NTP_SOURCE:=ntp-$(NTP_VERSION).tar.gz
NTP_SITE:=http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4
NTP_DIR:=$(BUILD_DIR)/ntp-$(NTP_VERSION)
|