diff options
author | Jo-Philipp Wich <jo@mein.io> | 2016-06-28 19:14:31 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2016-06-28 19:14:31 +0200 |
commit | 8d51706616bc23032b8afaa53733c08476c86211 (patch) | |
tree | cfaecd2933f6668fe8886bdc145f19721c9e0ff8 /package/base-files/Makefile | |
parent | f98f4601de762251c4644047786affd34d5fb10c (diff) | |
download | upstream-8d51706616bc23032b8afaa53733c08476c86211.tar.gz upstream-8d51706616bc23032b8afaa53733c08476c86211.tar.bz2 upstream-8d51706616bc23032b8afaa53733c08476c86211.zip |
base-files: use LEDE NTP vendor pool
The vendor NTP pool for the LEDE project got approved, so switch to it now.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
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 5cfb019080..d036c92aa6 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:=169 +PKG_RELEASE:=170 PKG_FLAGS:=nonshared PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ |