mirror of
https://github.com/openwrt/openwrt.git
synced 2025-04-09 04:15:47 +00:00
kernel: mark kmod-usb-serial-wwan as hidden
The kconfig symbol is an invisible one since its introduction. It is not supposed to be enabled on its own. Resolves FS#1821 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com> (cherry picked from commit 4bf9bec361699e1c033460964158531adf15d7ee)
This commit is contained in:
parent
c4a2e5102d
commit
700f66ae95
@ -852,6 +852,7 @@ define KernelPackage/usb-serial-wwan
|
||||
TITLE:=Support for GSM and CDMA modems
|
||||
KCONFIG:=CONFIG_USB_SERIAL_WWAN
|
||||
FILES:=$(LINUX_DIR)/drivers/usb/serial/usb_wwan.ko
|
||||
HIDDEN:=1
|
||||
AUTOLOAD:=$(call AutoProbe,usb_wwan)
|
||||
$(call AddDepends/usb-serial)
|
||||
endef
|
||||
@ -865,11 +866,10 @@ $(eval $(call KernelPackage,usb-serial-wwan))
|
||||
|
||||
define KernelPackage/usb-serial-option
|
||||
TITLE:=Support for Option HSDPA modems
|
||||
DEPENDS:=+kmod-usb-serial-wwan
|
||||
KCONFIG:=CONFIG_USB_SERIAL_OPTION
|
||||
FILES:=$(LINUX_DIR)/drivers/usb/serial/option.ko
|
||||
AUTOLOAD:=$(call AutoProbe,option)
|
||||
$(call AddDepends/usb-serial)
|
||||
$(call AddDepends/usb-serial,+kmod-usb-serial-wwan)
|
||||
endef
|
||||
|
||||
define KernelPackage/usb-serial-option/description
|
||||
|
Loading…
x
Reference in New Issue
Block a user