summaryrefslogtreecommitdiff
path: root/package/mtd
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-20 20:21:33 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-20 20:21:33 +0100
commit5f098c0bfc985961123d153bedfac434b0689e99 (patch)
tree3ea7c34b885b1ae3017fb01f38d58904f5567537 /package/mtd
parentb11d3a635ac903eb013409aebaec4c9b91026056 (diff)
add some more Config.in generation tweaks
Diffstat (limited to 'package/mtd')
-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