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 | 049f57ea1543d84f41b3eb9f0e886f96f62ca63c (patch) | |
tree | 7dc08c80c47e063064b49a42beeba316de2bd994 /package/base-files/Makefile | |
parent | 4dac8cf8172c11ab8bb52781e5aaf920baafbb19 (diff) | |
download | upstream-049f57ea1543d84f41b3eb9f0e886f96f62ca63c.tar.gz upstream-049f57ea1543d84f41b3eb9f0e886f96f62ca63c.tar.bz2 upstream-049f57ea1543d84f41b3eb9f0e886f96f62ca63c.zip |
[package] base-files (#7316)
- improve rdate reliability
- make rdate config more ntp like
- move time server list to /etc/config/timeserver
- bump package revision
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21495 3c298f89-4303-0410-b956-a3cf2f4a3e73
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/ |