summaryrefslogtreecommitdiff
path: root/package/adkinstall
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-10-05 04:26:43 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-10-05 04:26:43 +0200
commit4491bde30a47940b14ae95f38ad1ccab8eb425b2 (patch)
tree46eb47e8ddd61d24f461de064eeb59b38473c102 /package/adkinstall
parente6796295301250a619e1e3d5f6ece99ecd0b5c96 (diff)
add correct dependency
Diffstat (limited to 'package/adkinstall')
-rw-r--r--package/adkinstall/Makefile4
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}