base-files: add enabled config option for ntp service
authorJohn Crispin <john@openwrt.org>
Fri, 27 Jun 2014 07:52:06 +0000 (07:52 +0000)
committerJohn Crispin <john@openwrt.org>
Fri, 27 Jun 2014 07:52:06 +0000 (07:52 +0000)
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 41354

package/base-files/Makefile
package/base-files/files/etc/config/system

index a6990848082abe9a3e6fe168c4249a98d992c8e4..5faa439454a120908d7db3f2e7bb4dbaa1453a6f 100644 (file)
@@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/version.mk
 include $(INCLUDE_DIR)/kernel.mk
 
 PKG_NAME:=base-files
-PKG_RELEASE:=154
+PKG_RELEASE:=155
 
 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/
 PKG_BUILD_DEPENDS:=opkg/host
index d2124e4176f54417ac0ec93abddfb2ad807b440e..3dfbfc4fc8a5a8fd6cd5eb814f84430ddc390250 100644 (file)
@@ -7,4 +7,5 @@ config timeserver ntp
        list server     1.openwrt.pool.ntp.org
        list server     2.openwrt.pool.ntp.org
        list server     3.openwrt.pool.ntp.org
+       option enabled 1
        option enable_server 0