diff options
author | Karel Kočí <cynerd@email.cz> | 2021-01-19 13:19:38 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2021-01-19 13:20:24 +0100 |
commit | b949c727fab509e1650563b2fcce9c0a6c5548ff (patch) | |
tree | 8d234655a6d6f1204790a21061c4612db7d54da9 /mount-data/Makefile | |
parent | 0ecd65eab91e6c796cd4a0aa5364349518cbfa19 (diff) | |
download | openwrt-personal-pkgs-b949c727fab509e1650563b2fcce9c0a6c5548ff.tar.gz openwrt-personal-pkgs-b949c727fab509e1650563b2fcce9c0a6c5548ff.tar.bz2 openwrt-personal-pkgs-b949c727fab509e1650563b2fcce9c0a6c5548ff.zip |
mount-data: scan btrfs filesystems after open
Diffstat (limited to 'mount-data/Makefile')
-rw-r--r-- | mount-data/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mount-data/Makefile b/mount-data/Makefile index 69f082b..6fc688c 100644 --- a/mount-data/Makefile +++ b/mount-data/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mount-data -PKG_VERSION:=1.0.1 +PKG_VERSION:=1.0.2 PKG_MAINTAINER:=Karel Kočí <cynerd@email.cz> PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) |