From 67f1d364b8fde1247f02eec0a2da108848922665 Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Wed, 17 Jul 2013 22:24:45 +0000 Subject: base-files/busybox: move ntpd init script from base-files to busybox SVN-Revision: 37383 --- package/utils/busybox/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'package/utils/busybox/Makefile') diff --git a/package/utils/busybox/Makefile b/package/utils/busybox/Makefile index aed6ddea6b..0b2778ffd9 100644 --- a/package/utils/busybox/Makefile +++ b/package/utils/busybox/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=busybox PKG_VERSION:=1.19.4 -PKG_RELEASE:=6 +PKG_RELEASE:=7 PKG_FLAGS:=essential PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 @@ -37,6 +37,7 @@ endif init-y := init-$(CONFIG_BUSYBOX_CONFIG_CROND) += cron +init-$(CONFIG_BUSYBOX_CONFIG_NTPD) += ntp init-$(CONFIG_BUSYBOX_CONFIG_TELNETD) += telnet define Package/busybox -- cgit v1.2.3