mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-09 17:44:11 +08:00
base-files: add enabled config option for ntp service
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 41354
This commit is contained in:
parent
22c4f2475b
commit
818e38625f
@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/version.mk
|
|||||||
include $(INCLUDE_DIR)/kernel.mk
|
include $(INCLUDE_DIR)/kernel.mk
|
||||||
|
|
||||||
PKG_NAME:=base-files
|
PKG_NAME:=base-files
|
||||||
PKG_RELEASE:=154
|
PKG_RELEASE:=155
|
||||||
|
|
||||||
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
|
||||||
|
@ -7,4 +7,5 @@ config timeserver ntp
|
|||||||
list server 1.openwrt.pool.ntp.org
|
list server 1.openwrt.pool.ntp.org
|
||||||
list server 2.openwrt.pool.ntp.org
|
list server 2.openwrt.pool.ntp.org
|
||||||
list server 3.openwrt.pool.ntp.org
|
list server 3.openwrt.pool.ntp.org
|
||||||
|
option enabled 1
|
||||||
option enable_server 0
|
option enable_server 0
|
||||||
|
Loading…
Reference in New Issue
Block a user