Adjustments to install process of usb-modeswitch-data install process to use 1.1.4 version of udev vs hotplug. Moves udev rules to proper location
Signed-off-by: Kelly Hogan <[email protected]> Index: Makefile =================================================================== --- Makefile (revision 22987) +++ Makefile (working copy) @@ -37,6 +37,8 @@ define Package/usb-modeswitch-data/install $(INSTALL_DIR) $(1)/etc/usb_modeswitch.d/ $(CP) $(PKG_BUILD_DIR)/usb_modeswitch.d/* $(1)/etc/usb_modeswitch.d/ + $(INSTALL_DIR) $(1)/etc/udev/rules.d/ + $(CP) $(PKG_BUILD_DIR)/40-usb_modeswitch.rules $(1)/etc/udev/rules.d/40-usb_modeswitch.rules endef $(eval $(call BuildPackage,usb-modeswitch-data)) _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
