From e03cbf2f38d24f92fc8618764b83414c6b2f9733 Mon Sep 17 00:00:00 2001 From: blogic Date: Tue, 24 Jul 2012 20:38:26 +0000 Subject: [mountd] ext4 support This patch adds the ext4 filesystem support to mountd. Tested with ext2, ext3 and ext4 partitions. Signed-off-by: Jaroslaw Swierczynski git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32818 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/mountd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/mountd/Makefile') diff --git a/package/mountd/Makefile b/package/mountd/Makefile index 4b739220f..44e3082f6 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 -- cgit v1.2.3