summaryrefslogtreecommitdiff
path: root/package/mtd
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-29 11:40:49 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-29 21:56:31 +0200
commitf14c1fc5515445840d2fbe3350cff0c03eae0b55 (patch)
tree7617315e619f969c13e79c1f44c2428871719357 /package/mtd
parent365261c9db442081290b7d21aba6201244af294d (diff)
resolve merge conflict
Diffstat (limited to 'package/mtd')
-rw-r--r--package/mtd/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/package/mtd/Makefile b/package/mtd/Makefile
index 3ec068036..380124ded 100644
--- a/package/mtd/Makefile
+++ b/package/mtd/Makefile
@@ -6,8 +6,8 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= mtd
PKG_VERSION:= 1.0
PKG_RELEASE:= 2
-PKG_DESCR:= MTD utility
-PKG_SECTION:= fs
+PKG_DESCR:= flash utility
+PKG_SECTION:= sys/fs
PKG_DFLT_MTD:= y if ADK_TARGET_WITH_MTD
PKG_CFLINE_MTD:= depends on ADK_TARGET_WITH_MTD
@@ -22,8 +22,6 @@ CONFIG_STYLE:= manual
BUILD_STYLE:= manual
INSTALL_STYLE:= manual
-TARGET_CFLAGS+= -Wall
-
do-build:
${TARGET_CC} ${TARGET_CPPFLAGS} ${TARGET_CFLAGS} ${TARGET_LDFLAGS} \
-o ${WRKBUILD}/mtd ${WRKBUILD}/mtd.c