diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-02-05 17:18:11 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-02-05 17:18:11 +0100 |
commit | 0906d4acb286d0584a8f1c15bb1c3077502b0f6d (patch) | |
tree | f3320f6b92084cea98d55dcd8ea97fd9a7d9a03a /package/fwupdate | |
parent | 0a2f1543c97632205564085c7931c85c287ba7b1 (diff) |
add new section base/adk, rename adkinstall into fwinstall
Diffstat (limited to 'package/fwupdate')
-rw-r--r-- | package/fwupdate/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/fwupdate/Makefile b/package/fwupdate/Makefile index 2677dc818..729ea6def 100644 --- a/package/fwupdate/Makefile +++ b/package/fwupdate/Makefile @@ -7,7 +7,7 @@ PKG_NAME:= fwupdate PKG_VERSION:= 1.0 PKG_RELEASE:= 1 PKG_DESCR:= update firmware -PKG_SECTION:= sys/misc +PKG_SECTION:= base/adk PKG_URL:= http://www.openadk.org NO_DISTFILES:= 1 |