调整下依赖

This commit is contained in:
kos 2023-06-15 16:41:01 +00:00
parent b7492d8c14
commit bed563eb01
2 changed files with 3 additions and 3 deletions

View File

@ -442,7 +442,7 @@ define KernelPackage/brcmfmac/config
config BRCMFMAC_USB
bool "Enable USB bus interface support"
depends on USB_SUPPORT
default y
default n
help
Supported USB connected chipsets:
BCM43235, BCM43236, BCM43238 (all in revision 3 only)
@ -451,7 +451,7 @@ define KernelPackage/brcmfmac/config
config BRCMFMAC_PCIE
bool "Enable PCIE bus interface support"
depends on PCI_SUPPORT
default y
default n
help
Supported PCIe connected chipsets:
BCM4354, BCM4356, BCM43567, BCM43570, BCM43602

View File

@ -268,6 +268,6 @@ define Device/scensmart_sv901
SOC := rk3399
UBOOT_DEVICE_NAME := scensmart-sv901-rk3399
IMAGE/sysupgrade.img.gz := boot-common | boot-script | pine64-bin | gzip | append-metadata
DEVICE_PACKAGES := kmod-r8168 -urngd kmod-igb-rockchip kmod-nvme cypress-firmware-4356-sdio scensmart-sv901-firmware kmod-usb-net-rtl8152 kmod-switch-rtl8367b
DEVICE_PACKAGES := kmod-brcmfmac swconfig kmod-ata-ahci kmod-nvme cypress-firmware-4356-sdio scensmart-sv901-firmware kmod-switch-rtl8367b wpad-openssl
endef
TARGET_DEVICES += scensmart_sv901