bcm53xx: prepare for building Archer C5 V2 image
Don't enable it yet as kernel needs to be updated first. Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
This commit is contained in:
parent
dfac808076
commit
cc3c50eb22
1 changed files with 9 additions and 0 deletions
|
@ -276,6 +276,15 @@ define Device/tenda-ac9
|
|||
endef
|
||||
TARGET_DEVICES += tenda-ac9
|
||||
|
||||
define Device/tplink-archer-c5-v2
|
||||
DEVICE_TITLE := TP-LINK Archer C5 V2
|
||||
DEVICE_PACKAGES := kmod-b43 $(USB2_PACKAGES)
|
||||
IMAGES := bin
|
||||
IMAGE/bin := append-rootfs | bcm53xx-tplink-safeloader
|
||||
TPLINK_BOARD := ARCHER-C5-V2
|
||||
endef
|
||||
# TARGET_DEVICES += tplink-archer-c5-v2
|
||||
|
||||
define Device/tplink-archer-c9-v1
|
||||
DEVICE_TITLE := TP-LINK Archer C9 V1
|
||||
DEVICE_PACKAGES := $(USB3_PACKAGES)
|
||||
|
|
Loading…
Reference in a new issue