aboutsummaryrefslogtreecommitdiffstats
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
commit381139d53b4031586cee3a2980ed3ca60c76ea67 (patch)
tree9e5a2c5b449f45bce40ad92feaf902eb50cb9c02 /package/mountd
parent9c0ffd1766b036522e872cccface9668f00bb8bd (diff)
downloadupstream-381139d53b4031586cee3a2980ed3ca60c76ea67.tar.gz
upstream-381139d53b4031586cee3a2980ed3ca60c76ea67.tar.bz2
upstream-381139d53b4031586cee3a2980ed3ca60c76ea67.zip
[package] mountd: mark as 2.6 only
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17867 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 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