mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-18 17:33:31 +00:00
update kernel modules
This commit is contained in:
parent
3d7febbdb1
commit
8a3198fe7a
@ -68,6 +68,7 @@ define KernelPackage/nf-conntrack
|
||||
KCONFIG:= \
|
||||
CONFIG_NETFILTER=y \
|
||||
CONFIG_NETFILTER_ADVANCED=y \
|
||||
CONFIG_NF_CONNTRACK_MARK=y \
|
||||
CONFIG_NF_CONNTRACK_ZONES=y \
|
||||
$(KCONFIG_NF_CONNTRACK)
|
||||
FILES:=$(foreach mod,$(NF_CONNTRACK-m),$(LINUX_DIR)/net/$(mod).ko)
|
||||
|
@ -64,6 +64,19 @@ define KernelPackage/usb-phy-nop
|
||||
$(call AddDepends/usb)
|
||||
endef
|
||||
|
||||
define KernelPackage/usb-musb-tusb6010
|
||||
TITLE:=Support for TUSB 6010
|
||||
KCONFIG:=CONFIG_USB_MUSB_TUSB6010
|
||||
DEPENDS:=@TARGET_omap24xx
|
||||
$(call AddDepends/usb)
|
||||
endef
|
||||
|
||||
define KernelPackage/usb-musb-tusb6010/description
|
||||
TUSB6010 support
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,usb-musb-tusb6010))
|
||||
|
||||
define KernelPackage/usb-phy-nop/description
|
||||
Support for USB NOP transceiver
|
||||
endef
|
||||
|
Loading…
Reference in New Issue
Block a user