summaryrefslogtreecommitdiff
path: root/target/tools/mtd-utils/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-02-27 19:42:53 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-02-27 19:42:53 +0100
commitb4607f0f799c33138d27dd68fea5c23db2c19756 (patch)
tree19f9bfcf1344d53675d4715343ae1ff26bc4c64b /target/tools/mtd-utils/Makefile
parent75d149d0e0c688b9f121f06114abdae3bebff62c (diff)
parentfe967bd0b07b9c17a99cc8b31a756d8438a49117 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/tools/mtd-utils/Makefile')
-rw-r--r--target/tools/mtd-utils/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/tools/mtd-utils/Makefile b/target/tools/mtd-utils/Makefile
index 3c90f81c8..38f10de69 100644
--- a/target/tools/mtd-utils/Makefile
+++ b/target/tools/mtd-utils/Makefile
@@ -4,9 +4,9 @@
include $(TOPDIR)/rules.mk
PKG_NAME:= mtd-utils
-PKG_VERSION:= 1.5
+PKG_VERSION:= 1.5.0
PKG_RELEASE:= 1
-PKG_MD5SUM:= fbc1e3560a2c941ed2c94a73ae74348c
+PKG_MD5SUM:= a4df1ad29684be79b0fa699bdae01faf
PKG_SITES:= http://openadk.org/distfiles/
include ../rules.mk
@@ -14,7 +14,7 @@ include ../rules.mk
all: ${STAGING_HOST_DIR}/bin/mkfs.jffs2
$(WRKBUILD)/.compiled: ${WRKDIST}/.prepared
- ${MAKE} -C ${WRKBUILD} CC='${CC_FOR_BUILD}' CPPFLAGS='-DWITHOUT_XATTR=1 -D_GNU_SOURCE -I./include'
+ ${MAKE} -C ${WRKBUILD} CC='${CC_FOR_BUILD}' CPPFLAGS='-DWITHOUT_XATTR=1 -I./include'
touch $@
${STAGING_HOST_DIR}/bin/mkfs.jffs2: $(WRKBUILD)/.compiled