From 2c8705346a0f5714c9d3b9d5d99b007dfaf7a394 Mon Sep 17 00:00:00 2001 From: luka Date: Wed, 17 Jul 2013 22:24:45 +0000 Subject: [PATCH] [package] base-files/busybox: move ntpd init script from base-files to busybox git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37383 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/base-files/Makefile | 2 +- package/utils/busybox/Makefile | 3 ++- .../{base-files/files/etc/init.d/sysntpd => utils/busybox/files/ntp} | 0 3 files changed, 3 insertions(+), 2 deletions(-) rename package/{base-files/files/etc/init.d/sysntpd => utils/busybox/files/ntp} (100%) diff --git a/package/base-files/Makefile b/package/base-files/Makefile index fa2081f8d4..3bdb0a8d3f 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -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 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 diff --git a/package/base-files/files/etc/init.d/sysntpd b/package/utils/busybox/files/ntp similarity index 100% rename from package/base-files/files/etc/init.d/sysntpd rename to package/utils/busybox/files/ntp -- 2.11.0