diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-02-09 04:01:36 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-02-09 04:01:57 +0100 |
commit | 571d99e74d42fac830069c2ca2fbd5f505613dc6 (patch) | |
tree | db2700a1dd94b5b6760ee19573ef7395e6e1d901 /package/fwupdate/Makefile | |
parent | fdfd165799d762acd6cf5871bfcb1493da1359e9 (diff) |
add dual-boot / fwupdate for systems with grub-support
Diffstat (limited to 'package/fwupdate/Makefile')
-rw-r--r-- | package/fwupdate/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/fwupdate/Makefile b/package/fwupdate/Makefile index 729ea6def..8cf897ed4 100644 --- a/package/fwupdate/Makefile +++ b/package/fwupdate/Makefile @@ -8,8 +8,11 @@ PKG_VERSION:= 1.0 PKG_RELEASE:= 1 PKG_DESCR:= update firmware PKG_SECTION:= base/adk +PKG_DEPENDS:= mke2fs PKG_URL:= http://www.openadk.org +PKG_CFLINE_FWUPDATE:= select BUSYBOX_SHA256SUM@ + NO_DISTFILES:= 1 include $(ADK_TOPDIR)/mk/package.mk |