diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-05-17 19:54:35 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-05-17 19:54:35 +0000 |
commit | da55c9639aaae4c1997f40b223877c4c9321b82f (patch) | |
tree | 525e294dcd54beabd92c0154d4cbc3336f091f48 /package/base-files/Makefile | |
parent | 80bd4f660331158cb5f2879ad271cd1e1c99923e (diff) | |
download | upstream-da55c9639aaae4c1997f40b223877c4c9321b82f.tar.gz upstream-da55c9639aaae4c1997f40b223877c4c9321b82f.tar.bz2 upstream-da55c9639aaae4c1997f40b223877c4c9321b82f.zip |
base-files (#7316) - improve rdate reliability - make rdate config more ntp like - move time server list to /etc/config/timeserver - bump package revision
SVN-Revision: 21495
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 2c9b387e53..1a92a59d9d 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=base-files -PKG_RELEASE:=43 +PKG_RELEASE:=44 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ |