mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-18 17:33:31 +00:00
disable BCM53xx SPI target model
This commit is contained in:
parent
63824c55db
commit
4ffa917bdc
@ -308,6 +308,13 @@ define Device/smartrg-sr400ac
|
||||
endef
|
||||
TARGET_DEVICES += smartrg-sr400ac
|
||||
|
||||
define Device/phicomm-k3
|
||||
DEVICE_TITLE := PHICOMM K3
|
||||
DEVICE_PACKAGES := $(BRCMFMAC_4366C0) $(USB3_PACKAGES) k3wifi k3screenctrl
|
||||
IMAGES := trx
|
||||
endef
|
||||
TARGET_DEVICES += phicomm-k3
|
||||
|
||||
define Device/tenda-ac9
|
||||
DEVICE_TITLE := Tenda AC9
|
||||
DEVICE_PACKAGES := $(B43) $(USB2_PACKAGES)
|
||||
@ -323,7 +330,7 @@ define Device/tplink-archer-c5-v2
|
||||
IMAGE/bin := append-rootfs | bcm53xx-tplink-safeloader
|
||||
TPLINK_BOARD := ARCHER-C5-V2
|
||||
endef
|
||||
TARGET_DEVICES += tplink-archer-c5-v2
|
||||
#TARGET_DEVICES += tplink-archer-c5-v2
|
||||
|
||||
define Device/tplink-archer-c9-v1
|
||||
DEVICE_TITLE := TP-LINK Archer C9 V1
|
||||
@ -332,13 +339,8 @@ define Device/tplink-archer-c9-v1
|
||||
IMAGE/bin := append-rootfs | bcm53xx-tplink-safeloader
|
||||
TPLINK_BOARD := ARCHERC9
|
||||
endef
|
||||
TARGET_DEVICES += tplink-archer-c9-v1
|
||||
#TARGET_DEVICES += tplink-archer-c9-v1
|
||||
|
||||
|
||||
define Device/phicomm-k3
|
||||
DEVICE_TITLE := PHICOMM K3
|
||||
DEVICE_PACKAGES := $(BRCMFMAC_4366C0) $(USB3_PACKAGES) k3wifi k3screenctrl
|
||||
IMAGES := trx
|
||||
endef
|
||||
TARGET_DEVICES += phicomm-k3
|
||||
|
||||
$(eval $(call BuildImage))
|
||||
|
Loading…
Reference in New Issue
Block a user