projects
/
openwrt
/
staging
/
ansuel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b0d91c
)
mountd: mark as 2.6 only
author
Nicolas Thill
<nico@openwrt.org>
Mon, 5 Oct 2009 11:18:03 +0000
(11:18 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Mon, 5 Oct 2009 11:18:03 +0000
(11:18 +0000)
SVN-Revision: 17867
package/mountd/Makefile
patch
|
blob
|
history
diff --git
a/package/mountd/Makefile
b/package/mountd/Makefile
index 5463384a0af82354b90e889a688c650393712bb3..87ddef50f85fdd01bfcad15c6cca9c2860855d44 100644
(file)
--- 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