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 | 596c2ea83de186b516aa7afd46c2c9ef29521cd3 (patch) | |
tree | 5ea210b471db86e04135159e5ef7f40d3eb083da /package/base-files/Makefile | |
parent | 9e670ac6c92951efe4ee60be89b867673db66366 (diff) | |
download | upstream-596c2ea83de186b516aa7afd46c2c9ef29521cd3.tar.gz upstream-596c2ea83de186b516aa7afd46c2c9ef29521cd3.tar.bz2 upstream-596c2ea83de186b516aa7afd46c2c9ef29521cd3.zip |
[package] base-files: add a hotplug handler for rdate
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20518 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 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/ |