summaryrefslogtreecommitdiffstats
path: root/package/mountd/Makefile
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2012-07-24 20:38:26 +0000
committerJohn Crispin <john@openwrt.org>2012-07-24 20:38:26 +0000
commit543a2eca4225d951a3c204c66423709bd04e5827 (patch)
tree3414d6202607a75c01fca55645a4b94a9648d6ac /package/mountd/Makefile
parentab05409315d5104de79fdbee547cac73dbcc82d4 (diff)
downloadmaster-31e0f0ae-543a2eca4225d951a3c204c66423709bd04e5827.tar.gz
master-31e0f0ae-543a2eca4225d951a3c204c66423709bd04e5827.tar.bz2
master-31e0f0ae-543a2eca4225d951a3c204c66423709bd04e5827.zip
ext4 support
This patch adds the ext4 filesystem support to mountd. Tested with ext2, ext3 and ext4 partitions. Signed-off-by: Jaroslaw Swierczynski <jarek1701@gmail.com> SVN-Revision: 32818
Diffstat (limited to 'package/mountd/Makefile')
-rw-r--r--package/mountd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mountd/Makefile b/package/mountd/Makefile
index 4b739220f0..44e3082f6b 100644
--- a/package/mountd/Makefile
+++ b/package/mountd/Makefile
@@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=mountd
PKG_VERSION:=0.1
-PKG_RELEASE:=4
+PKG_RELEASE:=5
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://mirror2.openwrt.org/sources