1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-01 03:29:29 +03:00

[package] mountd: mark as 2.6 only

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17867 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2009-10-05 11:18:03 +00:00
parent 4b6822e5ed
commit fdfd2adc07

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