diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-11-22 22:25:32 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-11-22 22:25:32 +0000 |
commit | f530c141d89f803a5f2638114bd72df145d5908f (patch) | |
tree | 7c3bcfeb1c6d0bee1126e6fd27abdd769c39d129 /contrib/package/remote-update/Makefile | |
parent | 39ee74e598cf72e628c89c5cbb9ba7c1f5723182 (diff) |
contrib/package: remote-update: combined images now include the fs type in the file name
Diffstat (limited to 'contrib/package/remote-update/Makefile')
-rw-r--r-- | contrib/package/remote-update/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/package/remote-update/Makefile b/contrib/package/remote-update/Makefile index f4affb496..b1b8f6f36 100644 --- a/contrib/package/remote-update/Makefile +++ b/contrib/package/remote-update/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=remote-update -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) |