diff options
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 |