diff options
author | John Crispin <john@openwrt.org> | 2014-06-27 07:52:06 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-06-27 07:52:06 +0000 |
commit | 818e38625f5ebc050005183c7a11e8ca33243bf7 (patch) | |
tree | 0164b78685bb5c700d51da4da0229c7c3da7b200 /package/base-files/Makefile | |
parent | 22c4f2475b974b16fe136854de9cb09a911061ea (diff) | |
download | mtk-20170518-818e38625f5ebc050005183c7a11e8ca33243bf7.zip mtk-20170518-818e38625f5ebc050005183c7a11e8ca33243bf7.tar.gz mtk-20170518-818e38625f5ebc050005183c7a11e8ca33243bf7.tar.bz2 |
base-files: add enabled config option for ntp service
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 41354
Diffstat (limited to 'package/base-files/Makefile')
-rw-r--r-- | package/base-files/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index a699084..5faa439 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -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 |