summaryrefslogtreecommitdiff
path: root/package/mtd/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-24 12:02:33 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-24 12:02:33 +0100
commitb3259201a158cb1a571c2a3b2976fbd7b95a4b80 (patch)
treed1bf8edcf012880df29e52bf326b96c18c624dab /package/mtd/Makefile
parent0c0ed379d9f34a2d085d9ebf7accf63d48684439 (diff)
parent537a2c4eaa446e52c6ba07007eb9ae75998b5580 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/mtd/Makefile')
-rw-r--r--package/mtd/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/mtd/Makefile b/package/mtd/Makefile
index 67aa1f30c..a04bd4693 100644
--- a/package/mtd/Makefile
+++ b/package/mtd/Makefile
@@ -9,6 +9,8 @@ PKG_RELEASE:= 1
PKG_DESCR:= MTD utility
PKG_SECTION:= base
+PKG_TARGET_DEPENDS:= ag241 foxboard
+
WRKDIST= ${WRKDIR}/${PKG_NAME}-${PKG_VERSION}
NO_DISTFILES:= 1
@@ -27,6 +29,6 @@ do-build:
do-install:
${INSTALL_DIR} ${IDIR_MTD}/sbin
- ${INSTALL_BIN} ${WRKBUILD}/mtd ${IDIR_MTD}/sbin/mtd
+ ${INSTALL_BIN} ${WRKBUILD}/mtd ${IDIR_MTD}/sbin
include ${TOPDIR}/mk/pkg-bottom.mk