X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Futils%2Fbusybox%2FMakefile;h=0b2778ffd94f61df5fbf149725222ae06122db9c;hb=67f1d364b8fde1247f02eec0a2da108848922665;hp=aed6ddea6b60a72f4004784c141f6fb64d69a62f;hpb=4ebf19b48fafc8d94e14e4ba779969613b241a6a;p=openwrt%2F.git 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