diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-03-27 17:13:33 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-03-27 17:13:33 +0000 |
commit | 63f49e43e62fa70bf8f3aa0a8082cb133a1b82cf (patch) | |
tree | 06cc3aa2ed27a4ddad29a6e98d0c1f701958b568 /package/base-files/Makefile | |
parent | 0cdaaa90fe8ff8c6da8b145aa08af1be8cb14a5e (diff) | |
download | upstream-63f49e43e62fa70bf8f3aa0a8082cb133a1b82cf.tar.gz upstream-63f49e43e62fa70bf8f3aa0a8082cb133a1b82cf.tar.bz2 upstream-63f49e43e62fa70bf8f3aa0a8082cb133a1b82cf.zip |
base-files: add a hotplug handler for rdate
SVN-Revision: 20518
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 88ab610187..856340f667 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:=40 +PKG_RELEASE:=41 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ |