diff options
author | Nicolas Thill <nico@openwrt.org> | 2009-10-05 11:18:03 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2009-10-05 11:18:03 +0000 |
commit | e2f92c605d1e077e1676f2ed120252b799512f27 (patch) | |
tree | 3b9d2342d9f681c74c154cd569d38befb2940110 /package/mountd | |
parent | 3b0d91c6f55382bc73a006260e209261e8a347aa (diff) | |
download | upstream-e2f92c605d1e077e1676f2ed120252b799512f27.tar.gz upstream-e2f92c605d1e077e1676f2ed120252b799512f27.tar.bz2 upstream-e2f92c605d1e077e1676f2ed120252b799512f27.zip |
mountd: mark as 2.6 only
SVN-Revision: 17867
Diffstat (limited to 'package/mountd')
-rw-r--r-- | package/mountd/Makefile | 2 |
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 |