diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-24 11:30:20 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-24 11:30:20 +0100 |
commit | 537a2c4eaa446e52c6ba07007eb9ae75998b5580 (patch) | |
tree | b48cc775042b4274dce470527826007de7a7fa84 /package/mtd/Makefile | |
parent | 18b3987c6d890f02c80b976b6cf6835053ef1fe9 (diff) | |
parent | ce621815fecece2b4d8a4cb7115eb82c1cb7ed44 (diff) |
Merge commit 'origin/confgen'
finally autogenerate menu Config.in files and Depends.mk
for packages. thx mirabilos
Conflicts:
.gitignore
Makefile
mk/build.mk
package/eglibc/Config.in
package/glibc/Config.in
package/uclibc++/Config.in
package/uclibc/Config.in
rules.mk
Diffstat (limited to 'package/mtd/Makefile')
-rw-r--r-- | package/mtd/Makefile | 4 |
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 |