summaryrefslogtreecommitdiff
path: root/package/mountd
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2009-10-05 11:18:03 +0000
committerNicolas Thill <nico@openwrt.org>2009-10-05 11:18:03 +0000
commite2f92c605d1e077e1676f2ed120252b799512f27 (patch)
tree3b9d2342d9f681c74c154cd569d38befb2940110 /package/mountd
parent3b0d91c6f55382bc73a006260e209261e8a347aa (diff)
downloadmtk-20170518-e2f92c605d1e077e1676f2ed120252b799512f27.zip
mtk-20170518-e2f92c605d1e077e1676f2ed120252b799512f27.tar.gz
mtk-20170518-e2f92c605d1e077e1676f2ed120252b799512f27.tar.bz2
mountd: mark as 2.6 only
SVN-Revision: 17867
Diffstat (limited to 'package/mountd')
-rw-r--r--package/mountd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mountd/Makefile b/package/mountd/Makefile
index 5463384..87ddef5 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