diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-10-19 12:17:41 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-10-19 12:17:41 +0000 |
commit | af8424549d01651b188e2569cab5169d2e933bc0 (patch) | |
tree | a815fe3f4ea478f64234054f6a1a71a8c508c7ce /contrib/package/remote-update/Makefile | |
parent | 536430d0eeecf5c75651ff625b97c9fa4fc646b4 (diff) |
contrib/package: remote-update: now expect "openwrt-atheros-combined.img" since we switch to upstream combined images
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 dd73d2f55..f4affb496 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:=2 +PKG_RELEASE:=3 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) |