mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 13:48:06 +00:00
base-files/busybox: move ntpd init script from base-files to busybox
SVN-Revision: 37383
This commit is contained in:
parent
af9d30f713
commit
67f1d364b8
@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/kernel.mk
|
|||||||
include $(INCLUDE_DIR)/version.mk
|
include $(INCLUDE_DIR)/version.mk
|
||||||
|
|
||||||
PKG_NAME:=base-files
|
PKG_NAME:=base-files
|
||||||
PKG_RELEASE:=141
|
PKG_RELEASE:=142
|
||||||
|
|
||||||
PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/
|
PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/
|
||||||
PKG_BUILD_DEPENDS:=opkg/host
|
PKG_BUILD_DEPENDS:=opkg/host
|
||||||
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=busybox
|
PKG_NAME:=busybox
|
||||||
PKG_VERSION:=1.19.4
|
PKG_VERSION:=1.19.4
|
||||||
PKG_RELEASE:=6
|
PKG_RELEASE:=7
|
||||||
PKG_FLAGS:=essential
|
PKG_FLAGS:=essential
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
@ -37,6 +37,7 @@ endif
|
|||||||
|
|
||||||
init-y :=
|
init-y :=
|
||||||
init-$(CONFIG_BUSYBOX_CONFIG_CROND) += cron
|
init-$(CONFIG_BUSYBOX_CONFIG_CROND) += cron
|
||||||
|
init-$(CONFIG_BUSYBOX_CONFIG_NTPD) += ntp
|
||||||
init-$(CONFIG_BUSYBOX_CONFIG_TELNETD) += telnet
|
init-$(CONFIG_BUSYBOX_CONFIG_TELNETD) += telnet
|
||||||
|
|
||||||
define Package/busybox
|
define Package/busybox
|
||||||
|
Loading…
Reference in New Issue
Block a user