diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-01-31 02:33:57 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-01-31 02:34:13 +0100 |
commit | 6140a1d632ac8ad592fb8a54fbcb0799a49fa9a3 (patch) | |
tree | ea9ca9f4dc99a61b7776465a1c0819f51ec094f9 /package/adkinstall/Makefile | |
parent | dce2e1ebd79e0047dab4925eda46307748aa37a1 (diff) |
add a new device example, this must be reworked, to much hardcoded stuff
Diffstat (limited to 'package/adkinstall/Makefile')
-rw-r--r-- | package/adkinstall/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/adkinstall/Makefile b/package/adkinstall/Makefile index 8129119db..639a74de3 100644 --- a/package/adkinstall/Makefile +++ b/package/adkinstall/Makefile @@ -5,7 +5,7 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= adkinstall PKG_VERSION:= 2.0 -PKG_RELEASE:= 3 +PKG_RELEASE:= 4 PKG_DESCR:= disk/flash installer PKG_SECTION:= base/misc PKG_DEPENDS:= mke2fs parted sfdisk dosfstools mksh |