summaryrefslogtreecommitdiff
path: root/package/utils/busybox/Makefile
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2013-07-17 22:24:45 +0000
committerLuka Perkov <luka@openwrt.org>2013-07-17 22:24:45 +0000
commit67f1d364b8fde1247f02eec0a2da108848922665 (patch)
tree19637c58ffe5a8717e97a30099a0faa981945a0d /package/utils/busybox/Makefile
parentaf9d30f7132ccaa6527c6dd0d3ad4da478b978e2 (diff)
downloadmtk-20170518-67f1d364b8fde1247f02eec0a2da108848922665.zip
mtk-20170518-67f1d364b8fde1247f02eec0a2da108848922665.tar.gz
mtk-20170518-67f1d364b8fde1247f02eec0a2da108848922665.tar.bz2
base-files/busybox: move ntpd init script from base-files to busybox
SVN-Revision: 37383
Diffstat (limited to 'package/utils/busybox/Makefile')
-rw-r--r--package/utils/busybox/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/utils/busybox/Makefile b/package/utils/busybox/Makefile
index aed6dde..0b2778f 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