diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-06-23 19:17:53 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-06-23 19:17:53 +0000 |
commit | 35874fad2b140e7bab2609051dc9ed3eb27848f1 (patch) | |
tree | 252e4ff13718bb93eec5dd2935fd2a70a0029d43 /contrib/package/sysupgrade-atheros/Makefile | |
parent | c6a29c1a08f3e6bfcf5550a8428d7f444b2c1498 (diff) |
contrib/package/sysupgrade-atheros: add more sanity checks
Diffstat (limited to 'contrib/package/sysupgrade-atheros/Makefile')
-rw-r--r-- | contrib/package/sysupgrade-atheros/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/package/sysupgrade-atheros/Makefile b/contrib/package/sysupgrade-atheros/Makefile index 7b20d8537b..1a76c02d4d 100644 --- a/contrib/package/sysupgrade-atheros/Makefile +++ b/contrib/package/sysupgrade-atheros/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sysupgrade-atheros -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) |