mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
kernel: usb-serial-ipw depends on usb-serial-wwan
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37412 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -355,7 +355,7 @@ define KernelPackage/usb-serial-ipw
|
|||||||
KCONFIG:=CONFIG_USB_SERIAL_IPW
|
KCONFIG:=CONFIG_USB_SERIAL_IPW
|
||||||
FILES:=$(LINUX_DIR)/drivers/usb/serial/ipw.ko
|
FILES:=$(LINUX_DIR)/drivers/usb/serial/ipw.ko
|
||||||
AUTOLOAD:=$(call AutoLoad,65,ipw)
|
AUTOLOAD:=$(call AutoLoad,65,ipw)
|
||||||
$(call AddDepends/usb-serial)
|
$(call AddDepends/usb-serial,+kmod-usb-serial-wwan)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call KernelPackage,usb-serial-ipw))
|
$(eval $(call KernelPackage,usb-serial-ipw))
|
||||||
|
|||||||
Reference in New Issue
Block a user