Browse Source

mountd: drop USB related dependencies

That way we can avoid making it nonshared

Signed-off-by: Felix Fietkau <[email protected]>
Felix Fietkau 9 years ago
parent
commit
627b0d3559
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/system/mountd/Makefile

+ 1 - 1
package/system/mountd/Makefile

@@ -23,7 +23,7 @@ define Package/mountd
   SECTION:=utils
   CATEGORY:=Utilities
   TITLE:=OpenWrt automount daemon
-  DEPENDS:=@USB_SUPPORT +uci +kmod-usb-storage +kmod-fs-autofs4
+  DEPENDS:=+uci +kmod-fs-autofs4
   URL:=http://www.openwrt.org
 endef