diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-02-23 03:34:28 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-02-23 03:57:20 +0100 |
commit | eb41d7b05e1a9033d0a27d0ce946ba17d5054aa3 (patch) | |
tree | f4954b0284da2821a9f957cafd1df7853d8e69f8 /package/fwinstall/Makefile | |
parent | 1105e01f4a5b7153d2af8b4b727e7f8ce3a8ca80 (diff) |
fwinstall: simplify, add support for devicename
Diffstat (limited to 'package/fwinstall/Makefile')
-rw-r--r-- | package/fwinstall/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/fwinstall/Makefile b/package/fwinstall/Makefile index fab528148..b05dbbe13 100644 --- a/package/fwinstall/Makefile +++ b/package/fwinstall/Makefile @@ -5,7 +5,7 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= fwinstall PKG_VERSION:= 1.0 -PKG_RELEASE:= 1 +PKG_RELEASE:= 2 PKG_DESCR:= disk/flash installer PKG_SECTION:= base/adk PKG_DEPENDS:= mke2fs parted sfdisk dosfstools mksh |