base-files/busybox: move ntpd init script from base-files to busybox
authorLuka Perkov <luka@openwrt.org>
Wed, 17 Jul 2013 22:24:45 +0000 (22:24 +0000)
committerLuka Perkov <luka@openwrt.org>
Wed, 17 Jul 2013 22:24:45 +0000 (22:24 +0000)
SVN-Revision: 37383

package/base-files/Makefile
package/utils/busybox/Makefile
package/utils/busybox/files/ntp [moved from package/base-files/files/etc/init.d/sysntpd with 100% similarity]

index fa2081f8d4cb209c7a03066b1f43218a93f1e88a..3bdb0a8d3ffa1e0349b1d96bb12ec13fc0df3308 100644 (file)
@@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/kernel.mk
 include $(INCLUDE_DIR)/version.mk
 
 PKG_NAME:=base-files
-PKG_RELEASE:=141
+PKG_RELEASE:=142
 
 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/
 PKG_BUILD_DEPENDS:=opkg/host
index aed6ddea6b60a72f4004784c141f6fb64d69a62f..0b2778ffd94f61df5fbf149725222ae06122db9c 100644 (file)
@@ -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