mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
usbmode: fix hotplug script name
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36813 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
4ca1241cb7
commit
ee9294b2a9
@ -50,7 +50,7 @@ define Package/usb-modeswitch/install
|
||||
perl $(PKG_BUILD_DIR)/convert-modeswitch.pl \
|
||||
$(PKG_BUILD_DIR)/$(PKG_DATA_PATH)/usb_modeswitch.d/* \
|
||||
> $(1)/etc/usb-mode.json
|
||||
$(CP) ./files/usbmode.hotplug $(1)/etc/hotplug.d/usb/
|
||||
$(CP) ./files/usbmode.hotplug $(1)/etc/hotplug.d/usb/20-usb_mode
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/sbin/usbmode $(1)/sbin/
|
||||
endef
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user