diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-10-20 17:07:08 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-10-20 17:07:08 +0000 |
commit | cfe1bc11adee94c4ce07d50fb960429fa17350aa (patch) | |
tree | 3419f13e77f12fd7e4895309acc4e86058e8ec75 /package/base-files/Makefile | |
parent | a525c056d5909a50939374270859d5955bdb16fc (diff) | |
download | upstream-cfe1bc11adee94c4ce07d50fb960429fa17350aa.tar.gz upstream-cfe1bc11adee94c4ce07d50fb960429fa17350aa.tar.bz2 upstream-cfe1bc11adee94c4ce07d50fb960429fa17350aa.zip |
base-files: only try to execute watchdog if binary is present
SVN-Revision: 18102
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 0fdbf11391..68cebfed73 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=base-files -PKG_RELEASE:=32 +PKG_RELEASE:=33 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ |