[package] mountd: mark as 2.6 only

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17867 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Nicolas Thill 2009-10-05 11:18:03 +00:00
parent 9c0ffd1766
commit 381139d53b
1 changed files with 1 additions and 1 deletions

View File

@ -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