diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-26 10:31:33 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-26 10:31:33 +0100 |
commit | b262343943bd5c54eb949fc73d309bd155a925d5 (patch) | |
tree | f8e4a668e6cf3583d307edaa1261cdd0842ee936 /target/tools/mtd-utils/Makefile | |
parent | 030d839f9a8a17e690ff9065c3c01533fc341f0e (diff) |
fix mtd utils build
Diffstat (limited to 'target/tools/mtd-utils/Makefile')
-rw-r--r-- | target/tools/mtd-utils/Makefile | 6 |
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 |