From e2f92c605d1e077e1676f2ed120252b799512f27 Mon Sep 17 00:00:00 2001
From: Nicolas Thill <nico@openwrt.org>
Date: Mon, 5 Oct 2009 11:18:03 +0000
Subject: [PATCH] mountd: mark as 2.6 only

SVN-Revision: 17867
---
 package/mountd/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/mountd/Makefile b/package/mountd/Makefile
index 5463384a0a..87ddef50f8 100644
--- a/package/mountd/Makefile
+++ b/package/mountd/Makefile
@@ -17,7 +17,7 @@ define Package/mountd
   SECTION:=utils
   CATEGORY:=Utilities
   TITLE:=OpenWrt automount daemon
-  DEPENDS:=@USB_SUPPORT +uci +kmod-usb-storage +kmod-fs-autofs4
+  DEPENDS:=@LINUX_2_6 @USB_SUPPORT +uci +kmod-usb-storage +kmod-fs-autofs4
   URL:=http://www.openwrt.org
 endef
 
-- 
GitLab