Răsfoiți Sursa

package: usbgadget: Require kmod-fs-configfs

The usbgadget package tries to mount and use configfs so it
needs to require the kernel module instead of implying it.

There should be a newline at the end of the file as well.

Link: http://patchwork.ozlabs.org/project/openwrt/patch/[email protected]/
Reviewed-by: Chuanhong Guo <[email protected]>
Signed-off-by: Linus Walleij <[email protected]>
Linus Walleij 9 luni în urmă
părinte
comite
f0de73f912
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      package/utils/usbgadget/Makefile

+ 2 - 2
package/utils/usbgadget/Makefile

@@ -12,7 +12,7 @@ include $(INCLUDE_DIR)/package.mk
 define Package/$(PKG_NAME)
   SECTION:=utils
   CATEGORY:=Utilities
-  DEPENDS:=@USB_GADGET_SUPPORT +kmod-usb-gadget +kmod-usb-lib-composite
+  DEPENDS:=@USB_GADGET_SUPPORT +kmod-usb-gadget +kmod-fs-configfs +kmod-usb-lib-composite
   TITLE:=init script to create USB gadgets
 endef
 
@@ -51,4 +51,4 @@ define GadgetPreset
 endef
 
 $(eval $(call GadgetPreset,ncm,CDC-NCM,+kmod-usb-gadget-ncm))
-$(eval $(call GadgetPreset,acm,CDC-ACM,+kmod-usb-gadget-serial))
+$(eval $(call GadgetPreset,acm,CDC-ACM,+kmod-usb-gadget-serial))