diff options
| author | Nick Hainke | 2022-07-26 14:46:44 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2022-07-30 21:50:44 +0000 |
| commit | 45386380220d31c144c9718edf12c4f88f1ab589 (patch) | |
| tree | 63c2eeb206eea3968d13e8b37a0352239fca0c8d | |
| parent | f9209086264a5c5c55f1eb3cbd2399cf47e29f22 (diff) | |
| download | openwrt-45386380220d31c144c9718edf12c4f88f1ab589.tar.gz | |
mtools: update to 4.0.40
Changes:
- Remove libbsd dependency
- Better compatibility with legacy platforms such as AT&T UnixPC
- Upgraded to autoconf 2.71
Signed-off-by: Nick Hainke <vincent@systemli.org>
| -rw-r--r-- | tools/mtools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/mtools/Makefile b/tools/mtools/Makefile index db364c9c93..74007a88d0 100644 --- a/tools/mtools/Makefile +++ b/tools/mtools/Makefile @@ -7,11 +7,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mtools -PKG_VERSION:=4.0.39 +PKG_VERSION:=4.0.40 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@GNU/$(PKG_NAME) -PKG_HASH:=397f1e2b7b7a2a270eb7970fa363e445f956926ec51e8170c3869da85b0987bd +PKG_HASH:=a22fca42354011dd2293a7f51f228b46ebbd802e7740b0975912afecb79d5df4 HOST_BUILD_PARALLEL:=1 |