diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-11-02 06:20:54 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-11-02 06:21:15 +0100 |
commit | 884461f412e4dbbe0fa35a4c1c1fd1d8bd42e64c (patch) | |
tree | c89f0cc573c72da3ca0b17b46ec0845a9707fef6 /package/adktest/Makefile | |
parent | a15c179ea909f14f89d958bf267954c64eba3aa7 (diff) |
poweroff on ARC simulator
Diffstat (limited to 'package/adktest/Makefile')
-rw-r--r-- | package/adktest/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/adktest/Makefile b/package/adktest/Makefile index e974d4275..b99ab913c 100644 --- a/package/adktest/Makefile +++ b/package/adktest/Makefile @@ -5,7 +5,7 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= adktest PKG_VERSION:= 0.1 -PKG_RELEASE:= 9 +PKG_RELEASE:= 10 PKG_DESCR:= helper tools and scripts for qemu testing PKG_SECTION:= base/misc PKG_URL:= http://openadk.org/ |