diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-08-22 17:56:48 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-08-22 17:56:48 +0000 |
commit | 1c8db37e8b93855530102ded098daa95076f981b (patch) | |
tree | 237c6009fd3ed60dd300862ab95e9d4a45a4abad /contrib/package/remote-update/Makefile | |
parent | 2903acf1f2b2a1dd7dbca14cd5b0ee9b2cf7be5e (diff) |
contrib/package: target name was stripped from base-files package name upstream, determine arch from kernel apckage instead
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 40cee4c333..dd73d2f557 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:=1 +PKG_RELEASE:=2 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) |