diff --git a/packages/network/ntp/build b/packages/network/ntp/build new file mode 100755 index 0000000000..3073e59e62 --- /dev/null +++ b/packages/network/ntp/build @@ -0,0 +1,16 @@ +#!/bin/sh + +. config/options $1 + +$SCRIPTS/build toolchain + +cd $PKG_BUILD +./configure --host=$TARGET_NAME \ + --build=$HOST_NAME \ + --prefix=/usr \ + --sysconfdir=/etc \ + --disable-static \ + --enable-shared \ + +make -C libopts +make -C ntpd diff --git a/packages/network/ntp/install b/packages/network/ntp/install new file mode 100755 index 0000000000..75035c7d38 --- /dev/null +++ b/packages/network/ntp/install @@ -0,0 +1,6 @@ +#!/bin/sh + +. config/options $1 + +mkdir -p $INSTALL/usr/sbin + cp $PKG_BUILD/ntpd/ntpd $INSTALL/usr/sbin/ diff --git a/packages/network/ntp/url b/packages/network/ntp/url new file mode 100644 index 0000000000..72503bfc26 --- /dev/null +++ b/packages/network/ntp/url @@ -0,0 +1 @@ +http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-4.2.6p2.tar.gz \ No newline at end of file diff --git a/packages/sysutils/busybox/config/busybox.conf b/packages/sysutils/busybox/config/busybox.conf index 6087324756..7d23e9dc80 100644 --- a/packages/sysutils/busybox/config/busybox.conf +++ b/packages/sysutils/busybox/config/busybox.conf @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Busybox version: 1.17.3 -# Mon Oct 18 04:22:28 2010 +# Mon Oct 25 00:48:45 2010 # CONFIG_HAVE_DOT_CONFIG=y @@ -763,7 +763,7 @@ CONFIG_NETSTAT=y # CONFIG_FEATURE_NETSTAT_WIDE is not set # CONFIG_FEATURE_NETSTAT_PRG is not set # CONFIG_NSLOOKUP is not set -CONFIG_NTPD=y +# CONFIG_NTPD is not set # CONFIG_FEATURE_NTPD_SERVER is not set CONFIG_PING=y # CONFIG_PING6 is not set