diff options
Diffstat (limited to 'package/adkinstall/Makefile')
-rw-r--r-- | package/adkinstall/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/adkinstall/Makefile b/package/adkinstall/Makefile index a4ab0d8eb..8cea27683 100644 --- a/package/adkinstall/Makefile +++ b/package/adkinstall/Makefile @@ -5,10 +5,10 @@ include ${TOPDIR}/rules.mk PKG_NAME:= adkinstall PKG_VERSION:= 1.0 -PKG_RELEASE:= 9 +PKG_RELEASE:= 10 PKG_DESCR:= openadk installer PKG_SECTION:= base -PKG_DEPENDS:= parted sfdisk e2fsprogs +PKG_DEPENDS:= parted sfdisk mke2fs PKG_URL:= http://openadk.org/ WRKDIST= ${WRKDIR}/${PKG_NAME}-${PKG_VERSION} |