mirror of
https://github.com/openwrt/openwrt.git
synced 2025-04-05 02:19:19 +00:00
Fixed wrong module name for usbatm
SVN-Revision: 3229
This commit is contained in:
parent
58713c8d76
commit
0e24b7e92a
@ -327,7 +327,7 @@ $(eval $(call KMOD_template,USB_STORAGE,usb-storage,\
|
||||
|
||||
$(eval $(call KMOD_template,USB_ATM,usb-atm,\
|
||||
$(MODULES_DIR)/kernel/drivers/usb/atm/usbatm.ko \
|
||||
,CONFIG_USB_ATM,kmod-usb-atm,50,usb-atm))
|
||||
,CONFIG_USB_ATM,kmod-usb-atm,50,usbatm))
|
||||
|
||||
# Misc. devices
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user